OECrystalSymmetryParams
class OECrystalSymmetryParams
This class represents the OECrystalSymmetryParams class that stores crystal symmetry parameters:
standard cell lengths
cell angles ‘alpha’, ‘beta’ and ‘gamma’ and
spacegroup number
z-value
See also
OEGetCrystalSymmetryfunctionOESetCrystalSymmetryfunction
Constructors
OECrystalSymmetryParams()
Default constructor.
OECrystalSymmetryParams(float a, float b, float c, float alpha, float beta,
float gamma, unsigned int sgnumber, unsigned int zvalue=0u)
Constructors an OECrystalSymmetryParams object with the given values.
GetA
float GetA() const
GetAlpha
float GetAlpha() const
GetB
float GetB() const
GetBeta
float GetBeta() const
GetC
float GetC() const
GetGamma
float GetGamma() const
GetSpaceGroup
unsigned int GetSpaceGroup() const
GetZValue
unsigned int GetZValue() const
SetA
void SetA(float a)
SetAlpha
void SetAlpha(float alpha)
SetB
void SetB(float b)
SetBeta
void SetBeta(float beta)
SetC
void SetC(float c)
SetGamma
void SetGamma(float gamma)
SetSpaceGroup
void SetSpaceGroup(unsigned int sgnumber)
SetZValue
void SetZValue(unsigned int zvalue)