Public Member Functions | |
LLMotionField (MotionField *xctOutput, int imgHt, int imgWd, int elTime, double i_pixPerKm) | |
~LLMotionField () | |
bool | getVelocity (int row, int col, double *rowVel, double *colVel, double i_pixPerKm, int newImgHt, int newImgWd) const |
void | print (FILE *fp) const |
int | getElapsedTime () const |
double | getResolution () const |
int | getOrigHt () const |
int | getOrigWd () const |
int | print (char *fileName) const |
LLMotionField (char *fileName) | |
Public Attributes | |
MotionField * | motionField |
Protected Member Functions | |
void | makeDefault () |
LLMotionField::LLMotionField | ( | MotionField * | xctOutput, | |
int | imgHt, | |||
int | imgWd, | |||
int | elTime, | |||
double | i_pixPerKm | |||
) |
LLMotionField::~LLMotionField | ( | ) |
LLMotionField::LLMotionField | ( | char * | fileName | ) |
int LLMotionField::getElapsedTime | ( | ) | const [inline] |
int LLMotionField::getOrigHt | ( | ) | const [inline] |
int LLMotionField::getOrigWd | ( | ) | const [inline] |
double LLMotionField::getResolution | ( | ) | const [inline] |
bool LLMotionField::getVelocity | ( | int | row, | |
int | col, | |||
double * | rowVel, | |||
double * | colVel, | |||
double | i_pixPerKm, | |||
int | newImgHt, | |||
int | newImgWd | |||
) | const |
void LLMotionField::makeDefault | ( | ) | [protected] |
int LLMotionField::print | ( | char * | fileName | ) | const |
void LLMotionField::print | ( | FILE * | fp | ) | const |
MotionField* LLMotionField::motionField |