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

Test basic connection to the Interson Array SDKCxx USB ultrasound probe. More...

#include "PlusConfigure.h"
#include "vtkAxis.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 "vtkPlusIntersonArraySDKCxxVideoSource.h"
#include "vtkTable.h"
#include "vtkTableAlgorithm.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include <stdlib.h>
Include dependency graph for vtkIntersonArraySDKCxxVideoSourceTest.cxx:

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 (vtkPlusIntersonArraySDKCxxVideoSource *intersonDevice)
 
 vtkStandardNewMacro (vtkExtractImageRow)
 

Detailed Description

Test basic connection to the Interson Array SDKCxx USB ultrasound probe.

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 vtkIntersonArraySDKCxxVideoSourceTest.cxx.

Enumeration Type Documentation

◆ 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 44 of file vtkIntersonArraySDKCxxVideoSourceTest.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 250 of file vtkIntersonArraySDKCxxVideoSourceTest.cxx.

◆ TestLinePlot()

void TestLinePlot ( vtkPlusIntersonArraySDKCxxVideoSource intersonDevice)

Definition at line 179 of file vtkIntersonArraySDKCxxVideoSourceTest.cxx.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkExtractImageRow  )