41#ifndef vtkUnstructuredGridGeometryFilter_h
42#define vtkUnstructuredGridGeometryFilter_h
44#include "vtkFiltersGeometryModule.h"
48class vtkHashTableOfSurfels;
130 void SetExtent(
double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax);
175 vtkSetStringMacro(OriginalCellIdsName);
178 return (this->OriginalCellIdsName ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
180 vtkSetStringMacro(OriginalPointIdsName);
183 return (this->OriginalPointIdsName ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only vtkUnstructureGridBase subclasses as output.
extract geometry from an unstructured grid
vtkTypeBool PointClipping
vtkIncrementalPointLocator * Locator
~vtkUnstructuredGridGeometryFilter() override
char * OriginalCellIdsName
vtkTypeBool PassThroughCellIds
static vtkUnstructuredGridGeometryFilter * New()
void SetExtent(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
Specify a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
vtkTypeBool DuplicateGhostCellClipping
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool ExtentClipping
void SetExtent(double extent[6])
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
virtual const char * GetOriginalPointIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
double * GetExtent()
Set / get a (xmin,xmax, ymin,ymax, zmin,zmax) bounding box to clip data.
char * OriginalPointIdsName
void CreateDefaultLocator()
Create default locator.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual const char * GetOriginalCellIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
vtkMTimeType GetMTime() override
Return the MTime also considering the locator.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool PassThroughPointIds
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkHashTableOfSurfels * HashTable
vtkUnstructuredGridGeometryFilter()
vtkTypeUInt32 vtkMTimeType