PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <string>
#include <vector>
#include <vtkNew.h>
#include <vtkMatrix4x4.h>
#include <map>
Go to the source code of this file.
Classes | |
class | AtracsysTracker |
class | AtracsysTracker::Fiducial |
class | AtracsysTracker::Marker |
Functions | |
bool | strToFloat32 (const std::string &str, float &var) |
bool | strToInt32 (const std::string &str, int &var) |
bool strToFloat32 | ( | const std::string & | str, |
float & | var | ||
) |
Definition at line 51 of file AtracsysTracker.cxx.
bool strToInt32 | ( | const std::string & | str, |
int & | var | ||
) |
Definition at line 31 of file AtracsysTracker.cxx.