30 #ifndef __vtkDataSetSurfaceFilter_h
31 #define __vtkDataSetSurfaceFilter_h
63 vtkSetMacro(UseStrips,
int);
64 vtkGetMacro(UseStrips,
int);
65 vtkBooleanMacro(UseStrips,
int);
72 vtkSetMacro(PieceInvariant,
int);
73 vtkGetMacro(PieceInvariant,
int);
83 vtkSetMacro(PassThroughCellIds,
int);
84 vtkGetMacro(PassThroughCellIds,
int);
85 vtkBooleanMacro(PassThroughCellIds,
int);
86 vtkSetMacro(PassThroughPointIds,
int);
87 vtkGetMacro(PassThroughPointIds,
int);
88 vtkBooleanMacro(PassThroughPointIds,
int);
96 vtkSetStringMacro(OriginalCellIdsName);
98 return ( this->OriginalCellIdsName
99 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
101 vtkSetStringMacro(OriginalPointIdsName);
103 return ( this->OriginalPointIdsName
104 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
119 vtkSetMacro(NonlinearSubdivisionLevel,
int);
120 vtkGetMacro(NonlinearSubdivisionLevel,
int);
126 virtual int StructuredExecute(
vtkDataSet *input,
128 #ifdef VTK_USE_64BIT_IDS
129 virtual int StructuredExecute(
vtkDataSet *input,
133 for (
int cc=0; cc < 6; cc++)
136 wholeExt[cc] = wholeExt32[cc];
138 return this->StructuredExecute(input, output, ext, wholeExt);
160 int aAxis,
int bAxis,
int cAxis,
164 int aAxis,
int bAxis,
int cAxis,
167 void InitializeQuadHash(
vtkIdType numPoints);
168 void DeleteQuadHash();
173 virtual void InsertPolygonInHash(
vtkIdType* ids,
int numpts,
175 void InitQuadHashTraversal();
187 class vtkEdgeInterpolationMap;
189 vtkEdgeInterpolationMap *
EdgeMap;
198 void InitFastGeomQuadAllocation(
vtkIdType numberOfCells);
200 void DeleteAllFastGeomQuads();
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate point attribute data
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual const char * GetOriginalCellIdsName()
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()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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
vtkIdType NumberOfFastGeomQuadArrays
virtual const char * GetOriginalPointIdsName()
vtkIdTypeArray * OriginalPointIds
int NonlinearSubdivisionLevel
Extracts outer (polygonal) surface.
vtkIdType NumberOfNewCells
represent and manipulate 3D points
vtkEdgeInterpolationMap * EdgeMap
vtkFastGeomQuad ** QuadHash