25 #ifndef vtkContourHelper_h
26 #define vtkContourHelper_h
28 #include "vtkFiltersCoreModule.h"
52 bool outputTriangles);
73 bool GenerateTriangles;
represent and manipulate point attribute data
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
abstract class to specify cell behavior
abstract superclass for arrays of numeric data
The polygon output is the boundary of the union of the triangles.
object to represent cell connectivity
maintain an unordered list of dataarray objects
int Contour(vtkDataSet *input, vtkPolyData *output, vtkDataArray *field, float isoValue, bool computeScalars)
A utility class used by various contour filters.