CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::PrinterBase Struct Reference

#include <OrbitPrinter.hh>

+ Inheritance diagram for CASM::PrinterBase:

Detailed Description

Definition at line 48 of file OrbitPrinter.hh.

Public Member Functions

 PrinterBase (const OrbitPrinterOptions &_opt=OrbitPrinterOptions())
 
void coord_type (Log &out)
 
void increase_indent (Log &out) const
 
void decrease_indent (Log &out) const
 
template<typename OrbitType >
void print_equivalence_map (const OrbitType &orbit, Index equiv_index, Log &out) const
 
template<typename OrbitType >
void print_equivalence_map (const OrbitType &orbit, Index equiv_index, jsonParser &json) const
 
template<typename OrbitType >
void print_equivalence_map (const OrbitType &orbit, Log &out) const
 
template<typename OrbitType , typename Element >
void print_invariant_group (const OrbitType &orbit, const Element &element, Log &out) const
 
template<typename OrbitType , typename Element >
void print_invariant_group (const OrbitType &orbit, const Element &element, jsonParser &json) const
 

Public Attributes

OrbitPrinterOptions opt
 

Constructor & Destructor Documentation

◆ PrinterBase()

CASM::PrinterBase::PrinterBase ( const OrbitPrinterOptions _opt = OrbitPrinterOptions())

Definition at line 52 of file OrbitPrinter.cc.

Member Function Documentation

◆ coord_type()

void CASM::PrinterBase::coord_type ( Log out)

Definition at line 54 of file OrbitPrinter.cc.

◆ decrease_indent()

void CASM::PrinterBase::decrease_indent ( Log out) const
inline

Definition at line 58 of file OrbitPrinter.hh.

◆ increase_indent()

void CASM::PrinterBase::increase_indent ( Log out) const
inline

Definition at line 55 of file OrbitPrinter.hh.

◆ print_equivalence_map() [1/3]

template<typename OrbitType >
void CASM::PrinterBase::print_equivalence_map ( const OrbitType &  orbit,
Index  equiv_index,
jsonParser json 
) const

Definition at line 40 of file OrbitPrinter_impl.hh.

◆ print_equivalence_map() [2/3]

template<typename OrbitType >
void CASM::PrinterBase::print_equivalence_map ( const OrbitType &  orbit,
Index  equiv_index,
Log out 
) const

Definition at line 24 of file OrbitPrinter_impl.hh.

◆ print_equivalence_map() [3/3]

template<typename OrbitType >
void CASM::PrinterBase::print_equivalence_map ( const OrbitType &  orbit,
Log out 
) const

Definition at line 61 of file OrbitPrinter_impl.hh.

◆ print_invariant_group() [1/2]

template<typename OrbitType , typename Element >
void CASM::PrinterBase::print_invariant_group ( const OrbitType &  orbit,
const Element &  element,
jsonParser json 
) const

Definition at line 96 of file OrbitPrinter_impl.hh.

◆ print_invariant_group() [2/2]

template<typename OrbitType , typename Element >
void CASM::PrinterBase::print_invariant_group ( const OrbitType &  orbit,
const Element &  element,
Log out 
) const

Definition at line 82 of file OrbitPrinter_impl.hh.

Member Data Documentation

◆ opt

OrbitPrinterOptions CASM::PrinterBase::opt

Definition at line 49 of file OrbitPrinter.hh.


The documentation for this struct was generated from the following files: