PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
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"
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 |
This program tests if a recorded tracked ultrasound buffer can be read and replayed from file using vtkPlusDataCollectorFile.
Definition in file vtkDataCollectorFileTest.cxx.
PlusStatus CompareTransform | ( | igsioTransformName & | transformName, |
vtkIGSIOTransformRepository * | transformRepository, | ||
double | xExpected, | ||
double | yExpected, | ||
double | zExpected | ||
) |
Definition at line 25 of file vtkDataCollectorFileTest.cxx.
Definition at line 60 of file vtkDataCollectorFileTest.cxx.
|
static |
Definition at line 23 of file vtkDataCollectorFileTest.cxx.