OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
virtual void | update () |
Public Member Functions inherited from OpenMD::CubicLattice | |
virtual std::vector< RealType > | getLatticeConstant () |
virtual void | setLatticeConstant (const std::vector< RealType > &lc) |
Public Member Functions inherited from OpenMD::Lattice | |
int | getNumSitesPerCell () |
void | getLatticePointsPos (std::vector< Vector3d > &latticePos, int nx, int ny, int nz) |
std::vector< Vector3d > | getLatticePointsOrt () |
Vector3d | getOrigin () |
void | setOrigin (const Vector3d &newOrigin) |
Additional Inherited Members | |
Protected Attributes inherited from OpenMD::CubicLattice | |
RealType | latticeParam |
Protected Attributes inherited from OpenMD::Lattice | |
int | nCellSites |
Vector3d | origin |
std::vector< Vector3d > | cellSitesPos |
std::vector< Vector3d > | cellSitesOrt |
Vector3d | cellLen |
Definition at line 55 of file BCCLattice.hpp.
OpenMD::BCCLattice::BCCLattice | ( | ) |
Definition at line 49 of file BCCLattice.cpp.
|
virtual |
Implements OpenMD::Lattice.
Definition at line 56 of file BCCLattice.cpp.