79 #ifndef vtkDataSetSurfaceFilter_h
80 #define vtkDataSetSurfaceFilter_h
82 #include "vtkFiltersGeometryModule.h"
86 VTK_ABI_NAMESPACE_BEGIN
87 template <
typename ArrayType>
125 vtkSetMacro(PieceInvariant,
int);
126 vtkGetMacro(PieceInvariant,
int);
151 vtkSetMacro(FastMode,
bool);
152 vtkGetMacro(FastMode,
bool);
153 vtkBooleanMacro(FastMode,
bool);
163 vtkSetStringMacro(OriginalCellIdsName);
166 return (this->OriginalCellIdsName ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
168 vtkSetStringMacro(OriginalPointIdsName);
171 return (this->OriginalPointIdsName ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
187 vtkSetMacro(NonlinearSubdivisionLevel,
int);
188 vtkGetMacro(NonlinearSubdivisionLevel,
int);
207 virtual int StructuredExecute(
209 #ifdef VTK_USE_64BIT_IDS
210 virtual int StructuredExecute(
215 for (
int cc = 0; cc < 6; cc++)
218 wholeExt[cc] = wholeExt32[cc];
220 return this->StructuredExecute(input, output, ext, wholeExt);
240 vtkIdType* wholeExt,
bool extractface[6]);
247 int UnstructuredGridExecute(
249 #ifdef VTK_USE_64BIT_IDS
251 const int* wholeExt32,
bool extractface[6])
255 for (
int cc = 0; cc < 6; cc++)
258 wholeExt[cc] = wholeExt32[cc];
260 return this->UniformGridExecute(input, output, ext, wholeExt, extractface);
283 void EstimateStructuredDataArraySizes(
287 int aAxis,
int bAxis,
int cAxis,
vtkIdType* wholeExt,
bool checkVisibility);
290 int aAxis,
int bAxis,
int cAxis,
vtkIdType* wholeExt);
292 void InitializeQuadHash(
vtkIdType numPoints);
293 void DeleteQuadHash();
294 virtual void InsertQuadInHash(
296 virtual void InsertTriInHash(
298 virtual void InsertPolygonInHash(
const vtkIdType* ids,
int numpts,
vtkIdType sourceId);
299 void InitQuadHashTraversal();
313 class vtkEdgeInterpolationMap;
315 vtkEdgeInterpolationMap*
EdgeMap;
323 void InitFastGeomQuadAllocation(
vtkIdType numberOfCells);
325 void DeleteAllFastGeomQuads();
353 int UnstructuredGridExecuteInternal(
356 int StructuredExecuteNoBlanking(
363 VTK_ABI_NAMESPACE_END
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
represent and manipulate point attribute data
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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...
vtkIdTypeArray * OriginalCellIds
vtkFastGeomQuad * QuadHashTraversal
dynamic, self-adjusting array of vtkIdType
Hold a reference to a vtkObjectBase instance.
vtkIdType FastGeomQuadArrayLength
unsigned char ** FastGeomQuadArrays
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeBool PassThroughCellIds
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkIdType QuadHashTraversalIndex
abstract class to specify cell behavior
Superclass for algorithms that produce only polydata as output.
struct vtkFastGeomQuadStruct * Next
a simple class to control print indentation
topologically and geometrically regular array of data
char * OriginalPointIdsName
char * OriginalCellIdsName
vtkIdType NumberOfFastGeomQuadArrays
topologically regular array of data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual const char * GetOriginalPointIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
vtkIdTypeArray * OriginalPointIds
int NonlinearSubdivisionLevel
Extracts outer surface (as vtkPolyData) of any dataset.
vtkIdType NumberOfNewCells
dataset represents arbitrary combinations of all possible cell types.
represent and manipulate 3D points
vtkEdgeInterpolationMap * EdgeMap
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool PassThroughPointIds
vtkFastGeomQuad ** QuadHash