Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e99f353d
Commit
e99f353d
authored
Feb 16, 2010
by
Alexander Wiebel
Browse files
[DOC] improved descriptions
parent
15fa8cb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/modules/distanceMap/WMDistanceMap.cpp
src/modules/distanceMap/WMDistanceMap.cpp
+1
-3
src/modules/distanceMap/WMDistanceMapIsosurface.cpp
src/modules/distanceMap/WMDistanceMapIsosurface.cpp
+5
-3
No files found.
src/modules/distanceMap/WMDistanceMap.cpp
View file @
e99f353d
...
...
@@ -61,9 +61,7 @@ const std::string WMDistanceMap::getName() const
const
std
::
string
WMDistanceMap
::
getDescription
()
const
{
return
"This description has to be improved when the module is completed."
" By now lets say the following: Computes a smoothed version of the dataset"
" and a distance map on it. Finally it renders this distance map using MarchinCubes"
;
return
"Computes a smoothed version of the dataset and a distance map on it."
;
}
void
WMDistanceMap
::
moduleMain
()
...
...
src/modules/distanceMap/WMDistanceMapIsosurface.cpp
View file @
e99f353d
...
...
@@ -38,9 +38,11 @@
WMDistanceMapIsosurface
::
WMDistanceMapIsosurface
()
:
WModuleContainer
(
"Distance Map Isosurface"
,
"This description has to be improved when the module is completed."
" By now lets say the following: Computes a smoothed version of the dataset"
" and a distance map on it. Finally it renders this distance map using MarchinCubes"
)
"Computes a smoothed version of the dataset"
" and a distance map on it. Finally it renders"
"this distance map using an isosurface. This isosurface"
" can be textured with values from scalar data sets in order to display"
"the structures at the given distance."
)
{
// WARNING: initializing connectors inside the constructor will lead to an exception.
// NOTE: Do not use the module factory inside this constructor. This will cause a dead lock as the module factory is locked
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment