#include <iomanip>
#include <iostream>
#include <string>
#include "casm/casm_io/enum/stream_io.hh"
#include "casm/global/definitions.hh"
#include "casm/symmetry/SymInfo.hh"
Go to the source code of this file.
|
| 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::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...
|
| |