VTK
dox
Filters
Extraction
vtkExtractGeometry.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractGeometry.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
=========================================================================*/
44
#ifndef vtkExtractGeometry_h
45
#define vtkExtractGeometry_h
46
47
#include "vtkFiltersExtractionModule.h"
// For export macro
48
#include "
vtkUnstructuredGridAlgorithm.h
"
49
50
class
vtkImplicitFunction
;
51
52
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractGeometry
:
public
vtkUnstructuredGridAlgorithm
53
{
54
public
:
55
vtkTypeMacro(
vtkExtractGeometry
,
vtkUnstructuredGridAlgorithm
);
56
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
57
61
static
vtkExtractGeometry
*
New
();
62
66
vtkMTimeType
GetMTime
()
override
;
67
69
72
virtual
void
SetImplicitFunction(
vtkImplicitFunction
*);
73
vtkGetObjectMacro(ImplicitFunction,
vtkImplicitFunction
);
75
77
82
vtkSetMacro(ExtractInside,
vtkTypeBool
);
83
vtkGetMacro(ExtractInside,
vtkTypeBool
);
84
vtkBooleanMacro(ExtractInside,
vtkTypeBool
);
86
88
92
vtkSetMacro(ExtractBoundaryCells,
vtkTypeBool
);
93
vtkGetMacro(ExtractBoundaryCells,
vtkTypeBool
);
94
vtkBooleanMacro(ExtractBoundaryCells,
vtkTypeBool
);
95
vtkSetMacro(ExtractOnlyBoundaryCells,
vtkTypeBool
);
96
vtkGetMacro(ExtractOnlyBoundaryCells,
vtkTypeBool
);
97
vtkBooleanMacro(ExtractOnlyBoundaryCells,
vtkTypeBool
);
99
100
protected
:
101
vtkExtractGeometry
(
vtkImplicitFunction
*f=
nullptr
);
102
~
vtkExtractGeometry
()
override
;
103
104
// Usual data generation method
105
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
106
107
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
108
109
vtkImplicitFunction
*
ImplicitFunction
;
110
vtkTypeBool
ExtractInside
;
111
vtkTypeBool
ExtractBoundaryCells
;
112
vtkTypeBool
ExtractOnlyBoundaryCells
;
113
114
private
:
115
vtkExtractGeometry
(
const
vtkExtractGeometry
&) =
delete
;
116
void
operator=(
const
vtkExtractGeometry
&) =
delete
;
117
};
118
119
#endif
120
121
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkExtractGeometry::ExtractBoundaryCells
vtkTypeBool ExtractBoundaryCells
Definition:
vtkExtractGeometry.h:111
vtkExtractGeometry
extract cells that lie either entirely inside or outside of a specified implicit function
Definition:
vtkExtractGeometry.h:52
vtkImplicitFunction
abstract interface for implicit functions
Definition:
vtkImplicitFunction.h:60
vtkX3D::port
Definition:
vtkX3D.h:447
vtkObject::GetMTime
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkExtractGeometry::ImplicitFunction
vtkImplicitFunction * ImplicitFunction
Definition:
vtkExtractGeometry.h:109
vtkUnstructuredGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkUnstructuredGridAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkX3D::info
Definition:
vtkX3D.h:376
vtkExtractGeometry::ExtractInside
vtkTypeBool ExtractInside
Definition:
vtkExtractGeometry.h:110
vtkUnstructuredGridAlgorithm::New
static vtkUnstructuredGridAlgorithm * New()
vtkExtractGeometry::ExtractOnlyBoundaryCells
vtkTypeBool ExtractOnlyBoundaryCells
Definition:
vtkExtractGeometry.h:112
vtkUnstructuredGridAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition:
vtkUnstructuredGridAlgorithm.h:40
vtkTypeBool
int vtkTypeBool
Definition:
vtkABI.h:69
vtkMTimeType
vtkTypeUInt32 vtkMTimeType
Definition:
vtkType.h:302
Generated by
1.8.16