Data Structures | |
class | ControlPointAssociation |
class | ControlPointAssociatedEntry |
class | ControlPointAssociatedArray |
class | NoControlPointAssociation |
Namespaces | |
namespace | EffectIncrease |
namespace | EffectDecrease |
Typedefs | |
typedef std::map< std::string, std::map< std::string, std::pair< int, std::vector < ControlPoint::ControlPointAssociation > > > > | cp_effect_map |
Enumerations | |
enum | DIRECTION { EFF_DEC, EFF_INC } |
Functions | |
ControlPoint::ControlPointAssociatedEntry | assocWithEntry (const int entry) |
ControlPoint::ControlPointAssociatedArray | assocWithArray (const CProxy_ArrayBase &array) |
void | initControlPointEffects () |
typedef std::map<std::string,std::map<std::string, std::pair<int, std::vector<ControlPoint::ControlPointAssociation> > > > ControlPoint::cp_effect_map |
Definition at line 62 of file cp_effects.h.
ControlPointAssociatedEntry ControlPoint::assocWithEntry | ( | const int | entry | ) |
Definition at line 18 of file cp_effects.C.
Referenced by testControlPointEffects().
ControlPointAssociatedArray ControlPoint::assocWithArray | ( | const CProxy_ArrayBase & | array | ) |
void ControlPoint::initControlPointEffects | ( | ) |
Definition at line 28 of file cp_effects.C.