43 #ifndef __vtkExtractGeometry_h
44 #define __vtkExtractGeometry_h
72 vtkSetMacro(ExtractInside,
int);
73 vtkGetMacro(ExtractInside,
int);
74 vtkBooleanMacro(ExtractInside,
int);
80 vtkSetMacro(ExtractBoundaryCells,
int);
81 vtkGetMacro(ExtractBoundaryCells,
int);
82 vtkBooleanMacro(ExtractBoundaryCells,
int);
83 vtkSetMacro(ExtractOnlyBoundaryCells,
int);
84 vtkGetMacro(ExtractOnlyBoundaryCells,
int);
85 vtkBooleanMacro(ExtractOnlyBoundaryCells,
int);