61#ifndef vtkMarkBoundaryFilter_h
62#define vtkMarkBoundaryFilter_h
65#include "vtkFiltersGeometryModule.h"
86 vtkSetMacro(GenerateBoundaryFaces,
bool);
87 vtkGetMacro(GenerateBoundaryFaces,
bool);
88 vtkBooleanMacro(GenerateBoundaryFaces,
bool);
97 vtkSetStringMacro(BoundaryPointsName);
98 vtkGetStringMacro(BoundaryPointsName);
99 vtkSetStringMacro(BoundaryCellsName);
100 vtkGetStringMacro(BoundaryCellsName);
101 vtkSetStringMacro(BoundaryFacesName);
102 vtkGetStringMacro(BoundaryFacesName);
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
mark points and cells that lie on the boundary of a dataset
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
char * BoundaryPointsName
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkMarkBoundaryFilter() override
bool GenerateBoundaryFaces
static vtkMarkBoundaryFilter * New()
Standard methods for instantiation, type information, and printing.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.