VTK
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 =========================================================================*/
43 #ifndef vtkExtractGeometry_h
44 #define vtkExtractGeometry_h
45 
46 #include "vtkFiltersExtractionModule.h" // For export macro
48 
50 
52 {
53 public:
55  void PrintSelf(ostream& os, vtkIndent indent);
56 
59 
61  unsigned long GetMTime();
62 
64 
68 
70 
73  vtkSetMacro(ExtractInside,int);
74  vtkGetMacro(ExtractInside,int);
75  vtkBooleanMacro(ExtractInside,int);
77 
79 
81  vtkSetMacro(ExtractBoundaryCells,int);
82  vtkGetMacro(ExtractBoundaryCells,int);
83  vtkBooleanMacro(ExtractBoundaryCells,int);
84  vtkSetMacro(ExtractOnlyBoundaryCells,int);
85  vtkGetMacro(ExtractOnlyBoundaryCells,int);
86  vtkBooleanMacro(ExtractOnlyBoundaryCells,int);
88 
89 protected:
92 
93  // Usual data generation method
95 
97 
102 
103 private:
104  vtkExtractGeometry(const vtkExtractGeometry&); // Not implemented.
105  void operator=(const vtkExtractGeometry&); // Not implemented.
106 };
107 
108 #endif
109 
110 
vtkExtractGeometry::vtkExtractGeometry
vtkExtractGeometry(vtkImplicitFunction *f=NULL)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkExtractGeometry::New
static vtkExtractGeometry * New()
vtkExtractGeometry::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkFiltersExtractionModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkExtractGeometry::ExtractInside
int ExtractInside
Definition: vtkExtractGeometry.h:99
vtkExtractGeometry::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkExtractGeometry::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkExtractGeometry::GetMTime
unsigned long GetMTime()
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:58
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkExtractGeometry::ImplicitFunction
vtkImplicitFunction * ImplicitFunction
Definition: vtkExtractGeometry.h:98
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkgl::f
GLclampf f
Definition: vtkgl.h:14181
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkExtractGeometry::ExtractBoundaryCells
int ExtractBoundaryCells
Definition: vtkExtractGeometry.h:100
VTKFILTERSEXTRACTION_EXPORT
#define VTKFILTERSEXTRACTION_EXPORT
Definition: vtkFiltersExtractionModule.h:15
vtkExtractGeometry::~vtkExtractGeometry
~vtkExtractGeometry()
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:40
vtkExtractGeometry::SetImplicitFunction
virtual void SetImplicitFunction(vtkImplicitFunction *)
vtkExtractGeometry::ExtractOnlyBoundaryCells
int ExtractOnlyBoundaryCells
Definition: vtkExtractGeometry.h:101