CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::Printer< _Element > Struct Template Reference

#include <OrbitPrinter.hh>

+ Inheritance diagram for CASM::Printer< _Element >:

Detailed Description

template<typename _Element>
struct CASM::Printer< _Element >

Definition at line 83 of file OrbitPrinter.hh.

Public Types

typedef _Element Element
 

Public Member Functions

 Printer (const OrbitPrinterOptions &_opt=OrbitPrinterOptions())
 
void print (const Element &element, Log &out) const
 
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
 

Member Typedef Documentation

◆ Element

template<typename _Element >
typedef _Element CASM::Printer< _Element >::Element

Definition at line 84 of file OrbitPrinter.hh.

Constructor & Destructor Documentation

◆ Printer()

template<typename _Element >
CASM::Printer< _Element >::Printer ( const OrbitPrinterOptions _opt = OrbitPrinterOptions())
inline

Definition at line 86 of file OrbitPrinter.hh.

Member Function Documentation

◆ coord_type()

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

Definition at line 54 of file OrbitPrinter.cc.

◆ decrease_indent()

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

Definition at line 58 of file OrbitPrinter.hh.

◆ increase_indent()

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

Definition at line 55 of file OrbitPrinter.hh.

◆ print()

template<typename _Element >
void CASM::Printer< _Element >::print ( const Element element,
Log out 
) const
inline

Definition at line 89 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
inherited

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
inherited

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
inherited

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
inherited

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
inherited

Definition at line 82 of file OrbitPrinter_impl.hh.

Member Data Documentation

◆ opt

OrbitPrinterOptions CASM::PrinterBase::opt
inherited

Definition at line 49 of file OrbitPrinter.hh.


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