CASM  1.1.0
A Clusters Approach to Statistical Mechanics
SymInfo_stream_io.hh File Reference
#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.

Classes

struct  CASM::SymInfoOptions
 Options for printing SymInfo. More...
 

Namespaces

 CASM
 Main CASM namespace.
 

Functions

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...