PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Test basic connection to the Ultrasonix image acquisition. More...
#include "PlusConfigure.h"
#include "vtkCallbackCommand.h"
#include "vtkChartXY.h"
#include "vtkCommand.h"
#include "vtkContextScene.h"
#include "vtkContextView.h"
#include "vtkFloatArray.h"
#include "vtkImageData.h"
#include "vtkImageViewer.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkPlot.h"
#include "vtkPlusChannel.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderer.h"
#include "vtkSmartPointer.h"
#include "vtkPlusSonixVideoSource.h"
#include "vtkTable.h"
#include "vtkTableAlgorithm.h"
#include "vtkPlusUsImagingParameters.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | TestLinePlot (vtkPlusSonixVideoSource *sonixGrabber) |
vtkStandardNewMacro (vtkExtractImageRow) | |
Test basic connection to the Ultrasonix image acquisition.
If the –rendering-off switch is defined then the connection is established, images are transferred for a few seconds, then the connection is closed (useful for automatic testing). If the –rendering-off switch is not defined then the live ultrasound image is displayed in a window (useful for quick interactive testing of the image transfer).
Definition in file vtkSonixVideoSourceTest1.cxx.
Definition at line 246 of file vtkSonixVideoSourceTest1.cxx.
void TestLinePlot | ( | vtkPlusSonixVideoSource * | sonixGrabber | ) |
Definition at line 182 of file vtkSonixVideoSourceTest1.cxx.
vtkStandardNewMacro | ( | vtkExtractImageRow | ) |