12 #ifndef vtkSubdivisionFilter_h
13 #define vtkSubdivisionFilter_h
15 #include "vtkFiltersGeneralModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
37 vtkSetMacro(NumberOfSubdivisions,
int);
38 vtkGetMacro(NumberOfSubdivisions,
int);
47 vtkSetClampMacro(CheckForTriangles,
vtkTypeBool, 0, 1);
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
dynamic, self-adjusting array of int
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
object to represent cell connectivity
base class for subvision filters
vtkTypeBool CheckForTriangles
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.