53 #ifndef vtkMarkBoundaryFilter_h
54 #define vtkMarkBoundaryFilter_h
57 #include "vtkFiltersGeometryModule.h"
59 VTK_ABI_NAMESPACE_BEGIN
79 vtkSetMacro(GenerateBoundaryFaces,
bool);
80 vtkGetMacro(GenerateBoundaryFaces,
bool);
81 vtkBooleanMacro(GenerateBoundaryFaces,
bool);
90 vtkSetStringMacro(BoundaryPointsName);
91 vtkGetStringMacro(BoundaryPointsName);
92 vtkSetStringMacro(BoundaryCellsName);
93 vtkGetStringMacro(BoundaryCellsName);
94 vtkSetStringMacro(BoundaryFacesName);
95 vtkGetStringMacro(BoundaryFacesName);
117 VTK_ABI_NAMESPACE_END
bool GenerateBoundaryFaces
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
mark points and cells that lie on the boundary of a dataset
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
Superclass for algorithms that produce output of the same type as input.
char * BoundaryPointsName
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.