PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Classes | Functions
AtracsysTracker.h File Reference
#include <string>
#include <vector>
#include <vtkNew.h>
#include <vtkMatrix4x4.h>
#include <map>
Include dependency graph for AtracsysTracker.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ strToFloat32()

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

Definition at line 51 of file AtracsysTracker.cxx.

◆ strToInt32()

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

Definition at line 31 of file AtracsysTracker.cxx.