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