![]() |
Scanframe Modular Application 0.1.0
|
Holds a single calibration set of parameters. More...
#include <CalibrationSets.h>
Public Member Functions | |
const Variable::PtrVector & | Get (ECalibrationType ct=ctCAL_NONE) const |
Gets the calibration variable array. | |
void | ReadWriteConfig (bool rd) |
Reads or writes the calibration set. | |
void | ReadWriteConfig (IniProfile *inifile, bool rd) |
bool | AssignType (ECalibrationType cal_type, const InformationIds *ids=nullptr) |
void | ClearType (ECalibrationType cal_type, const InformationIds *ids=nullptr) |
bool | AssignComplete (ECalibrationType ct) const |
bool | AssignComplete () const |
Protected Member Functions | |
CalibrationSet (TCalibrationSets *owner) | |
Protected constructor. | |
~CalibrationSet () | |
Destructor. | |
Holds a single calibration set of parameters.
|
explicitprotected |
Protected constructor.
owner |
|
protected |
Destructor.
bool sf::CalibrationSet::AssignComplete | ( | ) | const |
bool sf::CalibrationSet::AssignComplete | ( | ECalibrationType | ct | ) | const |
bool sf::CalibrationSet::AssignType | ( | ECalibrationType | cal_type, |
const InformationIds * | ids = nullptr |
||
) |
void sf::CalibrationSet::ClearType | ( | ECalibrationType | cal_type, |
const InformationIds * | ids = nullptr |
||
) |
|
inline |
Gets the calibration variable array.
ct |
void sf::CalibrationSet::ReadWriteConfig | ( | bool | rd | ) |
Reads or writes the calibration set.
rd | true for reading and false for writing. |
void sf::CalibrationSet::ReadWriteConfig | ( | IniProfile * | inifile, |
bool | rd | ||
) |