|
void | CASM::print_sym_info (Log &log, const SymInfo &info, SymInfoOptions opt=SymInfoOptions()) |
| Print SymInfo. More...
|
|
std::string | CASM::to_string (const SymInfo &info, SymInfoOptions opt=SymInfoOptions()) |
| Print SymInfo to string. More...
|
|
std::string | CASM::sym_line (const xtal::Coordinate &axis, const xtal::Coordinate &point, SymInfoOptions opt) |
| Use axis and invariant point to return line in '0, y, 0'-type notation. More...
|
|
std::string | CASM::sym_plane (const xtal::Coordinate &v1, const xtal::Coordinate &v2, const xtal::Coordinate &point, SymInfoOptions opt) |
| Use two perpendicular vectors in plane and invariant point to return plane in 'x, y, 0'-type notation. More...
|
|
std::string | CASM::sym_plane (const xtal::Coordinate &axis, const xtal::Coordinate &point, SymInfoOptions opt) |
| Use axis and invariant point to return plane in 'x, y, 0'-type notation. More...
|
|
std::string | CASM::to_brief_unicode (const SymInfo &info, SymInfoOptions opt=SymInfoOptions()) |
| Print symmetry symbol to string. More...
|
|
std::string | CASM::description (const SymOp &op, const xtal::Lattice &lat, SymInfoOptions opt=SymInfoOptions()) |
| Print SymInfo to string. More...
|
|
void | CASM::description (Log &log, const SymGroup &g, const xtal::Lattice &lat, SymInfoOptions opt=SymInfoOptions()) |
| Print SymGroup with matrix / tau. More...
|
|
std::string | CASM::brief_description (const SymOp &op, const xtal::Lattice &lat, SymInfoOptions opt=SymInfoOptions()) |
| Print SymInfo to brief string. More...
|
|
void | CASM::brief_description (Log &log, const SymGroup &g, const xtal::Lattice &lat, SymInfoOptions opt=SymInfoOptions()) |
| Print SymGroup with brief string. More...
|
|