Max - min of a circular neighborhood.
More...
#include <vtkImageRange3D.h>
|
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) |
|
| vtkImageSpatialAlgorithm () |
|
| ~vtkImageSpatialAlgorithm () |
|
void | ComputeOutputWholeExtent (int extent[6], int handleBoundaries) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | InternalRequestUpdateExtent (int *extent, int *inExtent, int *wholeExtent) |
|
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.
vtkImageRange3D::vtkImageRange3D |
( |
| ) |
|
|
protected |
vtkImageRange3D::~vtkImageRange3D |
( |
| ) |
|
|
protected |
static int vtkImageRange3D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageRange3D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageRange3D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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 |
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 |
The documentation for this class was generated from the following file: