33 #ifndef vtkDataSetSurfaceFilter_h
34 #define vtkDataSetSurfaceFilter_h
67 vtkSetMacro(UseStrips,
int);
68 vtkGetMacro(UseStrips,
int);
69 vtkBooleanMacro(UseStrips,
int);
76 vtkSetMacro(PieceInvariant,
int);
77 vtkGetMacro(PieceInvariant,
int);
87 vtkSetMacro(PassThroughCellIds,
int);
88 vtkGetMacro(PassThroughCellIds,
int);
89 vtkBooleanMacro(PassThroughCellIds,
int);
90 vtkSetMacro(PassThroughPointIds,
int);
91 vtkGetMacro(PassThroughPointIds,
int);
92 vtkBooleanMacro(PassThroughPointIds,
int);
100 vtkSetStringMacro(OriginalCellIdsName);
103 return ( this->OriginalCellIdsName
104 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
106 vtkSetStringMacro(OriginalPointIdsName);
109 return ( this->OriginalPointIdsName
110 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
125 vtkSetMacro(NonlinearSubdivisionLevel,
int);
126 vtkGetMacro(NonlinearSubdivisionLevel,
int);
132 virtual int StructuredExecute(
vtkDataSet *input,
134 #ifdef VTK_USE_64BIT_IDS
135 virtual int StructuredExecute(
vtkDataSet *input,
139 for (
int cc=0; cc < 6; cc++)
142 wholeExt[cc] = wholeExt32[cc];
144 return this->StructuredExecute(input, output, ext, wholeExt);
147 virtual int UnstructuredGridExecute(
vtkDataSet *input,
150 virtual int UniformGridExecute(
153 #ifdef VTK_USE_64BIT_IDS
154 virtual int UniformGridExecute(
vtkDataSet *input,
155 vtkPolyData *output,
int *ext32,
int *wholeExt32,
bool extractface[6] )
158 for (
int cc=0; cc < 6; cc++)
161 wholeExt[cc] = wholeExt32[cc];
163 return this->UniformGridExecute(input, output, ext, wholeExt, extractface);
188 void EstimateStructuredDataArraySizes(
195 int aAxis,
int bAxis,
int cAxis,
199 int maxFlag,
vtkIdType *ext,
int aAxis,
int bAxis,
int cAxis,
200 vtkIdType *wholeExt,
bool checkVisibility );
204 int aAxis,
int bAxis,
int cAxis,
207 void InitializeQuadHash(
vtkIdType numPoints);
208 void DeleteQuadHash();
213 virtual void InsertPolygonInHash(
vtkIdType* ids,
int numpts,
215 void InitQuadHashTraversal();
227 class vtkEdgeInterpolationMap;
229 vtkEdgeInterpolationMap *
EdgeMap;
238 void InitFastGeomQuadAllocation(
vtkIdType numberOfCells);
240 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
#define VTKFILTERSGEOMETRY_EXPORT
Extracts outer (polygonal) surface.
vtkIdType NumberOfNewCells
represent and manipulate 3D points
vtkEdgeInterpolationMap * EdgeMap
vtkFastGeomQuad ** QuadHash