24 #ifndef __vtkContourHelper_h
25 #define __vtkContourHelper_h
27 #include "vtkSmartPointer.h"
28 #include "vtkPolygonBuilder.h"
30 class vtkIncrementalPointLocator;
50 bool outputTriangles);
52 void Contour(vtkCell* cell,
double value, vtkDataArray *cellScalars, vtkIdType cellId);
55 vtkIncrementalPointLocator* Locator;
63 vtkSmartPointer<vtkCellData> TriOutCd;
66 vtkPolygonBuilder PolyBuilder;
68 bool GenerateTriangles;
void Contour(vtkCell *cell, double value, vtkDataArray *cellScalars, vtkIdType cellId)
vtkContourHelper(vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkCellData *inCd, vtkPointData *outPd, vtkCellData *outCd, int estimatedSize, bool outputTriangles)
A utility class used by various contour filters.