PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include "igsioCommon.h"
#include "PlusMath.h"
#include "igsioTrackedFrame.h"
#include "igsioVideoFrame.h"
#include "vtkPlusSequenceIO.h"
#include "vtkIGSIOTrackedFrameList.h"
#include "vtkPlusVolumeReconstructor.h"
#include <vtkImageData.h>
#include <vtkMath.h>
#include <vtkSmartPointer.h>
#include <vtkXMLUtilities.h>
#include <vtksys/CommandLineArguments.hxx>
Go to the source code of this file.
Functions | |
void | DrawClipFan (vtkImageData *imageData, vtkPlusVolumeReconstructor *reconstructor) |
void | DrawClipRectangle (vtkImageData *imageData, vtkPlusVolumeReconstructor *reconstructor) |
void | DrawFan (vtkImageData *imageData, double *fanOrigin, double startRadius, double stopRadius, double *fanAnglesDeg, int pointSpacing, bool drawOrigin) |
void | DrawSector (vtkImageData *imageData, int *imageExtent, double *origin, double *fanAnglesDeg, double radius, int numberOfPoints) |
int | main (int argc, char **argv) |
void DrawClipFan | ( | vtkImageData * | imageData, |
vtkPlusVolumeReconstructor * | reconstructor | ||
) |
Definition at line 168 of file DrawClipRegion.cxx.
void DrawClipRectangle | ( | vtkImageData * | imageData, |
vtkPlusVolumeReconstructor * | reconstructor | ||
) |
Definition at line 111 of file DrawClipRegion.cxx.
void DrawFan | ( | vtkImageData * | imageData, |
double * | fanOrigin, | ||
double | startRadius, | ||
double | stopRadius, | ||
double * | fanAnglesDeg, | ||
int | pointSpacing, | ||
bool | drawOrigin | ||
) |
Definition at line 49 of file DrawClipRegion.cxx.
void DrawSector | ( | vtkImageData * | imageData, |
int * | imageExtent, | ||
double * | origin, | ||
double * | fanAnglesDeg, | ||
double | radius, | ||
int | numberOfPoints | ||
) |
Definition at line 30 of file DrawClipRegion.cxx.
Definition at line 206 of file DrawClipRegion.cxx.