Go to the documentation of this file.
32 #ifndef vtkContourLineInterpolator_h
33 #define vtkContourLineInterpolator_h
58 int idx1,
int idx2 ) = 0;
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent)
vtkContourLineInterpolator()
a simple class to control print indentation
dynamic, self-adjusting array of int
virtual void GetSpan(int nodeIndex, vtkIntArray *nodeIndices, vtkContourRepresentation *rep)
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
abstract specification for renderers
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
~vtkContourLineInterpolator()