Go to the source code of this file.
|
| template<typename CoordType > |
| GenericCluster< CoordType > | CASM::operator* (const SymOp &LHS, const GenericCluster< CoordType > &RHS) |
| | create symmetry-transformed cluster More...
|
| |
| template<typename CoordType > |
| GenericCluster< CoordType > | CASM::operator+ (const GenericCluster< CoordType > &LHS, const Coordinate &RHS) |
| | create translated cluster More...
|
| |
| template<typename CoordType > |
| GenericCluster< CoordType > | CASM::operator- (const GenericCluster< CoordType > &LHS, const Coordinate &RHS) |
| | create translated cluster More...
|
| |
| template<typename CoordType > |
| bool | CASM::almost_equal (const GenericCluster< CoordType > &LHS, const GenericCluster< CoordType > &RHS, double tol) |
| |
| template<typename T > |
| jsonParser & | CASM::to_json (const GenericCluster< T > &clust, jsonParser &json) |
| |
| template<typename T > |
| void | CASM::from_json (GenericCluster< T > &clust, const jsonParser &json) |
| |