Public Member Functions | |
LLXct (char *parmFilename) | |
void | getParms (char *parmFilename) |
LLMotionField * | trackImage (Data2D< int > img, long unsigned int time_secs, double i_pixPerKm) |
int | calcOptimumSize (int maxSize) |
Static Public Member Functions | |
static void | advectImage (Data2D< int > img, const LLMotionField &mf, double secs, int badValue, double pixPerKm) |
Protected Attributes | |
XctSpecs | xctSpecs |
XctMotionImage | motionImage |
bool | notYetCalled |
time_t | lastCallTime |
LLXct::LLXct | ( | char * | parmFilename | ) |
static void LLXct::advectImage | ( | Data2D< int > | img, | |
const LLMotionField & | mf, | |||
double | secs, | |||
int | badValue, | |||
double | pixPerKm | |||
) | [static] |
int LLXct::calcOptimumSize | ( | int | maxSize | ) |
void LLXct::getParms | ( | char * | parmFilename | ) |
LLMotionField* LLXct::trackImage | ( | Data2D< int > | img, | |
long unsigned int | time_secs, | |||
double | i_pixPerKm | |||
) |
time_t LLXct::lastCallTime [protected] |
XctMotionImage LLXct::motionImage [protected] |
bool LLXct::notYetCalled [protected] |
XctSpecs LLXct::xctSpecs [protected] |