32#ifndef vtkContourLineInterpolator_h
33#define vtkContourLineInterpolator_h
35#include "vtkInteractionWidgetsModule.h"
60 int idx1,
int idx2 ) = 0;
71 double * vtkNotUsed(node),
int vtkNotUsed(idx) );
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
~vtkContourLineInterpolator()
vtkContourLineInterpolator()
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
The interpolator is given a chance to update the node.
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
Subclasses that wish to interpolate a line segment must implement this.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void GetSpan(int nodeIndex, vtkIntArray *nodeIndices, vtkContourRepresentation *rep)
Span of the interpolator.
represent the vtkContourWidget
a simple class to control print indentation
dynamic, self-adjusting array of int
abstract base class for most VTK objects
abstract specification for renderers