VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkImplicitFunctionToImageStencil Class Reference

clip an image with a function More...

#include <vtkImplicitFunctionToImageStencil.h>

Inheritance diagram for vtkImplicitFunctionToImageStencil:
Inheritance graph
[legend]
Collaboration diagram for vtkImplicitFunctionToImageStencil:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkImageStencilSource Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImplicitFunctionToImageStencilNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
unsigned long GetMTime ()
virtual void SetInput (vtkImplicitFunction *)
virtual vtkImplicitFunctionGetInput ()
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 vtkObjectBaseNewInstanceInternal () const
 vtkImplicitFunctionToImageStencil ()
 ~vtkImplicitFunctionToImageStencil ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkImplicitFunctionInput
double Threshold

Detailed Description

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.

See also:
vtkImplicitFunction vtkImageStencil vtkPolyDataToImageStencil
Tests:
vtkImplicitFunctionToImageStencil (Tests)

Definition at line 37 of file vtkImplicitFunctionToImageStencil.h.


Member Typedef Documentation

Reimplemented from vtkImageStencilSource.

Definition at line 41 of file vtkImplicitFunctionToImageStencil.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkImageStencilSource.

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.

Specify the implicit function to convert into a stencil.

Specify the implicit function to convert into a stencil.

Set the threshold value for the implicit function.

Set the threshold value for the implicit function.

unsigned long vtkImplicitFunctionToImageStencil::GetMTime ( ) [virtual]

Override GetMTime() to account for the implicit function.

Reimplemented from vtkObject.

Reimplemented from vtkImageStencilAlgorithm.


Member Data Documentation

Definition at line 66 of file vtkImplicitFunctionToImageStencil.h.

Definition at line 67 of file vtkImplicitFunctionToImageStencil.h.


The documentation for this class was generated from the following file: