|
CASM
AClustersApproachtoStatisticalMechanics
|
#include <iostream>#include <cmath>#include "casm/CASM_global_definitions.hh"#include "casm/container/Array.hh"#include "casm/symmetry/SymGroupRepID.hh"Go to the source code of this file.
Classes | |
| class | CASM::SymOpRepresentation |
| SymOpRepresentation is the base class for anything describes a symmetry operation. More... | |
| struct | CASM::SymRepIndexCompare |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| jsonParser & | CASM::to_json (const SymOpRepresentation *rep, jsonParser &json) |
| creates jsonParser using polymorphism More... | |
| void | CASM::from_json (SymOpRepresentation *rep, const jsonParser &json) |
| This allocates a new object to 'rep'. More... | |