|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/crystallography/Coordinate.hh"#include "casm/misc/CASM_math.hh"#include "casm/crystallography/Lattice.hh"#include "casm/symmetry/SymOp.hh"#include "casm/casm_io/json_io/container.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| jsonParser & | CASM::to_json (const Coordinate &value, jsonParser &json) |
| void | CASM::from_json (Coordinate &value, const jsonParser &json) |
| Coordinate | CASM::operator* (const SymOp &LHS, const Coordinate &RHS) |
| std::ostream & | CASM::operator<< (std::ostream &stream, const Coordinate &coord) |