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

This program acquires tracked ultrasound data and displays it on the screen (in a 2D viewer). More...

#include "PlusConfigure.h"
#include "igsioTrackedFrame.h"
#include "itkMath.h"
#include "vtkPlusDataCollector.h"
#include "vtkImageData.h"
#include "vtkImageHistogramStatistics.h"
#include "vtkMatrix4x4.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusDevice.h"
#include "vtkPlusSavedDataSource.h"
#include "vtkIGSIOTrackedFrameList.h"
#include "vtkPlusVirtualMixer.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
Include dependency graph for vtk3DDataCollectorTest1.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static const double FLOAT_COMPARISON_TOLERANCE =1e-4
 

Detailed Description

This program acquires tracked ultrasound data and displays it on the screen (in a 2D viewer).

Definition in file vtk3DDataCollectorTest1.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 30 of file vtk3DDataCollectorTest1.cxx.

Variable Documentation

◆ FLOAT_COMPARISON_TOLERANCE

const double FLOAT_COMPARISON_TOLERANCE =1e-4
static

Definition at line 28 of file vtk3DDataCollectorTest1.cxx.