|
CLAM-Development
1.1
|
#include <Mapping.hxx>
Public Member Functions | |
| NoteToFreqMapping () | |
| void | Set (const TData &inNoteRef, const TData &inFrequencyRef) |
| TData | Map (const TData inNote) |
| void | Set (DataArray &arguments) |
Definition at line 110 of file Mapping.hxx.
| CLAM::NoteToFreqMapping::NoteToFreqMapping | ( | ) | [inline] |
Definition at line 116 of file Mapping.hxx.
| TData CLAM::NoteToFreqMapping::Map | ( | const TData | inNote | ) | [inline, virtual] |
Implements CLAM::Mapping.
Definition at line 128 of file Mapping.hxx.
| void CLAM::NoteToFreqMapping::Set | ( | const TData & | inNoteRef, |
| const TData & | inFrequencyRef | ||
| ) | [inline] |
Definition at line 120 of file Mapping.hxx.
Referenced by Set().
| void CLAM::NoteToFreqMapping::Set | ( | DataArray & | arguments | ) | [inline, virtual] |
Reimplemented from CLAM::Mapping.
Definition at line 133 of file Mapping.hxx.
References CLAM_ASSERT, Set(), and CLAM::Array< T >::Size().
1.7.6.1