VTK
Public Member Functions
vtkContourHelper Class Reference

A utility class used by various contour filters. More...

#include <vtkContourHelper.h>

List of all members.

Public Member Functions

 vtkContourHelper (vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkCellData *inCd, vtkPointData *outPd, vtkCellData *outCd, int estimatedSize, bool outputTriangles)
 ~vtkContourHelper ()
void Contour (vtkCell *cell, double value, vtkDataArray *cellScalars, vtkIdType cellId)

Detailed Description

A utility class used by various contour filters.

This is a simple utility class that can be used by various contour filters to produce either triangles or polygons based on the outputTriangles parameter

See also:
vtkContourGrid vtkCutter vtkContourFilter

Definition at line 38 of file vtkContourHelper.h.


Constructor & Destructor Documentation

vtkContourHelper::vtkContourHelper ( vtkIncrementalPointLocator locator,
vtkCellArray verts,
vtkCellArray lines,
vtkCellArray polys,
vtkPointData inPd,
vtkCellData inCd,
vtkPointData outPd,
vtkCellData outCd,
int  estimatedSize,
bool  outputTriangles 
)

Member Function Documentation

void vtkContourHelper::Contour ( vtkCell cell,
double  value,
vtkDataArray cellScalars,
vtkIdType  cellId 
)

The documentation for this class was generated from the following file: