VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkImageStencilAlgorithm Class Reference

producer of vtkImageStencilData More...

#include <vtkImageStencilAlgorithm.h>

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

List of all members.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImageStencilAlgorithmNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetOutput (vtkImageStencilData *output)
vtkImageStencilDataGetOutput ()
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Static Public Member Functions

static vtkImageStencilAlgorithmNew ()
static int IsTypeOf (const char *type)
static vtkImageStencilAlgorithmSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkImageStencilAlgorithm ()
 ~vtkImageStencilAlgorithm ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageStencilDataAllocateOutputData (vtkDataObject *out, int *updateExt)
virtual int FillOutputPortInformation (int, vtkInformation *)

Detailed Description

producer of vtkImageStencilData

vtkImageStencilAlgorithm is a superclass for filters that generate the special vtkImageStencilData type. This data type is a special representation of a binary image that can be used as a mask by several imaging filters.

See also:
vtkImageStencilData vtkImageStencilSource

Definition at line 35 of file vtkImageStencilAlgorithm.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkPolyDataToImageStencil, vtkImageStencilSource, vtkLassoStencilSource, vtkROIStencilSource, vtkImageToImageStencil, and vtkImplicitFunctionToImageStencil.

static int vtkImageStencilAlgorithm::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 vtkAlgorithm.

Reimplemented in vtkPolyDataToImageStencil, vtkImageStencilSource, vtkLassoStencilSource, vtkROIStencilSource, vtkImageToImageStencil, and vtkImplicitFunctionToImageStencil.

virtual int vtkImageStencilAlgorithm::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 vtkAlgorithm.

Reimplemented in vtkPolyDataToImageStencil, vtkImageStencilSource, vtkLassoStencilSource, vtkROIStencilSource, vtkImageToImageStencil, and vtkImplicitFunctionToImageStencil.

virtual vtkObjectBase* vtkImageStencilAlgorithm::NewInstanceInternal ( ) const [protected, virtual]
void vtkImageStencilAlgorithm::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 vtkAlgorithm.

Reimplemented in vtkPolyDataToImageStencil, vtkImageStencilSource, vtkLassoStencilSource, vtkROIStencilSource, vtkImageToImageStencil, and vtkImplicitFunctionToImageStencil.

Get or set the output for this source.

Get or set the output for this source.

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

Reimplemented in vtkImageToImageStencil.

virtual int vtkImageStencilAlgorithm::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.


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