VTK  9.5.20251120
vtkDijkstraImageContourLineInterpolator.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
28
29#ifndef vtkDijkstraImageContourLineInterpolator_h
30#define vtkDijkstraImageContourLineInterpolator_h
31
33#include "vtkInteractionWidgetsModule.h" // For export macro
34
35VTK_ABI_NAMESPACE_BEGIN
37class vtkImageData;
38
88
89VTK_ABI_NAMESPACE_END
90#endif
represent the vtkContourWidget
static vtkDijkstraImageContourLineInterpolator * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
virtual void SetCostImage(vtkImageData *)
Set the image data for the vtkDijkstraImageGeodesicPath.
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override
Subclasses that wish to interpolate a line segment must implement this.
Dijkstra algorithm to compute the graph geodesic.
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:108
abstract specification for renderers