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

Computes a vector field using sobel functions. More...

#include <vtkImageSobel2D.h>

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

Public Types

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

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageSobel2DNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- 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 vtkImageSobel2DNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageSobel2DSafeDownCast (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
 
 vtkImageSobel2D ()
 
 ~vtkImageSobel2D ()
 
void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
 
virtual int RequestInformation (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)
 

Additional Inherited Members

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

Detailed Description

Computes a vector field using sobel functions.

vtkImageSobel2D computes a vector field from a scalar field by using Sobel functions. The number of vector components is 2 because the input is an image. Output is always doubles.

Tests:
vtkImageSobel2D (Tests)

Definition at line 33 of file vtkImageSobel2D.h.

Member Typedef Documentation

Definition at line 37 of file vtkImageSobel2D.h.

Constructor & Destructor Documentation

vtkImageSobel2D::vtkImageSobel2D ( )
protected
vtkImageSobel2D::~vtkImageSobel2D ( )
inlineprotected

Definition at line 42 of file vtkImageSobel2D.h.

Member Function Documentation

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

Reimplemented from vtkImageSpatialAlgorithm.

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

Reimplemented from vtkImageSpatialAlgorithm.

vtkImageSobel2D* vtkImageSobel2D::NewInstance ( ) const
void vtkImageSobel2D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkImageSobel2D::ThreadedRequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector,
vtkImageData ***  inData,
vtkImageData **  outData,
int  outExt[6],
int  id 
)
protected
virtual int vtkImageSobel2D::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Reimplemented from vtkImageSpatialAlgorithm.


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