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 | Protected Attributes | List of all members
vtkImageSpatialAlgorithm Class Reference

Filters that operate on pixel neighborhoods. More...

#include <vtkImageSpatialAlgorithm.h>

Inheritance diagram for vtkImageSpatialAlgorithm:
[legend]

Public Types

typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageSpatialAlgorithmNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int * GetKernelSize ()
 
virtual void GetKernelSize (int &, int &, int &)
 
virtual void GetKernelSize (int[3])
 
virtual int * GetKernelMiddle ()
 
virtual void GetKernelMiddle (int &, int &, int &)
 
virtual void GetKernelMiddle (int[3])
 

Static Public Member Functions

static vtkImageSpatialAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageSpatialAlgorithmSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageSpatialAlgorithm ()
 
 ~vtkImageSpatialAlgorithm ()
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void ComputeOutputWholeExtent (int extent[6], int handleBoundaries)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void InternalRequestUpdateExtent (int *extent, int *inExtent, int *wholeExtent)
 

Protected Attributes

int KernelSize [3]
 
int KernelMiddle [3]
 
int HandleBoundaries
 

Detailed Description

Filters that operate on pixel neighborhoods.

vtkImageSpatialAlgorithm is a super class for filters that operate on an input neighborhood for each output pixel. It handles even sized neighborhoods, but their can be a half pixel shift associated with processing. This superclass has some logic for handling boundaries. It can split regions into boundary and non-boundary pieces and call different execute methods.

Definition at line 33 of file vtkImageSpatialAlgorithm.h.

Member Typedef Documentation

typedef vtkThreadedImageAlgorithm vtkImageSpatialAlgorithm::Superclass

Definition at line 37 of file vtkImageSpatialAlgorithm.h.

Constructor & Destructor Documentation

vtkImageSpatialAlgorithm::vtkImageSpatialAlgorithm ( )
protected
vtkImageSpatialAlgorithm::~vtkImageSpatialAlgorithm ( )
inlineprotected

Definition at line 52 of file vtkImageSpatialAlgorithm.h.

Member Function Documentation

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

Get the Kernel size.

virtual void vtkImageSpatialAlgorithm::GetKernelSize ( int &  ,
int &  ,
int &   
)
virtual

Get the Kernel size.

virtual void vtkImageSpatialAlgorithm::GetKernelSize ( int  [3])
virtual

Get the Kernel size.

virtual int* vtkImageSpatialAlgorithm::GetKernelMiddle ( )
virtual

Get the Kernel middle.

virtual void vtkImageSpatialAlgorithm::GetKernelMiddle ( int &  ,
int &  ,
int &   
)
virtual

Get the Kernel middle.

virtual void vtkImageSpatialAlgorithm::GetKernelMiddle ( int  [3])
virtual

Get the Kernel middle.

virtual int vtkImageSpatialAlgorithm::RequestInformation ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
void vtkImageSpatialAlgorithm::ComputeOutputWholeExtent ( int  extent[6],
int  handleBoundaries 
)
protected
virtual int vtkImageSpatialAlgorithm::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
void vtkImageSpatialAlgorithm::InternalRequestUpdateExtent ( int *  extent,
int *  inExtent,
int *  wholeExtent 
)
protected

Member Data Documentation

int vtkImageSpatialAlgorithm::KernelSize[3]
protected

Definition at line 52 of file vtkImageSpatialAlgorithm.h.

int vtkImageSpatialAlgorithm::KernelMiddle[3]
protected

Definition at line 55 of file vtkImageSpatialAlgorithm.h.

int vtkImageSpatialAlgorithm::HandleBoundaries
protected

Definition at line 56 of file vtkImageSpatialAlgorithm.h.


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