41 #ifndef vtkTerrainContourLineInterpolator_h
42 #define vtkTerrainContourLineInterpolator_h
44 #include "vtkInteractionWidgetsModule.h"
77 int idx1,
int idx2 ) VTK_OVERRIDE;
86 double * vtkNotUsed(node),
int vtkNotUsed(idx) ) VTK_OVERRIDE;
94 vtkGetObjectMacro(ImageData, vtkImageData);
109 ~vtkTerrainContourLineInterpolator() VTK_OVERRIDE;
111 vtkImageData *ImageData;
112 vtkProjectedTerrainPath *Projector;
115 vtkTerrainContourLineInterpolator(const vtkTerrainContourLineInterpolator&) VTK_DELETE_FUNCTION;
116 void operator=(const vtkTerrainContourLineInterpolator&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
The interpolator is given a chance to update the node.
project a polyline onto a terrain
abstract specification for renderers
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
Subclasses that wish to interpolate a line segment must implement this.
represent the vtkContourWidget
Contour interpolator for DEM data.
a simple class to control print indentation
topologically and geometrically regular array of data
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...