53#ifndef vtkMarkBoundaryFilter_h
54#define vtkMarkBoundaryFilter_h
57#include "vtkFiltersGeometryModule.h"
59VTK_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);
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.