34 #ifndef vtkDataSetSurfaceFilter_h 35 #define vtkDataSetSurfaceFilter_h 37 #include "vtkFiltersGeometryModule.h" 69 vtkGetMacro(UseStrips,
int);
80 vtkGetMacro(PieceInvariant,
int);
93 vtkGetMacro(PassThroughCellIds,
int);
96 vtkGetMacro(PassThroughPointIds,
int);
107 vtkSetStringMacro(OriginalCellIdsName);
110 return ( this->OriginalCellIdsName
111 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
113 vtkSetStringMacro(OriginalPointIdsName);
116 return ( this->OriginalPointIdsName
117 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
134 vtkGetMacro(NonlinearSubdivisionLevel,
int);
142 virtual int StructuredExecute(
vtkDataSet *input,
144 #ifdef VTK_USE_64BIT_IDS 145 virtual int StructuredExecute(
vtkDataSet *input,
149 for (
int cc=0; cc < 6; cc++)
152 wholeExt[cc] = wholeExt32[cc];
154 return this->StructuredExecute(input, output, ext, wholeExt);
157 virtual int UnstructuredGridExecute(
vtkDataSet *input,
161 virtual int UniformGridExecute(
164 #ifdef VTK_USE_64BIT_IDS 165 virtual int UniformGridExecute(
vtkDataSet *input,
166 vtkPolyData *output,
int *ext32,
int *wholeExt32,
bool extractface[6] )
169 for (
int cc=0; cc < 6; cc++)
172 wholeExt[cc] = wholeExt32[cc];
174 return this->UniformGridExecute(input, output, ext, wholeExt, extractface);
200 void EstimateStructuredDataArraySizes(
206 int aAxis,
int bAxis,
int cAxis,
210 int maxFlag,
vtkIdType *ext,
int aAxis,
int bAxis,
int cAxis,
211 vtkIdType *wholeExt,
bool checkVisibility );
215 int aAxis,
int bAxis,
int cAxis,
218 void InitializeQuadHash(
vtkIdType numPoints);
219 void DeleteQuadHash();
224 virtual void InsertPolygonInHash(
vtkIdType* ids,
int numpts,
226 void InitQuadHashTraversal();
238 class vtkEdgeInterpolationMap;
240 vtkEdgeInterpolationMap *
EdgeMap;
249 void InitFastGeomQuadAllocation(
vtkIdType numberOfCells);
251 void DeleteAllFastGeomQuads();
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
vtkIdType FastGeomQuadArrayLength
unsigned char ** FastGeomQuadArrays
concrete dataset represents vertices, lines, polygons, and triangle strips
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
char * OriginalPointIdsName
char * OriginalCellIdsName
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Extracts outer (polygonal) surface.
vtkIdType NumberOfNewCells
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.
vtkFastGeomQuad ** QuadHash