Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
85c34c7e
Commit
85c34c7e
authored
Aug 24, 2011
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] added documentation for AtlasSurfaces module.
parent
99756e29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
+4
-4
src/modules/atlasSurfaces/WMAtlasSurfaces.h
src/modules/atlasSurfaces/WMAtlasSurfaces.h
+2
-7
No files found.
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
View file @
85c34c7e
...
...
@@ -88,10 +88,10 @@ const std::string WMAtlasSurfaces::getName() const
const
std
::
string
WMAtlasSurfaces
::
getDescription
()
const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
"Someone should add some documentation here.
"
"Probably the best person would be the modules's creator, i.e.
\"
schurade
\"
"
;
return
"Use a scalar data set that stores numbers for atlas regions and a "
"correspoding text file with labels for the numbers to create "
"surfaces bounding the atlas regions. The surfaces can be picked to reveal
"
"their name in the HUD (module). Regions can be used as ROIs for fiber selection.
"
;
}
void
WMAtlasSurfaces
::
connectors
()
...
...
src/modules/atlasSurfaces/WMAtlasSurfaces.h
View file @
85c34c7e
...
...
@@ -44,13 +44,8 @@ class WDataSetScalar;
/**
* Someone should add some documentation here.
* Probably the best person would be the module's
* creator, i.e. "schurade".
*
* This is only an empty template for a new module. For
* an example module containing many interesting concepts
* and extensive documentation have a look at "src/modules/template"
* Create surface representation of atlas from volumetric atlas file
* and text file with labels for atlas regions.
*
* \ingroup modules
*/
...
...
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