 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkLinearToQuadraticCellsFilter_h
28 #define vtkLinearToQuadraticCellsFilter_h
30 #include "vtkFiltersGeometryModule.h"
65 vtkSetMacro(OutputPointsPrecision,
int);
66 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