arnaudgelas / itkFastMarching

7 stars 0 forks source link

Additional API functions #9

Open daviddoria opened 13 years ago

daviddoria commented 13 years ago

float GetPathLength(); bool PathReachedEndPoint(); // returns false if the path from startPoint to endPoint cannot be found

arnaudgelas commented 13 years ago

Just a question regarding the GetPathLength method.

Should this method return the "euclidean" distance or the "geodesic" one (the last one would take into account speed function)?

daviddoria commented 13 years ago

Why not have both?

GetEuclideanPathLength() GetGeodesicPathLength()

arnaudgelas commented 13 years ago

Sounds good to me!