Go to the documentation of this file.
30 #ifndef vtkLinearToQuadraticCellsFilter_h
31 #define vtkLinearToQuadraticCellsFilter_h
33 #include "vtkFiltersGeometryModule.h"
68 vtkSetMacro(OutputPointsPrecision,
int);
69 vtkGetMacro(OutputPointsPrecision,
int);
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkLinearToQuadraticCellsFilter() override
int OutputPointsPrecision
vtkMTimeType GetMTime() override
Return the mtime also considering the locator.
vtkLinearToQuadraticCellsFilter()
degree elevate the cells of a linear unstructured grid.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
void CreateDefaultLocator()
Create default locator.
static vtkLinearToQuadraticCellsFilter * New()
Superclass for algorithms that produce only unstructured grid as output.
vtkTypeUInt32 vtkMTimeType