| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
    
  | 
|||
| 
        Atom Kinematics Atom interface class  | 
  |||
| AtomAP | |||
| AtomCAP | |||
| 
        Atom_ Kinematics Atom abstract base class  | 
  |||
| Atom_AP | |||
| Atom_CAP | |||
| 
        BondedAtom an atom which are bonded to its parent, derived from Atom_ See @ref atomtree_overview "AtomTree overview and concepts" for details.  | 
  |||
| BondedAtomAP | |||
| BondedAtomCAP | |||
| 
        JumpAtom an atom who are connected to its parent via rigid-body transformation "Jump" See @ref atomtree_overview "AtomTree overview and concepts" for details.  | 
  |||
| JumpAtomAP | |||
| JumpAtomCAP | |||
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
    
  | 
|||
        __package__ = None
     | 
  |||
    
  | 
|||
  
 
distance( (Atom)atom1, (Atom)atom2) -> float :
    Distance between two Atoms
    
    C++ signature :
        double distance(core::kinematics::tree::Atom,core::kinematics::tree::Atom)
   | 
  
 
distance_squared( (Atom)atom1, (Atom)atom2) -> float :
    Distance squared between two Atoms
    
    C++ signature :
        double distance_squared(core::kinematics::tree::Atom,core::kinematics::tree::Atom)
   | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:10:49 2015 | http://epydoc.sourceforge.net |