18#ifndef vtkLinearToQuadraticCellsFilter_h 
   19#define vtkLinearToQuadraticCellsFilter_h 
   21#include "vtkFiltersGeometryModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
   57  vtkSetMacro(OutputPointsPrecision, 
int);
 
   58  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