VTK  9.1.0
vtkImageContinuousDilate3D.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkImageContinuousDilate3D.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
43#ifndef vtkImageContinuousDilate3D_h
44#define vtkImageContinuousDilate3D_h
45
47#include "vtkImagingMorphologicalModule.h" // For export macro
48
50
51class VTKIMAGINGMORPHOLOGICAL_EXPORT vtkImageContinuousDilate3D : public vtkImageSpatialAlgorithm
52{
53public:
55
61 void PrintSelf(ostream& os, vtkIndent indent) override;
63
68 void SetKernelSize(int size0, int size1, int size2);
69
70protected:
73
75
77 vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData,
78 int outExt[6], int id) override;
79 int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
80 vtkInformationVector* outputVector) override;
81
82private:
84 void operator=(const vtkImageContinuousDilate3D&) = delete;
85};
86
87#endif
Dilate implemented as a maximum.
void SetKernelSize(int size0, int size1, int size2)
This method sets the size of the neighborhood.
static vtkImageContinuousDilate3D * New()
Construct an instance of vtkImageContinuousDilate3D filter.
~vtkImageContinuousDilate3D() override
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageContinuousDilate3D filter.
vtkImageEllipsoidSource * Ellipse
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
topologically and geometrically regular array of data
Definition: vtkImageData.h:157
Create a binary image of an ellipsoid.
Filters that operate on pixel neighborhoods.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.