27#ifndef vtkContourHelper_h
28#define vtkContourHelper_h
30#include "vtkFiltersCoreModule.h"
47 vtkCellData* outCd,
int estimatedSize,
bool outputTriangles);
68 bool GenerateTriangles;
object to represent cell connectivity
represent and manipulate cell attribute data
abstract class to specify cell behavior
A utility class used by various contour filters.
vtkContourHelper(vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkCellData *inCd, vtkPointData *outPd, vtkCellData *outCd, int estimatedSize, bool outputTriangles)
void Contour(vtkCell *cell, double value, vtkDataArray *cellScalars, vtkIdType cellId)
abstract superclass for arrays of numeric data
maintain an ordered list of IdList objects
Abstract class in support of both point location and point insertion.
represent and manipulate point attribute data
The polygon output is the boundary of the union of the triangles.
Hold a reference to a vtkObjectBase instance.