27#ifndef vtkGenericDataSetTessellator_h 
   28#define vtkGenericDataSetTessellator_h 
   30#include "vtkFiltersGenericModule.h"  
   33VTK_ABI_NAMESPACE_BEGIN
 
tessellates generic, higher-order datasets into linear cells
 
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
 
static vtkGenericDataSetTessellator * New()
Standard VTK methods.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkGenericDataSetTessellator()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
 
void CreateDefaultLocator()
Create default locator.
 
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
vtkPointData * InternalPD
 
~vtkGenericDataSetTessellator() override
 
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.
 
vtkTypeUInt32 vtkMTimeType