Public Member Functions | |
fCV_STM () | |
default constructor | |
~fCV_STM () | |
default destructor | |
bool | STMwriteMemory () |
write memory contents to hard drive, true if success | |
bool | STMreadMemory (std::string memFile) |
get memory contents from hard drive, true if success | |
int | STMaddMemory (covHolder< double > &cov) |
add an item to memory, return result |
Definition at line 47 of file fCV_STM.H.
fCV_STM::fCV_STM | ( | ) |
default constructor
fCV_STM::~fCV_STM | ( | ) |
default destructor
int fCV_STM::STMaddMemory | ( | covHolder< double > & | cov | ) |
add an item to memory, return result
bool fCV_STM::STMreadMemory | ( | std::string | memFile | ) |
get memory contents from hard drive, true if success
bool fCV_STM::STMwriteMemory | ( | ) |
write memory contents to hard drive, true if success