| 
    ObjCryst++
    1.5CVS
    
   | 
 
Rigid groups of atoms inside a molecule. More...
Public Member Functions | |
| std::string | GetName () const | 
Public Attributes | |
| Quaternion | mQuat | 
| The unit quaternion defining the orientation - this is used during optimizations to rotate all atoms as a group.   | |
| REAL | mX | 
| The translation of all the atoms as a group The values will be resetted whenever entering or leaving an optimization.   | |
| REAL | mY | 
| REAL | mZ | 
| std::set< unsigned int > | mvIdx | 
| Temporary list of the atoms indices in the molecule, used during optimization This is created in Molecule::BeginOptimization()  | |
Rigid groups of atoms inside a molecule.
These atoms can be moved as a group using one rotation and one translation.
      
  | 
  mutable | 
The unit quaternion defining the orientation - this is used during optimizations to rotate all atoms as a group.
The quaternion does not give an absolute position - its value will be resetted whenever entering or leaving an optimization.
      
  | 
  mutable | 
The translation of all the atoms as a group The values will be resetted whenever entering or leaving an optimization.
 1.8.1