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