Skip to content
Snippets Groups Projects
Commit 72ad8d5c authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: removed todo items form headers - show up in doxygen

parent f8d6ca60
Branches
Tags
No related merge requests found
......@@ -38,8 +38,7 @@ Description
dictionaries since, unlike the IOdictionary class, it does not use an
objectRegistry itself to work.
ToDo
A merge() member function with a non-const dictionary parameter.
To add - a merge() member function with a non-const dictionary parameter?
This would avoid unnecessary cloning in the add(entry*, bool) method.
SourceFiles
......
......@@ -47,12 +47,11 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
CatmullRomSpline
ToDo
A future implementation could also handle closed splines.
SourceFiles
BSpline.C
......
......@@ -48,13 +48,12 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
http://www.algorithmist.net/catmullrom.html provides a nice
introduction
ToDo
A future implementation could also handle closed splines.
SourceFiles
CatmullRomSpline.C
......
......@@ -28,7 +28,6 @@ Description
A series of straight line segments, which can also be interpreted as
a series of control points for splines, etc.
ToDo
A future implementation could also handle a closed polyLine.
SourceFiles
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment