18 #ifndef vtkLinearToQuadraticCellsFilter_h
19 #define vtkLinearToQuadraticCellsFilter_h
21 #include "vtkFiltersGeometryModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
48 void CreateDefaultLocator();
57 vtkSetMacro(OutputPointsPrecision,
int);
58 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
degree elevate the cells of a linear unstructured grid.
a simple class to control print indentation
vtkIncrementalPointLocator * Locator
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.