PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkURFSavedVideoSourceTest1.cxx File Reference
#include "PlusConfigure.h"
#include "vtkCallbackCommand.h"
#include "vtkCommand.h"
#include "vtkImageData.h"
#include "vtkImageViewer.h"
#include "vtkPlusChannel.h"
#include "vtkPlusDataSource.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkSmartPointer.h"
#include "vtkPlusSonixVideoSource.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include <stdlib.h>
Include dependency graph for vtkURFSavedVideoSourceTest1.cxx:

Go to the source code of this file.

Functions

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

Variables

vtkRenderWindowInteractor * iren = NULL
 
vtkSmartPointer< vtkPlusSonixVideoSourcesonixGrabber
 
vtkImageViewer * viewer = NULL
 

Function Documentation

◆ main()

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

Definition at line 40 of file vtkURFSavedVideoSourceTest1.cxx.

Variable Documentation

◆ iren

vtkRenderWindowInteractor* iren = NULL

Definition at line 23 of file vtkURFSavedVideoSourceTest1.cxx.

◆ sonixGrabber

vtkSmartPointer<vtkPlusSonixVideoSource> sonixGrabber

Definition at line 21 of file vtkURFSavedVideoSourceTest1.cxx.

◆ viewer

vtkImageViewer* viewer = NULL

Definition at line 22 of file vtkURFSavedVideoSourceTest1.cxx.