#include <aatopology.h>
Public Member Functions | |
virtual | ~TransformPolicy () |
virtual void | rotate (pele::Array< double > x, pele::MatrixNM< 3, 3 > const &mx)=0 |
This is the base class from which all Transform Policies should be derived
Definition at line 136 of file aatopology.h.
virtual pele::TransformPolicy::~TransformPolicy | ( | ) | [inline, virtual] |
Definition at line 141 of file aatopology.h.
virtual void pele::TransformPolicy::rotate | ( | pele::Array< double > | x, |
pele::MatrixNM< 3, 3 > const & | mx | ||
) | [pure virtual] |
apply rotation matrix mx for a rotation around the origin
Implemented in pele::TransformAACluster.