PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Functions | |
bool | assignFloatXX (IniFile &p, const std::string §ion, const std::string &key, floatXX *variable) |
bool | assignUint32 (IniFile &p, const std::string §ion, const std::string &key, uint32 *variable) |
bool | checkKey (IniFile &p, const std::string §ion, const std::string &key) |
bool | checkSection (IniFile &p, const std::string §ion) |
bool Geometry::assignFloatXX | ( | IniFile & | p, |
const std::string & | section, | ||
const std::string & | key, | ||
floatXX * | variable | ||
) |
Definition at line 305 of file AtracsysTracker.cxx.
bool Geometry::assignUint32 | ( | IniFile & | p, |
const std::string & | section, | ||
const std::string & | key, | ||
uint32 * | variable | ||
) |
Definition at line 288 of file AtracsysTracker.cxx.
bool Geometry::checkKey | ( | IniFile & | p, |
const std::string & | section, | ||
const std::string & | key | ||
) |
Definition at line 277 of file AtracsysTracker.cxx.
bool Geometry::checkSection | ( | IniFile & | p, |
const std::string & | section | ||
) |
Definition at line 267 of file AtracsysTracker.cxx.