20#ifndef vtkContourLineInterpolator_h 
   21#define vtkContourLineInterpolator_h 
   23#include "vtkInteractionWidgetsModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
 
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.
 
~vtkContourLineInterpolator() override
 
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