Go to the documentation of this file.
33 #ifndef vtkDataSetSurfaceFilter_h
34 #define vtkDataSetSurfaceFilter_h
103 return ( this->OriginalCellIdsName
104 ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
109 return ( this->OriginalPointIdsName
110 ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
134 #ifdef VTK_USE_64BIT_IDS
139 for (
int cc=0; cc < 6; cc++)
142 wholeExt[cc] = wholeExt32[cc];
144 return this->StructuredExecute(
input, output, ext, wholeExt);
153 #ifdef VTK_USE_64BIT_IDS
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);
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,
227 class vtkEdgeInterpolationMap;
represent and manipulate 3D points
virtual int DataSetExecute(vtkDataSet *input, vtkPolyData *output)
GLboolean GLboolean GLboolean b
vtkFastGeomQuad * NewFastGeomQuad(int numPts)
represent and manipulate point attribute data
struct vtkFastGeomQuadStruct * Next
#define VTKFILTERSGEOMETRY_EXPORT
unsigned char ** FastGeomQuadArrays
vtkIdType FastGeomQuadArrayLength
vtkFastGeomQuad * QuadHashTraversal
#define vtkTypeMacro(thisClass, superclass)
virtual const char * GetOriginalCellIdsName()
vtkIdType QuadHashTraversalIndex
vtkIdTypeArray * OriginalCellIds
GLenum GLenum GLenum input
vtkFastGeomQuad * GetNextVisibleQuadFromHash()
virtual void InsertTriInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId, vtkIdType faceId=-1)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDataSetSurfaceFilter()
Extracts outer (polygonal) surface.
void ExecuteFaceQuads(vtkDataSet *input, vtkPolyData *output, int maxFlag, vtkIdType *ext, int aAxis, int bAxis, int cAxis, vtkIdType *wholeExt)
virtual void InsertQuadInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType d, vtkIdType sourceId)
char * OriginalCellIdsName
~vtkDataSetSurfaceFilter()
static vtkDataSetSurfaceFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void InitFastGeomQuadAllocation(vtkIdType numberOfCells)
abstract class to specify cell behavior
char * OriginalPointIdsName
vtkIdType GetOutputPointId(vtkIdType inPtId, vtkDataSet *input, vtkPoints *outPts, vtkPointData *outPD)
a simple class to control print indentation
void ExecuteFaceQuads(vtkDataSet *input, vtkPolyData *output, int maxFlag, vtkIdType *ext, int aAxis, int bAxis, int cAxis, vtkIdType *wholeExt, bool checkVisibility)
#define vtkSetStringMacro(name)
void InitializeQuadHash(vtkIdType numPoints)
virtual void InsertPolygonInHash(vtkIdType *ids, int numpts, vtkIdType sourceId)
vtkIdType NumberOfFastGeomQuadArrays
void RecordOrigPointId(vtkIdType newIndex, vtkIdType origId)
#define vtkGetMacro(name, type)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
GLboolean GLboolean GLboolean GLboolean a
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int StructuredExecute(vtkDataSet *input, vtkPolyData *output, vtkIdType *ext, vtkIdType *wholeExt)
void DeleteAllFastGeomQuads()
dynamic, self-adjusting array of vtkIdType
vtkIdType NumberOfNewCells
vtkIdTypeArray * OriginalPointIds
virtual const char * GetOriginalPointIdsName()
void RecordOrigCellId(vtkIdType newIndex, vtkIdType origId)
virtual int UniformGridExecute(vtkDataSet *input, vtkPolyData *output, vtkIdType *ext, vtkIdType *wholeExt, bool extractface[6])
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkEdgeInterpolationMap * EdgeMap
vtkIdType GetInterpolatedPointId(vtkIdType edgePtA, vtkIdType edgePtB, vtkDataSet *input, vtkCell *cell, double pcoords[3], vtkPoints *outPts, vtkPointData *outPD)
virtual int UnstructuredGridExecute(vtkDataSet *input, vtkPolyData *output)
void InitQuadHashTraversal()
void EstimateStructuredDataArraySizes(vtkIdType *ext, vtkIdType *wholeExt, vtkIdType &numPoints, vtkIdType &numCells)
vtkFastGeomQuad ** QuadHash
virtual void RecordOrigCellId(vtkIdType newIndex, vtkFastGeomQuad *quad)
void ExecuteFaceStrips(vtkDataSet *input, vtkPolyData *output, int maxFlag, vtkIdType *ext, int aAxis, int bAxis, int cAxis, vtkIdType *wholeExt)
int NonlinearSubdivisionLevel
Superclass for algorithms that produce only polydata as output.