64 #ifndef vtkMarkBoundaryFilter_h
65 #define vtkMarkBoundaryFilter_h
68 #include "vtkFiltersGeometryModule.h"
89 vtkSetMacro(GenerateBoundaryFaces,
bool);
90 vtkGetMacro(GenerateBoundaryFaces,
bool);
91 vtkBooleanMacro(GenerateBoundaryFaces,
bool);
100 vtkSetStringMacro(BoundaryPointsName);
101 vtkGetStringMacro(BoundaryPointsName);
102 vtkSetStringMacro(BoundaryCellsName);
103 vtkGetStringMacro(BoundaryCellsName);
104 vtkSetStringMacro(BoundaryFacesName);
105 vtkGetStringMacro(BoundaryFacesName);
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.