VTK
|
clip an image with a function More...
#include <vtkImplicitFunctionToImageStencil.h>
Public Types | |
typedef vtkImageStencilSource | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImplicitFunctionToImageStencil * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
unsigned long | GetMTime () |
virtual void | SetInput (vtkImplicitFunction *) |
virtual vtkImplicitFunction * | GetInput () |
virtual void | SetThreshold (double) |
virtual double | GetThreshold () |
Static Public Member Functions | |
static vtkImplicitFunctionToImageStencil * | New () |
static int | IsTypeOf (const char *type) |
static vtkImplicitFunctionToImageStencil * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImplicitFunctionToImageStencil () | |
~vtkImplicitFunctionToImageStencil () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkImplicitFunction * | Input |
double | Threshold |
clip an image with a function
vtkImplicitFunctionToImageStencil will convert a vtkImplicitFunction into a stencil that can be used with vtkImageStencil or with other classes that apply a stencil to an image.
Definition at line 37 of file vtkImplicitFunctionToImageStencil.h.
Reimplemented from vtkImageStencilSource.
Definition at line 41 of file vtkImplicitFunctionToImageStencil.h.
static vtkImplicitFunctionToImageStencil* vtkImplicitFunctionToImageStencil::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageStencilSource.
static int vtkImplicitFunctionToImageStencil::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 vtkImplicitFunctionToImageStencil::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 vtkImplicitFunctionToImageStencil* vtkImplicitFunctionToImageStencil::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageStencilSource.
virtual vtkObjectBase* vtkImplicitFunctionToImageStencil::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageStencilSource.
Reimplemented from vtkImageStencilSource.
void vtkImplicitFunctionToImageStencil::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 void vtkImplicitFunctionToImageStencil::SetInput | ( | vtkImplicitFunction * | ) | [virtual] |
Specify the implicit function to convert into a stencil.
virtual vtkImplicitFunction* vtkImplicitFunctionToImageStencil::GetInput | ( | ) | [virtual] |
Specify the implicit function to convert into a stencil.
virtual void vtkImplicitFunctionToImageStencil::SetThreshold | ( | double | ) | [virtual] |
Set the threshold value for the implicit function.
virtual double vtkImplicitFunctionToImageStencil::GetThreshold | ( | ) | [virtual] |
Set the threshold value for the implicit function.
unsigned long vtkImplicitFunctionToImageStencil::GetMTime | ( | ) | [virtual] |
Override GetMTime() to account for the implicit function.
Reimplemented from vtkObject.
virtual int vtkImplicitFunctionToImageStencil::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkImageStencilAlgorithm.
Definition at line 66 of file vtkImplicitFunctionToImageStencil.h.
double vtkImplicitFunctionToImageStencil::Threshold [protected] |
Definition at line 67 of file vtkImplicitFunctionToImageStencil.h.