class OESkewGrid
The OESkewGrid has the same API as an OEScalarGrid plus
some additional methods.
OESkewGrid() OESkewGrid(const OESkewGrid &rhs) OESkewGrid(const OEScalarGrid &g) OESkewGrid(const OESkewGridImpl &f) OESkewGrid(const OEFixedGrid< float > &f)
operator bool() const
OESkewGrid &operator=(const OESkewGrid &rhs) OESkewGrid &operator=(const OEScalarGrid &rhs) OESkewGrid &operator=(const OESkewGridImpl &rhs) OESkewGrid &operator=(const OEFixedGrid< float > &rhs)
unsigned int GetReentrant() const
unsigned int GetSpaceGroup() const
bool GetUnitCell(float &A, float &B, float &C, float &alpha, float &beta,
float &gamma) const
bool HasSpaceGroup() const
bool HasUnitCell() const
void SetReentrant(bool state=true)
bool SetSpaceGroup(unsigned int group)
bool SetUnitCell(float A, float B, float C, float alpha, float beta, float gamma,
unsigned int nx, unsigned int ny, unsigned int nz)