pele
Python energy landscape explorer
 All Classes Namespaces Functions Variables Typedefs
Public Member Functions
pele::TransformPolicy Class Reference

#include <aatopology.h>

Inheritance diagram for pele::TransformPolicy:
pele::TransformAACluster

List of all members.

Public Member Functions

virtual ~TransformPolicy ()
virtual void rotate (pele::Array< double > x, pele::MatrixNM< 3, 3 > const &mx)=0

Detailed Description

This is the base class from which all Transform Policies should be derived

Definition at line 136 of file aatopology.h.


Constructor & Destructor Documentation

virtual pele::TransformPolicy::~TransformPolicy ( ) [inline, virtual]

Definition at line 141 of file aatopology.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs