PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Namespaces | Macros | Functions | Variables
AtracsysTracker.cxx File Reference
#include "AtracsysTracker.h"
#include <algorithm>
#include <cmath>
#include <fstream>
#include <map>
#include <string>
#include "ftkErrors.h"
#include "ftkEvent.h"
#include "ftkOptions.h"
#include "ftkInterface.h"
#include "ftkPlatform.h"
#include "ftkTypes.h"
#include <igsioCommon.h>
Include dependency graph for AtracsysTracker.cxx:

Go to the source code of this file.

Namespaces

 Geometry
 

Macros

#define ATRACSYS_BUFFER_SIZE   1024
 
#define RESET_DROPPED_FRAME_COUNT   1
 

Functions

bool Geometry::assignFloatXX (IniFile &p, const std::string &section, const std::string &key, floatXX *variable)
 
bool Geometry::assignUint32 (IniFile &p, const std::string &section, const std::string &key, uint32 *variable)
 
bool Geometry::checkKey (IniFile &p, const std::string &section, const std::string &key)
 
bool Geometry::checkSection (IniFile &p, const std::string &section)
 
void FusionTrackEnumerator (uint64 sn, void *user, ftkDeviceType devType)
 
void stringFindAndReplaceAll (std::string &data, std::string toSearch, std::string replaceStr)
 

Variables

const float EQUALITY_DISTANCE_MM = 2.0
 

Macro Definition Documentation

◆ ATRACSYS_BUFFER_SIZE

#define ATRACSYS_BUFFER_SIZE   1024

Definition at line 27 of file AtracsysTracker.cxx.

◆ RESET_DROPPED_FRAME_COUNT

#define RESET_DROPPED_FRAME_COUNT   1

Definition at line 28 of file AtracsysTracker.cxx.

Function Documentation

◆ FusionTrackEnumerator()

void FusionTrackEnumerator ( uint64  sn,
void *  user,
ftkDeviceType  devType 
)

Definition at line 507 of file AtracsysTracker.cxx.

◆ stringFindAndReplaceAll()

void stringFindAndReplaceAll ( std::string &  data,
std::string  toSearch,
std::string  replaceStr 
)

Definition at line 32 of file AtracsysTracker.cxx.

Variable Documentation

◆ EQUALITY_DISTANCE_MM

const float EQUALITY_DISTANCE_MM = 2.0

Definition at line 1520 of file AtracsysTracker.cxx.