convenience proxy for vtkMolecule
More...
#include <vtkBond.h>
convenience proxy for vtkMolecule
- Tests:
- vtkBond (Tests)
Definition at line 33 of file vtkBond.h.
◆ vtkBond()
| vtkBond::vtkBond |
( |
vtkMolecule * |
parent, |
|
|
vtkIdType |
id, |
|
|
vtkIdType |
beginAtomId, |
|
|
vtkIdType |
endAtomId |
|
) |
| |
|
protected |
◆ PrintSelf()
| void vtkBond::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GetId()
| vtkIdType vtkBond::GetId |
( |
| ) |
const |
|
inline |
Return the Id used to identify this bond in the parent molecule.
Definition at line 92 of file vtkBond.h.
◆ GetMolecule()
Return the parent molecule of this bond.
Definition at line 97 of file vtkBond.h.
◆ GetBeginAtomId()
| vtkIdType vtkBond::GetBeginAtomId |
( |
| ) |
const |
Get the starting / ending atom ids for this bond.
◆ GetEndAtomId()
| vtkIdType vtkBond::GetEndAtomId |
( |
| ) |
const |
Get the starting / ending atom ids for this bond.
◆ GetBeginAtom() [1/2]
Get a vtkAtom object that refers to the starting / ending atom for this bond.
◆ GetEndAtom() [1/2]
Get a vtkAtom object that refers to the starting / ending atom for this bond.
◆ GetBeginAtom() [2/2]
| const vtkAtom vtkBond::GetBeginAtom |
( |
| ) |
const |
Get a vtkAtom object that refers to the starting / ending atom for this bond.
◆ GetEndAtom() [2/2]
| const vtkAtom vtkBond::GetEndAtom |
( |
| ) |
const |
Get a vtkAtom object that refers to the starting / ending atom for this bond.
◆ GetOrder()
| unsigned short vtkBond::GetOrder |
( |
| ) |
|
Get the bond order for this bond.
◆ GetLength()
| double vtkBond::GetLength |
( |
| ) |
const |
Get the distance between the bonded atoms.
- Note
- This function is faster than vtkMolecule::GetBondLength and should be used when possible.
◆ vtkMolecule
◆ Molecule
◆ Id
◆ BeginAtomId
| vtkIdType vtkBond::BeginAtomId |
|
protected |
◆ EndAtomId
| vtkIdType vtkBond::EndAtomId |
|
protected |
The documentation for this class was generated from the following file: