[vtk-developers] [VTK 0013182]: vtkDijkstraGraphGeodesicPath returns GeodesicLength of 0.0 (always)

Mantis Bug Tracker mantis at public.kitware.com
Wed May 16 02:46:16 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://vtk.org/Bug/view.php?id=13182 
====================================================================== 
Reported By:                Bryn Lloyd
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   13182
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2012-05-16 02:46 EDT
Last Modified:              2012-05-16 02:46 EDT
====================================================================== 
Summary:                    vtkDijkstraGraphGeodesicPath returns GeodesicLength
of 0.0 (always)
Description: 
This is the implementation (obviously incorrect) of the function
GetGeodesicLength:

virtual double GetGeodesicLength() { return 0.0; }

This was already discussed in 2010, however, it was never resolved:
http://www.vtk.org/pipermail/vtkusers/2010-May/109205.html

I think this function should at least be commented out/removed, if not
implemented. It has caused me some head scratching, and will surely do the same
for somebody else.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-05-16 02:46 Bryn Lloyd     New Issue                                    
======================================================================




More information about the vtk-developers mailing list