PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros | Functions
vtkPlusLeapMotion.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusLeapMotion.h"
#include "PlusMath.h"
#include <vtkImageImport.h>
#include <vtkMatrix4x4.h>
#include <vtkObjectFactory.h>
#include <vtkPlusDataSource.h>
#include <vtkQuaternion.h>
#include <vtkTransform.h>
#include <vtkXMLDataElement.h>
#include <vtksys/SystemTools.hxx>
#include <math.h>
#include <sstream>
Include dependency graph for vtkPlusLeapMotion.cxx:

Go to the source code of this file.

Macros

#define CHECK_DATA_SOURCE(name)   if(this->GetDataSource(std::string(#name) + "To" + this->ToolReferenceFrameName, aSource) != PLUS_SUCCESS){ LOG_WARNING("Data source with ID \"" << #name << "\" doesn't exist. Joint will not be tracked.");}
 

Functions

 vtkStandardNewMacro (vtkPlusLeapMotion)
 

Macro Definition Documentation

◆ CHECK_DATA_SOURCE

#define CHECK_DATA_SOURCE (   name)    if(this->GetDataSource(std::string(#name) + "To" + this->ToolReferenceFrameName, aSource) != PLUS_SUCCESS){ LOG_WARNING("Data source with ID \"" << #name << "\" doesn't exist. Joint will not be tracked.");}

Definition at line 278 of file vtkPlusLeapMotion.cxx.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusLeapMotion  )