PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions
DrawClipRegion.cxx File Reference
#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>
Include dependency graph for DrawClipRegion.cxx:

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)
 

Function Documentation

◆ DrawClipFan()

void DrawClipFan ( vtkImageData *  imageData,
vtkPlusVolumeReconstructor reconstructor 
)

Definition at line 168 of file DrawClipRegion.cxx.

◆ DrawClipRectangle()

void DrawClipRectangle ( vtkImageData *  imageData,
vtkPlusVolumeReconstructor reconstructor 
)

Definition at line 111 of file DrawClipRegion.cxx.

◆ DrawFan()

void DrawFan ( vtkImageData *  imageData,
double *  fanOrigin,
double  startRadius,
double  stopRadius,
double *  fanAnglesDeg,
int  pointSpacing,
bool  drawOrigin 
)

Definition at line 49 of file DrawClipRegion.cxx.

◆ DrawSector()

void DrawSector ( vtkImageData *  imageData,
int imageExtent,
double *  origin,
double *  fanAnglesDeg,
double  radius,
int  numberOfPoints 
)

Definition at line 30 of file DrawClipRegion.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 206 of file DrawClipRegion.cxx.