convenience proxy for vtkMolecule  
 More...
#include <vtkBond.h>
convenience proxy for vtkMolecule 
- Tests:
 - vtkBond (Tests) 
 
Definition at line 22 of file vtkBond.h.
 
◆ vtkBond()
◆ PrintSelf()
      
        
          | void vtkBond::PrintSelf  | 
          ( | 
          ostream &  | 
          os,  | 
        
        
           | 
           | 
          vtkIndent  | 
          indent  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetId()
Return the Id used to identify this bond in the parent molecule. 
Definition at line 80 of file vtkBond.h.
 
 
◆ GetMolecule()
Return the parent molecule of this bond. 
Definition at line 85 of file vtkBond.h.
 
 
◆ GetBeginAtomId()
Get the starting / ending atom ids for this bond. 
 
 
◆ GetEndAtomId()
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]
      
        
          | vtkAtom vtkBond::GetBeginAtom  | 
          ( | 
           | ) | 
           const | 
        
      
 
Get a vtkAtom object that refers to the starting / ending atom for this bond. 
 
 
◆ GetEndAtom() [2/2]
      
        
          | 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
◆ EndAtomId
The documentation for this class was generated from the following file: