PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros | Functions | Variables
vtkPlusBuffer.cxx File Reference
#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>
Include dependency graph for vtkPlusBuffer.cxx:

Go to the source code of this file.

Macros

#define LOCAL_LOG_DEBUG(msg)
 
#define LOCAL_LOG_ERROR(msg)
 
#define LOCAL_LOG_WARNING(msg)
 

Functions

 vtkStandardNewMacro (vtkPlusBuffer)
 

Variables

static const double ANGLE_INTERPOLATION_WARNING_THRESHOLD_DEG = 10
 
static const double NEGLIGIBLE_TIME_DIFFERENCE = 0.00001
 

Macro Definition Documentation

◆ 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.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusBuffer  )

Variable Documentation

◆ ANGLE_INTERPOLATION_WARNING_THRESHOLD_DEG

const double ANGLE_INTERPOLATION_WARNING_THRESHOLD_DEG = 10
static

Definition at line 29 of file vtkPlusBuffer.cxx.

◆ NEGLIGIBLE_TIME_DIFFERENCE

const double NEGLIGIBLE_TIME_DIFFERENCE = 0.00001
static

Definition at line 28 of file vtkPlusBuffer.cxx.