CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <OccLocation.hh>
Represents an indivisible molecule component.
Definition at line 27 of file OccLocation.hh.
Public Member Functions | |
Species (xtal::UnitCellCoord _bijk_begin) | |
Public Attributes | |
Index | species_index |
Species type index. More... | |
Index | id |
Location in OccLocation.m_species. More... | |
xtal::UnitCellCoord | bijk_begin |
Saves initial position. More... | |
Index | mol_comp_begin |
Saves initial Mol.component index. More... | |
|
inline |
Definition at line 28 of file OccLocation.hh.
xtal::UnitCellCoord CASM::Monte::Species::bijk_begin |
Saves initial position.
Definition at line 32 of file OccLocation.hh.
Index CASM::Monte::Species::id |
Location in OccLocation.m_species.
Definition at line 31 of file OccLocation.hh.
Index CASM::Monte::Species::mol_comp_begin |
Saves initial Mol.component index.
Definition at line 33 of file OccLocation.hh.
Index CASM::Monte::Species::species_index |
Species type index.
Definition at line 30 of file OccLocation.hh.