VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkImageStencilAlgorithm Class Reference

producer of vtkImageStencilData More...

#include <vtkImageStencilAlgorithm.h>

Inheritance diagram for vtkImageStencilAlgorithm:
[legend]

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 vtkObjectBase * NewInstanceInternal () 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

Definition at line 39 of file vtkImageStencilAlgorithm.h.

Constructor & Destructor Documentation

vtkImageStencilAlgorithm::vtkImageStencilAlgorithm ( )
protected
vtkImageStencilAlgorithm::~vtkImageStencilAlgorithm ( )
protected

Member Function Documentation

static vtkImageStencilAlgorithm* vtkImageStencilAlgorithm::New ( )
static
static int vtkImageStencilAlgorithm::IsTypeOf ( const char *  type)
static
virtual int vtkImageStencilAlgorithm::IsA ( const char *  type)
virtual
static vtkImageStencilAlgorithm* vtkImageStencilAlgorithm::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkImageStencilAlgorithm::NewInstanceInternal ( ) const
protectedvirtual
vtkImageStencilAlgorithm* vtkImageStencilAlgorithm::NewInstance ( ) const
void vtkImageStencilAlgorithm::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkImageStencilAlgorithm::SetOutput ( vtkImageStencilData output)

Get or set the output for this source.

vtkImageStencilData* vtkImageStencilAlgorithm::GetOutput ( )

Get or set the output for this source.

virtual int vtkImageStencilAlgorithm::ProcessRequest ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
virtual

see vtkAlgorithm for details

virtual int vtkImageStencilAlgorithm::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkImageStencilAlgorithm::RequestInformation ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkImageStencilAlgorithm::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Reimplemented in vtkImageToImageStencil.

vtkImageStencilData* vtkImageStencilAlgorithm::AllocateOutputData ( vtkDataObject *  out,
int *  updateExt 
)
protected
virtual int vtkImageStencilAlgorithm::FillOutputPortInformation ( int  ,
vtkInformation *   
)
protectedvirtual

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