25#ifndef vtkPolyDataContourLineInterpolator_h
26#define vtkPolyDataContourLineInterpolator_h
28#include "vtkInteractionWidgetsModule.h"
54 int idx1,
int idx2 ) = 0;
65 double * vtkNotUsed(node),
int vtkNotUsed(idx) ) = 0;
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
a simple class to control print indentation
maintain a list of polygonal data objects
Contour interpolator for polygonal data.
~vtkPolyDataContourLineInterpolator()
vtkPolyDataCollection * Polys
vtkPolyDataContourLineInterpolator()
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
Subclasses that wish to interpolate a line segment must implement this.
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))=0
The interpolator is given a chance to update the node.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract specification for renderers