#include <vtkImplicitFunctionToImageStencil.h>
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 36 of file vtkImplicitFunctionToImageStencil.h.
Public Types | |
typedef vtkImageStencilSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
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 (vtkObject *o) |
Protected Member Functions | |
vtkImplicitFunctionToImageStencil () | |
~vtkImplicitFunctionToImageStencil () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkImplicitFunction * | Input |
double | Threshold |
Reimplemented from vtkImageStencilSource.
Definition at line 40 of file vtkImplicitFunctionToImageStencil.h.
vtkImplicitFunctionToImageStencil::vtkImplicitFunctionToImageStencil | ( | ) | [protected] |
vtkImplicitFunctionToImageStencil::~vtkImplicitFunctionToImageStencil | ( | ) | [protected] |
static vtkImplicitFunctionToImageStencil* vtkImplicitFunctionToImageStencil::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageStencilSource.
virtual const char* vtkImplicitFunctionToImageStencil::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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.
virtual int vtkImplicitFunctionToImageStencil::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkImageStencilAlgorithm.
Definition at line 62 of file vtkImplicitFunctionToImageStencil.h.
double vtkImplicitFunctionToImageStencil::Threshold [protected] |
Definition at line 63 of file vtkImplicitFunctionToImageStencil.h.