VTK
9.0.1
Filters
Modeling
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
=========================================================================*/
39
#ifndef vtkFillHolesFilter_h
40
#define vtkFillHolesFilter_h
41
42
#include "vtkFiltersModelingModule.h"
// For export macro
43
#include "
vtkPolyDataAlgorithm.h
"
44
45
class
vtkAbstractTransform
;
46
47
class
VTKFILTERSMODELING_EXPORT
vtkFillHolesFilter
:
public
vtkPolyDataAlgorithm
48
{
49
public
:
51
54
static
vtkFillHolesFilter
*
New
();
55
vtkTypeMacro(
vtkFillHolesFilter
,
vtkPolyDataAlgorithm
);
56
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
58
60
66
vtkSetClampMacro(HoleSize,
double
, 0.0,
VTK_FLOAT_MAX
);
67
vtkGetMacro(HoleSize,
double
);
69
70
protected
:
71
vtkFillHolesFilter
();
72
~
vtkFillHolesFilter
()
override
;
73
74
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
75
76
double
HoleSize
;
77
78
private
:
79
vtkFillHolesFilter
(
const
vtkFillHolesFilter
&) =
delete
;
80
void
operator=(
const
vtkFillHolesFilter
&) =
delete
;
81
};
82
83
#endif
vtkAbstractTransform
superclass for all geometric transformations
Definition:
vtkAbstractTransform.h:50
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkFillHolesFilter
identify and fill holes in meshes
Definition:
vtkFillHolesFilter.h:47
vtkPolyDataAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataAlgorithm.h
vtkPolyDataAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkFillHolesFilter::HoleSize
double HoleSize
Definition:
vtkFillHolesFilter.h:76
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
VTK_FLOAT_MAX
#define VTK_FLOAT_MAX
Definition:
vtkType.h:163
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:41
Generated on Thu Jun 25 2020 08:30:41 for VTK by
1.8.17