mcpele
1.0.0
The Monte Carlo Python Energy Landscape Explorer
|
#include <aatopology.h>
Public Member Functions | |
TransformAACluster (pele::RBTopology *topology) | |
virtual | ~TransformAACluster () |
void | rotate (pele::Array< double > x, pele::MatrixNM< 3, 3 > const &mx) |
Public Attributes | |
pele::RBTopology * | m_topology |
Routines to apply transformations to a rigid body cluster
Definition at line 162 of file aatopology.h.
pele::TransformAACluster::TransformAACluster | ( | pele::RBTopology * | topology | ) | [inline] |
Definition at line 165 of file aatopology.h.
virtual pele::TransformAACluster::~TransformAACluster | ( | ) | [inline, virtual] |
Definition at line 168 of file aatopology.h.
void pele::TransformAACluster::rotate | ( | pele::Array< double > | x, |
pele::MatrixNM< 3, 3 > const & | mx | ||
) | [virtual] |
apply a rotation to a set of rigid body coordinates
Implements pele::TransformPolicy.
Definition at line 286 of file aatopology.cpp.
Definition at line 164 of file aatopology.h.