Dilate implemented as a maximum.
More...
#include <vtkImageContinuousDilate3D.h>
|
| vtkImageContinuousDilate3D () |
|
| ~vtkImageContinuousDilate3D () |
|
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 () |
|
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) |
|
Dilate implemented as a maximum.
vtkImageContinuousDilate3D replaces a pixel with the maximum over an ellipsoidal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.
- Tests:
- vtkImageContinuousDilate3D (Tests)
Definition at line 35 of file vtkImageContinuousDilate3D.h.
vtkImageContinuousDilate3D::vtkImageContinuousDilate3D |
( |
| ) |
|
|
protected |
vtkImageContinuousDilate3D::~vtkImageContinuousDilate3D |
( |
| ) |
|
|
protected |
static int vtkImageContinuousDilate3D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageContinuousDilate3D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageContinuousDilate3D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageContinuousDilate3D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageContinuousDilate3D::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.
void vtkImageContinuousDilate3D::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
extent[6], |
|
|
int |
id |
|
) |
| |
|
protected |
virtual int vtkImageContinuousDilate3D::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: