PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkDataCollectorFileTest.cxx File Reference

This program tests if a recorded tracked ultrasound buffer can be read and replayed from file using vtkPlusDataCollectorFile. More...

#include "PlusConfigure.h"
#include "igsioTrackedFrame.h"
#include "vtkPlusDataCollector.h"
#include "vtkMatrix4x4.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkSmartPointer.h"
#include "vtkIGSIOTransformRepository.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
Include dependency graph for vtkDataCollectorFileTest.cxx:

Go to the source code of this file.

Functions

PlusStatus CompareTransform (igsioTransformName &transformName, vtkIGSIOTransformRepository *transformRepository, double xExpected, double yExpected, double zExpected)
 
int main (int argc, char **argv)
 

Variables

static const int COMPARE_TRANSFORM_TOLERANCE = 0.001
 

Detailed Description

This program tests if a recorded tracked ultrasound buffer can be read and replayed from file using vtkPlusDataCollectorFile.

Definition in file vtkDataCollectorFileTest.cxx.

Function Documentation

◆ CompareTransform()

PlusStatus CompareTransform ( igsioTransformName &  transformName,
vtkIGSIOTransformRepository *  transformRepository,
double  xExpected,
double  yExpected,
double  zExpected 
)

Definition at line 25 of file vtkDataCollectorFileTest.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 60 of file vtkDataCollectorFileTest.cxx.

Variable Documentation

◆ COMPARE_TRANSFORM_TOLERANCE

const int COMPARE_TRANSFORM_TOLERANCE = 0.001
static

Definition at line 23 of file vtkDataCollectorFileTest.cxx.