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