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