PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Classes | Typedefs | Functions
Atracsys Namespace Reference

Classes

class  Fiducial
 
class  Marker
 
class  Tracker
 

Typedefs

typedef std::vector< FiducialFiducials
 

Functions

bool strToFloat32 (const std::string &str, float &var)
 
bool strToInt32 (const std::string &str, int &var)
 

Typedef Documentation

◆ Fiducials

typedef std::vector<Fiducial> Atracsys::Fiducials

Definition at line 60 of file AtracsysTracker.h.

Function Documentation

◆ strToFloat32()

bool Atracsys::strToFloat32 ( const std::string &  str,
float &  var 
)

Definition at line 68 of file AtracsysTracker.cxx.

◆ strToInt32()

bool Atracsys::strToInt32 ( const std::string &  str,
int var 
)

Definition at line 48 of file AtracsysTracker.cxx.