svcore
1.9
|
#include <MatchFileReader.h>
Public Types | |
typedef std::vector< int > | FrameArray |
Public Member Functions | |
Alignment () | |
double | fromReference (double) const |
double | toReference (double) const |
void | setMainModel (Model *m) |
!! blah | |
bool | isMainModel (Model *m) const |
int | search (const FrameArray &arr, int val) const |
Public Attributes | |
double | thisHopTime |
double | refHopTime |
FrameArray | thisIndex |
FrameArray | refIndex |
Protected Attributes | |
Model * | m_mainModel |
Definition at line 26 of file MatchFileReader.h.
typedef std::vector<int> Alignment::FrameArray |
Definition at line 31 of file MatchFileReader.h.
Definition at line 24 of file MatchFileReader.cpp.
double Alignment::fromReference | ( | double | t | ) | const |
Definition at line 32 of file MatchFileReader.cpp.
References refHopTime, refIndex, search(), thisHopTime, and thisIndex.
double Alignment::toReference | ( | double | t | ) | const |
Definition at line 40 of file MatchFileReader.cpp.
References refHopTime, refIndex, search(), thisHopTime, and thisIndex.
void Alignment::setMainModel | ( | Model * | m | ) | [inline] |
bool Alignment::isMainModel | ( | Model * | m | ) | const [inline] |
Definition at line 44 of file MatchFileReader.h.
References m_mainModel.
int Alignment::search | ( | const FrameArray & | arr, |
int | val | ||
) | const |
Definition at line 48 of file MatchFileReader.cpp.
Referenced by fromReference(), and toReference().
double Alignment::thisHopTime |
Definition at line 33 of file MatchFileReader.h.
Referenced by fromReference(), MatchFileReader::load(), and toReference().
double Alignment::refHopTime |
Definition at line 34 of file MatchFileReader.h.
Referenced by fromReference(), MatchFileReader::load(), and toReference().
Definition at line 36 of file MatchFileReader.h.
Referenced by fromReference(), MatchFileReader::load(), and toReference().
Definition at line 37 of file MatchFileReader.h.
Referenced by fromReference(), MatchFileReader::load(), and toReference().
Model* Alignment::m_mainModel [protected] |
Definition at line 49 of file MatchFileReader.h.
Referenced by isMainModel(), and setMainModel().