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
3ccd8ca1
Commit
3ccd8ca1
authored
Jan 25, 2013
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] some spelling stuff
parent
844c4085
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/modules/dataTypeConversion/WMDataTypeConversion.cpp
src/modules/dataTypeConversion/WMDataTypeConversion.cpp
+1
-1
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
+1
-1
src/modules/isosurface/WMIsosurface.cpp
src/modules/isosurface/WMIsosurface.cpp
+1
-1
src/modules/splineSurface/WMSplineSurface.cpp
src/modules/splineSurface/WMSplineSurface.cpp
+1
-1
No files found.
src/modules/dataTypeConversion/WMDataTypeConversion.cpp
View file @
3ccd8ca1
...
...
@@ -74,7 +74,7 @@ const std::string WMDataTypeConversion::getName() const
const
std
::
string
WMDataTypeConversion
::
getDescription
()
const
{
return
"This module is intended for development use only. Modules for general use should not depend on it.<br><br> "
"Allows to change the data type of the provided WDataSetSingle to another type. "
"Allows
one
to change the data type of the provided WDataSetSingle to another type. "
"E.g., double to float. At the moment only conversion to float is supported."
;
}
...
...
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
View file @
3ccd8ca1
...
...
@@ -61,7 +61,7 @@ const std::string WMFunctionalMRIViewer::getName() const
const
std
::
string
WMFunctionalMRIViewer
::
getDescription
()
const
{
return
"Allows to select a point of time and to show the dataset at that point of time."
;
return
"Allows
one
to select a point of time and to show the dataset at that point of time."
;
}
void
WMFunctionalMRIViewer
::
connectors
()
...
...
src/modules/isosurface/WMIsosurface.cpp
View file @
3ccd8ca1
...
...
@@ -97,7 +97,7 @@ const std::string WMIsosurface::getName() const
const
std
::
string
WMIsosurface
::
getDescription
()
const
{
return
"This module implements the marching cubes"
" algorithm with a consistent triangulation. It allows to compute isosurfaces"
" algorithm with a consistent triangulation. It allows
one
to compute isosurfaces"
" for a given isovalue on data given on a grid only consisting of cubes. It yields"
" the surface as triangle soup."
;
}
...
...
src/modules/splineSurface/WMSplineSurface.cpp
View file @
3ccd8ca1
...
...
@@ -92,7 +92,7 @@ const std::string WMSplineSurface::getName() const
const
std
::
string
WMSplineSurface
::
getDescription
()
const
{
return
"<font color=
\"
#0000ff
\"
><b>[Unfinished Status]</b></font> This module implements the marching cubes"
" algorithm with a consistent triangulation. It allows to compute isosurfaces"
" algorithm with a consistent triangulation. It allows
one
to compute isosurfaces"
" for a given isovalue on data given on a grid only consisting of cubes. It yields"
" the surface as triangle soup."
;
}
...
...
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