#include <ZScatterer.h>
Inheritance diagram for ObjCryst::ZPolyhedron::
Public Methods | |
ZPolyhedron (const RegularPolyhedraType type, Crystal &cryst, const REAL x, const REAL y, const REAL z, const string &name, const ScatteringPower *centralAtomPow, const ScatteringPower *periphAtomPow, const REAL centralPeriphDist, const REAL ligandPopu=1, const REAL phi=0., const REAL chi=0., const REAL psi=0.) | |
ZPolyhedron constructor. More... | |
ZPolyhedron (const ZPolyhedron &) | |
Copy Constructor. | |
virtual ZPolyhedron * | CreateCopy () const |
so-called Virtual copy constructor, needed to make copiesof arrays of Scatterers. More... | |
Private Attributes | |
RegularPolyhedraType | mPolyhedraType |
|
ZPolyhedron constructor.
|
|
so-called Virtual copy constructor, needed to make copiesof arrays of Scatterers.
For internal use only.
Reimplemented from ObjCryst::ZScatterer. |