PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#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>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
vtkRenderWindowInteractor * | iren = NULL |
vtkSmartPointer< vtkPlusSonixVideoSource > | sonixGrabber |
vtkImageViewer * | viewer = NULL |
Definition at line 40 of file vtkURFSavedVideoSourceTest1.cxx.
vtkRenderWindowInteractor* iren = NULL |
Definition at line 23 of file vtkURFSavedVideoSourceTest1.cxx.
vtkSmartPointer<vtkPlusSonixVideoSource> sonixGrabber |
Definition at line 21 of file vtkURFSavedVideoSourceTest1.cxx.
vtkImageViewer* viewer = NULL |
Definition at line 22 of file vtkURFSavedVideoSourceTest1.cxx.