44#ifndef vtkTerrainContourLineInterpolator_h
45#define vtkTerrainContourLineInterpolator_h
47#include "vtkInteractionWidgetsModule.h"
89 double * vtkNotUsed(node),
int vtkNotUsed(idx) );
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
topologically and geometrically regular array of data
a simple class to control print indentation
project a polyline onto a terrain
abstract specification for renderers
Contour interpolator for DEM data.
vtkTerrainContourLineInterpolator()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkTerrainContourLineInterpolator * New()
Instantiate this class.
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
The interpolator is given a chance to update the node.
vtkProjectedTerrainPath * Projector
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)
Interpolate to create lines between contour nodes idx1 and idx2.
virtual void SetImageData(vtkImageData *)
Set the height field data.
~vtkTerrainContourLineInterpolator()