39#ifndef vtkGenericDataSetTessellator_h
40#define vtkGenericDataSetTessellator_h
42#include "vtkFiltersGenericModule.h"
69 vtkGetMacro(KeepCellIds,
int);
81 vtkGetMacro(Merging,
int);
tessellates generic, higher-order datasets into linear cells
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
~vtkGenericDataSetTessellator()
static vtkGenericDataSetTessellator * New()
Standard VTK methods.
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkMTimeType GetMTime()
Return the MTime also considering the locator.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkGenericDataSetTessellator()
void CreateDefaultLocator()
Create default locator.
vtkPointData * InternalPD
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
represent and manipulate point attribute data
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType