|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/basis_set/DoF.hh"#include "casm/basis_set/FunctionVisitor.hh"#include "casm/clusterography/ClusterDecl.hh"#include "casm/clusterography/IntegralClusterSymCompareTraits.hh"#include "casm/crystallography/AnisoValTraits.hh"#include "casm/symmetry/OrbitDecl.hh"Go to the source code of this file.
Classes | |
| class | CASM::DoFType::Traits |
| Collection of all the traits specific to a DoF type. More... | |
| struct | CASM::DoFType::ParamAllocation |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::xtal | |
| CASM::DoFType | |
Typedefs | |
| using | CASM::DoFType::TraitsDictionary = ParsingDictionary< Traits > |
| Parsing dictionary for obtaining the correct DoFType::Traits given a name. More... | |
Functions | |
| TraitsDictionary & | CASM::DoFType::traits_dict () |
| void | CASM::DoFType::register_traits (Traits const &_traits) |
| Insert new DoFType::Traits into the global dictionary. More... | |
| Traits const & | CASM::DoFType::traits (std::string const &dof_key) |
| Lookup DoFType::Traits in the global dictionary. More... | |
| DoF::BasicTraits const & | CASM::DoFType::basic_traits (std::string const &dof_key) |
| Access DoF::BasicTraits for a given DoF type. More... | |