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