#include <vtkImageStencil.h>
Inheritance diagram for vtkImageStencil:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetStencil (vtkImageStencilData *stencil) |
vtkImageStencilData * | GetStencil () |
virtual void | SetReverseStencil (int) |
virtual void | ReverseStencilOn () |
virtual void | ReverseStencilOff () |
virtual int | GetReverseStencil () |
virtual void | SetBackgroundInput (vtkImageData *input) |
vtkImageData * | GetBackgroundInput () |
void | SetBackgroundValue (float val) |
float | GetBackgroundValue () |
virtual void | SetBackgroundColor (float, float, float, float) |
virtual void | SetBackgroundColor (float[4]) |
virtual float * | GetBackgroundColor () |
virtual void | GetBackgroundColor (float &, float &, float &, float &) |
virtual void | GetBackgroundColor (float[4]) |
Static Public Methods | |
vtkImageStencil * | New () |
int | IsTypeOf (const char *type) |
vtkImageStencil * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageStencil () | |
~vtkImageStencil () | |
void | ExecuteInformation () |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id) |
Protected Attributes | |
int | ReverseStencil |
float | BackgroundColor [4] |
Definition at line 60 of file vtkImageStencil.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
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 vtkImageToImageFilter. |
|
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. |
|
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
Reverse the stencil. |
|
NOTE: Not yet implemented, use SetBackgroundValue instead. Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. |
|
NOTE: Not yet implemented, use SetBackgroundValue instead. Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. |
|
Set the default output value to use when the second input is not set. Definition at line 92 of file vtkImageStencil.h. |
|
Set the default output value to use when the second input is not set. Definition at line 94 of file vtkImageStencil.h. |
|
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. |
|
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. |
|
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. |
|
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. |
|
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 109 of file vtkImageStencil.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
Definition at line 116 of file vtkImageStencil.h. |
|
Definition at line 117 of file vtkImageStencil.h. |