PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This a simple test program to acquire a tracking data and optionally writes the buffer to a metafile and displays the live transform in a 3D view. More...
#include "PlusConfigure.h"
#include "vtkPlusDataCollector.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusDevice.h"
#include "igsioMath.h"
#include <vtkCallbackCommand.h>
#include <vtkCamera.h>
#include <vtkCommand.h>
#include <vtkInteractorStyleTrackballCamera.h>
#include <vtkMatrix4x4.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderer.h>
#include <vtkSmartPointer.h>
#include <vtkTextActor.h>
#include <vtkTextProperty.h>
#include <vtkTimerLog.h>
#include <vtkTransform.h>
#include <vtkXMLUtilities.h>
#include <vtksys/CommandLineArguments.hxx>
#include <vtksys/SystemTools.hxx>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This a simple test program to acquire a tracking data and optionally writes the buffer to a metafile and displays the live transform in a 3D view.
Definition in file TrackingTest.cxx.
Definition at line 229 of file TrackingTest.cxx.