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