VTK
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 =========================================================================*/
26 #ifndef vtkImageContinuousDilate3D_h
27 #define vtkImageContinuousDilate3D_h
28 
29 
30 #include "vtkImagingMorphologicalModule.h" // For export macro
32 
34 
36 {
37 public:
38 
40 
44  void PrintSelf(ostream& os, vtkIndent indent);
46 
50  void SetKernelSize(int size0, int size1, int size2);
51 
52 protected:
55 
57 
59  vtkInformationVector **inputVector,
60  vtkInformationVector *outputVector,
61  vtkImageData ***inData, vtkImageData **outData,
62  int extent[6], int id);
63  virtual int RequestData(vtkInformation *request,
64  vtkInformationVector **inputVector,
65  vtkInformationVector *outputVector);
66 
67 private:
68  vtkImageContinuousDilate3D(const vtkImageContinuousDilate3D&); // Not implemented.
69  void operator=(const vtkImageContinuousDilate3D&); // Not implemented.
70 };
71 
72 #endif
vtkImageContinuousDilate3D::SetKernelSize
void SetKernelSize(int size0, int size1, int size2)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkImageContinuousDilate3D::New
static vtkImageContinuousDilate3D * New()
vtkImageContinuousDilate3D::vtkImageContinuousDilate3D
vtkImageContinuousDilate3D()
vtkImageContinuousDilate3D::Ellipse
vtkImageEllipsoidSource * Ellipse
Definition: vtkImageContinuousDilate3D.h:56
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageContinuousDilate3D::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkImageContinuousDilate3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkImageContinuousDilate3D::ThreadedRequestData
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImagingMorphologicalModule.h
vtkImageSpatialAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageContinuousDilate3D::~vtkImageContinuousDilate3D
~vtkImageContinuousDilate3D()
vtkImageContinuousDilate3D
Dilate implemented as a maximum.
Definition: vtkImageContinuousDilate3D.h:36
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkImageEllipsoidSource
Create a binary image of an ellipsoid.
Definition: vtkImageEllipsoidSource.h:33
vtkImageSpatialAlgorithm
Filters that operate on pixel neighborhoods.
Definition: vtkImageSpatialAlgorithm.h:34
VTKIMAGINGMORPHOLOGICAL_EXPORT
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
Definition: vtkImagingMorphologicalModule.h:15