VTK
|
create simple mask shapes More...
#include <vtkROIStencilSource.h>
create simple mask shapes
vtkROIStencilSource will create an image stencil with a simple shape like a box, a sphere, or a cylinder. Its output can be used with vtkImageStecil or other vtk classes that apply a stencil to an image.
Definition at line 38 of file vtkROIStencilSource.h.
Reimplemented from vtkImageStencilSource.
Definition at line 42 of file vtkROIStencilSource.h.
anonymous enum |
Definition at line 46 of file vtkROIStencilSource.h.
vtkROIStencilSource::vtkROIStencilSource | ( | ) | [protected] |
vtkROIStencilSource::~vtkROIStencilSource | ( | ) | [protected] |
static vtkROIStencilSource* vtkROIStencilSource::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageStencilSource.
static int vtkROIStencilSource::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageStencilSource.
virtual int vtkROIStencilSource::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageStencilSource.
static vtkROIStencilSource* vtkROIStencilSource::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageStencilSource.
virtual vtkObjectBase* vtkROIStencilSource::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageStencilSource.
Reimplemented from vtkImageStencilSource.
void vtkROIStencilSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkImageStencilSource.
virtual int vtkROIStencilSource::GetShape | ( | ) | [virtual] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
virtual void vtkROIStencilSource::SetShape | ( | int | ) | [virtual] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void vtkROIStencilSource::SetShapeToBox | ( | ) | [inline] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
Definition at line 60 of file vtkROIStencilSource.h.
void vtkROIStencilSource::SetShapeToEllipsoid | ( | ) | [inline] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
Definition at line 61 of file vtkROIStencilSource.h.
void vtkROIStencilSource::SetShapeToCylinderX | ( | ) | [inline] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
Definition at line 62 of file vtkROIStencilSource.h.
void vtkROIStencilSource::SetShapeToCylinderY | ( | ) | [inline] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
Definition at line 63 of file vtkROIStencilSource.h.
void vtkROIStencilSource::SetShapeToCylinderZ | ( | ) | [inline] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
Definition at line 64 of file vtkROIStencilSource.h.
virtual const char* vtkROIStencilSource::GetShapeAsString | ( | ) | [virtual] |
The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
virtual double* vtkROIStencilSource::GetBounds | ( | ) | [virtual] |
Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void vtkROIStencilSource::GetBounds | ( | double & | , |
double & | , | ||
double & | , | ||
double & | , | ||
double & | , | ||
double & | |||
) | [virtual] |
Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void vtkROIStencilSource::GetBounds | ( | double | [6] | ) | [virtual] |
Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void vtkROIStencilSource::SetBounds | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | |||
) | [virtual] |
Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void vtkROIStencilSource::SetBounds | ( | double | [6] | ) | [virtual] |
Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual int vtkROIStencilSource::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkImageStencilAlgorithm.
int vtkROIStencilSource::Shape [protected] |
Definition at line 82 of file vtkROIStencilSource.h.
double vtkROIStencilSource::Bounds[6] [protected] |
Definition at line 83 of file vtkROIStencilSource.h.