svcore  1.9
Alignment Class Reference

#include <MatchFileReader.h>

Collaboration diagram for Alignment:

List of all members.

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

Modelm_mainModel

Detailed Description

Definition at line 26 of file MatchFileReader.h.


Member Typedef Documentation

typedef std::vector<int> Alignment::FrameArray

Definition at line 31 of file MatchFileReader.h.


Constructor & Destructor Documentation

Definition at line 24 of file MatchFileReader.cpp.


Member Function Documentation

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]

!! blah

Definition at line 43 of file MatchFileReader.h.

References m_mainModel.

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().


Member Data Documentation

Definition at line 33 of file MatchFileReader.h.

Referenced by fromReference(), MatchFileReader::load(), and toReference().

Definition at line 34 of file MatchFileReader.h.

Referenced by fromReference(), MatchFileReader::load(), and toReference().

Definition at line 49 of file MatchFileReader.h.

Referenced by isMainModel(), and setMainModel().


The documentation for this class was generated from the following files: