PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
Test basic connection to the Clarius ultrasound probe. More...
#include "PlusConfigure.h"
#include "vtkPlusClarius.h"
#include "vtkPlusDataSource.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 "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderer.h"
#include "vtkSmartPointer.h"
#include "vtkTable.h"
#include "vtkTableAlgorithm.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include <stdlib.h>
Go to the source code of this file.
Enumerations | |
enum | DisplayMode { SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT, SHOW_IMAGE, SHOW_PLOT } |
Functions | |
int | main (int argc, char *argv[]) |
void | TestLinePlot (vtkPlusClarius *ClariusDevice) |
vtkStandardNewMacro (vtkExtractImageRow) | |
Test basic connection to the Clarius ultrasound probe.
Definition in file vtkClariusTest.cxx.
enum DisplayMode |
Enumerator | |
---|---|
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT | |
SHOW_IMAGE | |
SHOW_PLOT |
Definition at line 38 of file vtkClariusTest.cxx.
Definition at line 237 of file vtkClariusTest.cxx.
void TestLinePlot | ( | vtkPlusClarius * | ClariusDevice | ) |
Definition at line 173 of file vtkClariusTest.cxx.
vtkStandardNewMacro | ( | vtkExtractImageRow | ) |