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
vtkImageRange3D Class Reference

Max - min of a circular neighborhood. More...

#include <vtkImageRange3D.h>

Inheritance diagram for vtkImageRange3D:
[legend]
Collaboration diagram for vtkImageRange3D:
[legend]

Public Types

typedef vtkImageSpatialAlgorithm Superclass
 
- Public Types inherited from vtkImageSpatialAlgorithm
typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageRange3DNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetKernelSize (int size0, int size1, int size2)
 
- Public Member Functions inherited from vtkImageSpatialAlgorithm
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 vtkImageRange3DNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageRange3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkImageSpatialAlgorithm
static vtkImageSpatialAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageSpatialAlgorithmSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageRange3D ()
 
 ~vtkImageRange3D ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkImageSpatialAlgorithm
 vtkImageSpatialAlgorithm ()
 
 ~vtkImageSpatialAlgorithm ()
 
void ComputeOutputWholeExtent (int extent[6], int handleBoundaries)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void InternalRequestUpdateExtent (int *extent, int *inExtent, int *wholeExtent)
 

Protected Attributes

vtkImageEllipsoidSourceEllipse
 
- Protected Attributes inherited from vtkImageSpatialAlgorithm
int KernelSize [3]
 
int KernelMiddle [3]
 
int HandleBoundaries
 

Detailed Description

Max - min of a circular neighborhood.

vtkImageRange3D replaces a pixel with the maximum minus minimum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.

Tests:
vtkImageRange3D (Tests)

Definition at line 35 of file vtkImageRange3D.h.

Member Typedef Documentation

Definition at line 39 of file vtkImageRange3D.h.

Constructor & Destructor Documentation

vtkImageRange3D::vtkImageRange3D ( )
protected
vtkImageRange3D::~vtkImageRange3D ( )
protected

Member Function Documentation

static vtkImageRange3D* vtkImageRange3D::New ( )
static
static int vtkImageRange3D::IsTypeOf ( const char *  type)
static
virtual int vtkImageRange3D::IsA ( const char *  type)
virtual

Reimplemented from vtkImageSpatialAlgorithm.

static vtkImageRange3D* vtkImageRange3D::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkImageRange3D::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkImageSpatialAlgorithm.

vtkImageRange3D* vtkImageRange3D::NewInstance ( ) const
void vtkImageRange3D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkImageRange3D::SetKernelSize ( int  size0,
int  size1,
int  size2 
)

This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the elliptical foot print.

virtual int vtkImageRange3D::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Reimplemented from vtkImageSpatialAlgorithm.

void vtkImageRange3D::ThreadedRequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector,
vtkImageData ***  inData,
vtkImageData **  outData,
int  extent[6],
int  id 
)
protected
virtual int vtkImageRange3D::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Member Data Documentation

vtkImageEllipsoidSource* vtkImageRange3D::Ellipse
protected

Definition at line 51 of file vtkImageRange3D.h.


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