VTK
|
Computes a vector field using sobel functions. More...
#include <vtkImageSobel2D.h>
Public Types | |
typedef vtkImageSpatialAlgorithm | Superclass |
![]() | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageSobel2D * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkImageSpatialAlgorithm * | NewInstance () 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 vtkImageSobel2D * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageSobel2D * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkImageSpatialAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageSpatialAlgorithm * | SafeDownCast (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) |
![]() | |
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 | |
![]() | |
int | KernelSize [3] |
int | KernelMiddle [3] |
int | HandleBoundaries |
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.
Definition at line 33 of file vtkImageSobel2D.h.
Definition at line 37 of file vtkImageSobel2D.h.
|
protected |
|
inlineprotected |
Definition at line 42 of file vtkImageSobel2D.h.
|
static |
|
static |
|
virtual |
Reimplemented from vtkImageSpatialAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkImageSpatialAlgorithm.
vtkImageSobel2D* vtkImageSobel2D::NewInstance | ( | ) | const |
void vtkImageSobel2D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
|
protectedvirtual |
Reimplemented from vtkImageSpatialAlgorithm.