28 #ifndef vtkDataSetSurfaceFilter_h 29 #define vtkDataSetSurfaceFilter_h 31 #include "vtkFiltersGeometryModule.h" 73 vtkSetMacro(PieceInvariant,
int);
74 vtkGetMacro(PieceInvariant,
int);
101 vtkSetStringMacro(OriginalCellIdsName);
104 return ( this->OriginalCellIdsName
105 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
107 vtkSetStringMacro(OriginalPointIdsName);
110 return ( this->OriginalPointIdsName
111 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
127 vtkSetMacro(NonlinearSubdivisionLevel,
int);
128 vtkGetMacro(NonlinearSubdivisionLevel,
int);
136 virtual int StructuredExecute(
vtkDataSet *input,
138 #ifdef VTK_USE_64BIT_IDS 139 virtual int StructuredExecute(
vtkDataSet *input,
143 for (
int cc=0; cc < 6; cc++)
146 wholeExt[cc] = wholeExt32[cc];
148 return this->StructuredExecute(input, output, ext, wholeExt);
151 virtual int UnstructuredGridExecute(
vtkDataSet *input,
155 virtual int UniformGridExecute(
158 #ifdef VTK_USE_64BIT_IDS 159 virtual int UniformGridExecute(
vtkDataSet *input,
160 vtkPolyData *output,
int *ext32,
int *wholeExt32,
bool extractface[6] )
163 for (
int cc=0; cc < 6; cc++)
166 wholeExt[cc] = wholeExt32[cc];
168 return this->UniformGridExecute(input, output, ext, wholeExt, extractface);
194 void EstimateStructuredDataArraySizes(
200 int aAxis,
int bAxis,
int cAxis,
204 int maxFlag,
vtkIdType *ext,
int aAxis,
int bAxis,
int cAxis,
205 vtkIdType *wholeExt,
bool checkVisibility );
209 int aAxis,
int bAxis,
int cAxis,
212 void InitializeQuadHash(
vtkIdType numPoints);
213 void DeleteQuadHash();
218 virtual void InsertPolygonInHash(
vtkIdType* ids,
int numpts,
220 void InitQuadHashTraversal();
232 class vtkEdgeInterpolationMap;
234 vtkEdgeInterpolationMap *
EdgeMap;
243 void InitFastGeomQuadAllocation(
vtkIdType numberOfCells);
245 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
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
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 (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.
vtkTypeBool PassThroughPointIds
vtkFastGeomQuad ** QuadHash