|
CASM
AClustersApproachtoStatisticalMechanics
|
#include <UnitCellCoord.hh>
Unit Cell Coordinates.
Definition at line 51 of file UnitCellCoord.hh.
Public Member Functions | |
| UnitCellCoord () | |
| UnitCellCoord (Index _sublat, const UnitCell &_unitcell) | |
| UnitCellCoord (Index _sublat, Index i, Index j, Index k) | |
| template<typename CoordType , typename StrucType > | |
| UnitCellCoord (CoordType coord, const StrucType &struc, double tol) | |
| Construct from a Coordinate and StrucType with a StrucType::basis. More... | |
| UnitCell & | unitcell () |
| const UnitCell & | unitcell () const |
| Index & | unitcell (Index i) |
| const Index & | unitcell (Index i) const |
| Index & | sublat () |
| const Index & | sublat () const |
| Index & | operator[] (Index i) |
| const Index & | operator[] (Index i) const |
| UnitCellCoord & | operator+= (UnitCell frac) |
| UnitCellCoord & | operator-= (UnitCell frac) |
Private Attributes | |
| UnitCell | m_unitcell |
| Index | m_sublat |
|
inline |
Definition at line 55 of file UnitCellCoord.hh.
Definition at line 129 of file UnitCellCoord.hh.
Definition at line 133 of file UnitCellCoord.hh.
| CASM::UnitCellCoord::UnitCellCoord | ( | CoordType | coord, |
| const StrucType & | struc, | ||
| double | tol | ||
| ) |
Construct from a Coordinate and StrucType with a StrucType::basis.
Construct from a CoordType and StrucType.
Definition at line 139 of file UnitCellCoord.hh.
|
inline |
Definition at line 192 of file UnitCellCoord.hh.
|
inline |
Definition at line 197 of file UnitCellCoord.hh.
Definition at line 178 of file UnitCellCoord.hh.
Definition at line 185 of file UnitCellCoord.hh.
|
inline |
Definition at line 170 of file UnitCellCoord.hh.
|
inline |
Definition at line 174 of file UnitCellCoord.hh.
|
inline |
Definition at line 154 of file UnitCellCoord.hh.
|
inline |
Definition at line 158 of file UnitCellCoord.hh.
Definition at line 162 of file UnitCellCoord.hh.
Definition at line 166 of file UnitCellCoord.hh.
|
private |
Definition at line 85 of file UnitCellCoord.hh.
|
private |
Definition at line 84 of file UnitCellCoord.hh.