|
OpenMD 3.2
Molecular Dynamics in the Open
|
Returns a vector of vector3 position on a lattice truncated. More...
#include <shapedLattice.hpp>
Public Member Functions | |
| shapedLattice (RealType latticeConstant, std::string latticeType) | |
| void | setGridDimension (Vector3d dimension) |
| setGridDimension: | |
| void | setOrigin (Vector3d origin) |
| virtual bool | isInterior (Vector3d point)=0 |
| std::vector< Vector3d > | getSites () |
| std::vector< Vector3d > | getOrientations () |
Protected Member Functions | |
| void | findSites () |
Protected Attributes | |
| Vector3d | dimension_ |
| Vector3d | origin_ |
Returns a vector of vector3 position on a lattice truncated.
Definition at line 63 of file shapedLattice.hpp.
| OpenMD::shapedLattice::shapedLattice | ( | RealType | latticeConstant, |
| std::string | latticeType ) |
Definition at line 58 of file shapedLattice.cpp.
|
inlinevirtual |
Definition at line 66 of file shapedLattice.hpp.
|
protected |
Definition at line 92 of file shapedLattice.cpp.
| std::vector< Vector3d > OpenMD::shapedLattice::getOrientations | ( | ) |
Definition at line 124 of file shapedLattice.cpp.
| std::vector< Vector3d > OpenMD::shapedLattice::getSites | ( | ) |
Definition at line 119 of file shapedLattice.cpp.
|
pure virtual |
| void OpenMD::shapedLattice::setGridDimension | ( | Vector3d | dimension | ) |
setGridDimension:
Definition at line 74 of file shapedLattice.cpp.
References setGridDimension().
Referenced by setGridDimension().
| void OpenMD::shapedLattice::setOrigin | ( | Vector3d | origin | ) |
Definition at line 86 of file shapedLattice.cpp.
|
protected |
Definition at line 79 of file shapedLattice.hpp.
|
protected |
Definition at line 80 of file shapedLattice.hpp.