PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions
Geometry Namespace Reference

Functions

bool assignFloatXX (IniFile &p, const std::string &section, const std::string &key, floatXX *variable)
 
bool assignUint32 (IniFile &p, const std::string &section, const std::string &key, uint32 *variable)
 
bool checkKey (IniFile &p, const std::string &section, const std::string &key)
 
bool checkSection (IniFile &p, const std::string &section)
 

Function Documentation

◆ assignFloatXX()

bool Geometry::assignFloatXX ( IniFile &  p,
const std::string &  section,
const std::string &  key,
floatXX *  variable 
)

Definition at line 305 of file AtracsysTracker.cxx.

◆ assignUint32()

bool Geometry::assignUint32 ( IniFile &  p,
const std::string &  section,
const std::string &  key,
uint32 *  variable 
)

Definition at line 288 of file AtracsysTracker.cxx.

◆ checkKey()

bool Geometry::checkKey ( IniFile &  p,
const std::string &  section,
const std::string &  key 
)

Definition at line 277 of file AtracsysTracker.cxx.

◆ checkSection()

bool Geometry::checkSection ( IniFile &  p,
const std::string &  section 
)

Definition at line 267 of file AtracsysTracker.cxx.