VTK
vtkFillHolesFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFillHolesFilter.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 =========================================================================*/
41 #ifndef vtkFillHolesFilter_h
42 #define vtkFillHolesFilter_h
43 
44 #include "vtkFiltersModelingModule.h" // For export macro
45 #include "vtkPolyDataAlgorithm.h"
46 
48 
50 {
51 public:
53 
56  void PrintSelf(ostream& os, vtkIndent indent);
58 
60 
64  vtkSetClampMacro(HoleSize, double, 0.0, VTK_FLOAT_MAX);
65  vtkGetMacro(HoleSize, double);
67 
68 protected:
71 
73 
74  double HoleSize;
75 
76 private:
77  vtkFillHolesFilter(const vtkFillHolesFilter&); // Not implemented.
78  void operator=(const vtkFillHolesFilter&); // Not implemented.
79 };
80 
81 #endif
vtkAbstractTransform
superclass for all geometric transformations
Definition: vtkAbstractTransform.h:50
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFillHolesFilter::vtkFillHolesFilter
vtkFillHolesFilter()
vtkFillHolesFilter
identify and fill holes in meshes
Definition: vtkFillHolesFilter.h:50
vtkFiltersModelingModule.h
vtkPolyDataAlgorithm.h
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkFillHolesFilter::HoleSize
double HoleSize
Definition: vtkFillHolesFilter.h:74
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTK_FLOAT_MAX
#define VTK_FLOAT_MAX
Definition: vtkType.h:140
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkFillHolesFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
VTKFILTERSMODELING_EXPORT
#define VTKFILTERSMODELING_EXPORT
Definition: vtkFiltersModelingModule.h:15
vtkFillHolesFilter::New
static vtkFillHolesFilter * New()
vtkFillHolesFilter::~vtkFillHolesFilter
~vtkFillHolesFilter()
vtkFillHolesFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition: vtkPolyDataAlgorithm.h:44