cisst-saw
|
#include <svlCCFileIO.h>
Public Member Functions | |
svlCCTrackerCoordsFileIO (const char *filename) | |
void | repackData () |
![]() | |
svlCCFileIO (const char *filename) | |
bool | parseFile () |
Public Attributes | |
CvMat * | worldToTCP |
Static Protected Attributes | |
static const bool | debug = false |
![]() | |
static const bool | debug = false |
Additional Inherited Members | |
![]() | |
enum | formatEnum { ORIGINAL, IMPROVED } |
![]() | |
std::ifstream & | openFile (const char *filename) |
void | parseLine (const char line[], const char format[], int lineNum) |
![]() | |
const char * | myFileName |
int | fileFormat |
SectionFormat * | sections [12] |
float | data [500][12] |
const int | END |
svlCCTrackerCoordsFileIO::svlCCTrackerCoordsFileIO | ( | const char * | filename | ) |
|
virtual |
Reimplemented from svlCCFileIO.
|
staticprotected |
CvMat* svlCCTrackerCoordsFileIO::worldToTCP |