26 #include "vtkCommonDataModelModule.h"
27 #include "vtkObject.h"
36 void PrintSelf(ostream &os, vtkIndent indent);
39 vtkIdType GetId()
const;
42 vtkMolecule * GetMolecule();
46 vtkIdType GetBeginAtomId()
const;
47 vtkIdType GetEndAtomId()
const;
55 const vtkAtom GetBeginAtom()
const;
56 const vtkAtom GetEndAtom()
const;
60 unsigned short GetOrder();
65 double GetLength()
const;
68 friend class vtkMolecule;
70 vtkBond(vtkMolecule *parent, vtkIdType
id,
71 vtkIdType beginAtomId, vtkIdType endAtomId);
vtkMolecule * GetMolecule()
convenience proxy for vtkMolecule
convenience proxy for vtkMolecule