Package rosetta :: Package core :: Package kinematics :: Package tree :: Module _core_kinematics_tree_
[hide private]
[frames] | no frames]

Module _core_kinematics_tree_

Classes [hide private]
  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
Functions [hide private]
 
distance(...)
distance( (Atom)atom1, (Atom)atom2) -> float : Distance between two Atoms
 
distance_squared(...)
distance_squared( (Atom)atom1, (Atom)atom2) -> float : Distance squared between two Atoms
Variables [hide private]
  __package__ = None
Function Details [hide private]

distance(...)

 

distance( (Atom)atom1, (Atom)atom2) -> float :
    Distance between two Atoms
    

    C++ signature :
        double distance(core::kinematics::tree::Atom,core::kinematics::tree::Atom)

distance_squared(...)

 

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)