CLAM-Development
1.4.0
|
#include <Mapping.hxx>
Public Member Functions | |
virtual TData | Map (const TData in)=0 |
virtual void | Set (DataArray &arguments) |
virtual | ~Mapping () |
Static Public Member Functions | |
static Mapping * | Create (const std::string &name) |
Friends | |
class | MappingFactory |
Definition at line 35 of file Mapping.hxx.
|
virtual |
Definition at line 31 of file Mapping.cxx.
|
static |
Definition at line 33 of file Mapping.cxx.
Referenced by CLAM::ControlMapper::ConcreteConfigure().
Implemented in CLAM::LinearMapping, CLAM::NoteToFreqMapping, and CLAM::ValueToRatioMapping.
Referenced by CLAM::ControlMapper::DoMap().
|
inlinevirtual |
Reimplemented in CLAM::LinearMapping, CLAM::NoteToFreqMapping, and CLAM::ValueToRatioMapping.
Definition at line 45 of file Mapping.hxx.
Referenced by CLAM::ControlMapper::ConcreteConfigure().
|
friend |
Definition at line 37 of file Mapping.hxx.