|
BALL
1.4.79
|
#include <BALL/DOCKING/GENETICDOCK/rotateBonds.h>
Public Member Functions | |
| RotateBonds (const vector< Bond * > *rotatable_bonds) | |
| RotateBonds (const RotateBonds &rb) | |
| RotateBonds & | operator= (const RotateBonds &rb) |
| ~RotateBonds () | |
| void | rotate (std::vector< double > vec) |
| int | numberBonds () |
Definition at line 23 of file rotateBonds.h.
| BALL::RotateBonds::RotateBonds | ( | const vector< Bond * > * | rotatable_bonds | ) |
| BALL::RotateBonds::RotateBonds | ( | const RotateBonds & | rb | ) |
copy constructor
| BALL::RotateBonds::~RotateBonds | ( | ) |
default destructor
| int BALL::RotateBonds::numberBonds | ( | ) |
returns number of rotable bonds
| RotateBonds& BALL::RotateBonds::operator= | ( | const RotateBonds & | rb | ) |
assignment operator
| void BALL::RotateBonds::rotate | ( | std::vector< double > | vec | ) |
rotate all rotable bonds according to vec
1.8.7