#include "PlusConfigure.h"
#include "igsioMath.h"
#include "igsioTrackedFrame.h"
#include "vtkPlusBuffer.h"
#include "vtkPlusDevice.h"
#include "vtkPlusSequenceIO.h"
#include "vtkIGSIOTrackedFrameList.h"
#include <vtkDoubleArray.h>
#include <vtkImageData.h>
#include <vtkIntArray.h>
#include <vtkMath.h>
#include <vtkMatrix4x4.h>
#include <vtkObjectFactory.h>
#include <vtkUnsignedLongLongArray.h>
#include <vtkStreamingVolumeCodec.h>
Go to the source code of this file.
◆ LOCAL_LOG_DEBUG
#define LOCAL_LOG_DEBUG |
( |
|
msg | ) |
|
Value:{ \
std::ostringstream msgStream; \
if( this->DescriptiveName == NULL ) \
{ \
msgStream << " " << msg << std::ends; \
} \
else \
{ \
msgStream << this->DescriptiveName << ": " << msg << std::ends; \
} \
std::string finalStr(msgStream.str()); \
LOG_DEBUG(finalStr); \
}
Definition at line 61 of file vtkPlusBuffer.cxx.
◆ LOCAL_LOG_ERROR
#define LOCAL_LOG_ERROR |
( |
|
msg | ) |
|
Value:{ \
std::ostringstream msgStream; \
if( this->DescriptiveName == NULL ) \
{ \
msgStream << " " << msg << std::ends; \
} \
else \
{ \
msgStream << this->DescriptiveName << ": " << msg << std::ends; \
} \
std::string finalStr(msgStream.str()); \
LOG_ERROR(finalStr); \
}
Definition at line 33 of file vtkPlusBuffer.cxx.
◆ LOCAL_LOG_WARNING
#define LOCAL_LOG_WARNING |
( |
|
msg | ) |
|
Value:{ \
std::ostringstream msgStream; \
if( this->DescriptiveName == NULL ) \
{ \
msgStream << " " << msg << std::ends; \
} \
else \
{ \
msgStream << this->DescriptiveName << ": " << msg << std::ends; \
} \
std::string finalStr(msgStream.str()); \
LOG_WARNING(finalStr); \
}
Definition at line 47 of file vtkPlusBuffer.cxx.
◆ vtkStandardNewMacro()
◆ ANGLE_INTERPOLATION_WARNING_THRESHOLD_DEG
const double ANGLE_INTERPOLATION_WARNING_THRESHOLD_DEG = 10 |
|
static |
◆ NEGLIGIBLE_TIME_DIFFERENCE
const double NEGLIGIBLE_TIME_DIFFERENCE = 0.00001 |
|
static |