#include <transformation.hh>
Public Member Functions | |
StateChangeTransform (int cIndex, int newValue) | |
virtual | ~StateChangeTransform () |
virtual void | apply (Mapping *m, MappingSet **ms) |
virtual int | getComponentIndex () const |
Protected Attributes | |
int | cIndex |
int | newValue |
StateChangeTransform::StateChangeTransform | ( | int | cIndex, | |
int | newValue | |||
) |
virtual NFcore::StateChangeTransform::~StateChangeTransform | ( | ) | [inline, virtual] |
void StateChangeTransform::apply | ( | Mapping * | m, | |
MappingSet ** | ms | |||
) | [virtual] |
Implements NFcore::Transformation.
virtual int NFcore::StateChangeTransform::getComponentIndex | ( | ) | const [inline, virtual] |
Implements NFcore::Transformation.
int NFcore::StateChangeTransform::cIndex [protected] |
int NFcore::StateChangeTransform::newValue [protected] |