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