24 #ifndef __vtkContourHelper_h
25 #define __vtkContourHelper_h
27 #include "vtkSmartPointer.h"
50 bool outputTriangles);
52 void Contour(vtkCell* cell,
double value, vtkDataArray *cellScalars, vtkIdType cellId);
63 vtkSmartPointer<vtkCellData> TriOutCd;
68 bool GenerateTriangles;
void Contour(vtkCell *cell, double value, vtkDataArray *cellScalars, vtkIdType cellId)
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
object to represent cell connectivity
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.