53#ifndef vtkDijkstraImageGeodesicPath_h
54#define vtkDijkstraImageGeodesicPath_h
56#include "vtkFiltersModelingModule.h"
92 vtkGetMacro( ImageWeight,
double );
100 vtkGetMacro( EdgeLengthWeight,
double );
107 vtkSetClampMacro( CurvatureWeight,
double, 0.0, 1.0 );
108 vtkGetMacro( CurvatureWeight,
double );
general representation of visualization data
abstract class to specify dataset behavior
Dijkstra algorithm to compute the graph geodesic.
Dijkstra algorithm to compute the graph geodesic.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual void BuildAdjacency(vtkDataSet *inData)
vtkDijkstraImageGeodesicPath()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual double CalculateStaticEdgeCost(vtkDataSet *inData, vtkIdType u, vtkIdType v)
vtkImageData * GetInputAsImageData()
void SetImageWeight(double)
Image cost weight.
virtual double CalculateDynamicEdgeCost(vtkDataSet *inData, vtkIdType u, vtkIdType v)
void SetEdgeLengthWeight(double)
Edge length cost weight.
static vtkDijkstraImageGeodesicPath * New()
Instantiate the class.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkDijkstraImageGeodesicPath()
void SetInputData(vtkDataObject *)
Specify the image object which is used as a cost function.
void UpdateStaticCosts(vtkImageData *image)
topologically and geometrically regular array of data
a simple class to control print indentation