PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Classes | |
class | Fiducial |
class | Marker |
class | Tracker |
Typedefs | |
typedef std::vector< Fiducial > | Fiducials |
Functions | |
bool | strToFloat32 (const std::string &str, float &var) |
bool | strToInt32 (const std::string &str, int &var) |
typedef std::vector<Fiducial> Atracsys::Fiducials |
Definition at line 60 of file AtracsysTracker.h.
bool Atracsys::strToFloat32 | ( | const std::string & | str, |
float & | var | ||
) |
Definition at line 68 of file AtracsysTracker.cxx.
bool Atracsys::strToInt32 | ( | const std::string & | str, |
int & | var | ||
) |
Definition at line 48 of file AtracsysTracker.cxx.