18 #ifndef vtkNonLinearCell_h
19 #define vtkNonLinearCell_h
22 #include "vtkCommonDataModelModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
66 value, cellScalars, locator, connectivity, inPd, outPd, inCd, cellId, outCd, insideOut);
virtual bool StableClip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
Clip the cell based on the input cellScalars and the specified value.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate point attribute data
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
abstract superclass for non-linear cells
abstract class to specify cell behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
int IsLinear() override
Non-linear cells require special treatment (tessellation) when converting to graphics primitives (dur...
virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)=0
Cut (or clip) the cell based on the input cellScalars and the specified value.
object to represent cell connectivity