#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>
Go to the source code of this file.
|
#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.");} |
|
◆ 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.");} |
◆ vtkStandardNewMacro()