15 #include "vtkCommonDataModelModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
26 void PrintSelf(ostream& os,
vtkIndent indent);
42 unsigned short GetAtomicNumber()
const;
43 void SetAtomicNumber(
unsigned short atomicNum);
50 void GetPosition(
float pos[3])
const;
51 void GetPosition(
double pos[3])
const;
52 void SetPosition(
const float pos[3]);
53 void SetPosition(
float x,
float y,
float z);
class describing a molecule
a simple class to control print indentation
vtkMolecule * GetMolecule()
Return the parent molecule of this atom.
convenience proxy for vtkMolecule
vtkIdType GetId() const
Return the Id used to identify this atom in the parent molecule.