Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e87c9ac6
Commit
e87c9ac6
authored
May 03, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC
#303
] tooltip text improved
parent
ad2608f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/user/walnut.cfg.mpi
doc/user/walnut.cfg.mpi
+1
-1
src/modules/fiberDisplay/WMFiberDisplay.cpp
src/modules/fiberDisplay/WMFiberDisplay.cpp
+2
-2
No files found.
doc/user/walnut.cfg.mpi
View file @
e87c9ac6
...
...
@@ -12,7 +12,7 @@ allowOnlyOneFiberDataSet = yes # This will prevent you from accidently loading m
# default="HUD"
## A list of modules that will be provided through the GUI.
## If the list is empty all available modules are provided.
whiteList ="Isosurface,Bounding Box,Direct Volume Rendering,Distance Map Isosurface,Gauss Filtering,HUD,Vector Plot,Write NIfTI,Mesh Reader,Triangle Mesh Renderer,Arbitrary Rois,LIC"
whiteList ="Isosurface,Bounding Box,Direct Volume Rendering,Distance Map Isosurface,Gauss Filtering,HUD,Vector Plot,Write NIfTI,Mesh Reader,Triangle Mesh Renderer,Arbitrary Rois,LIC
,Voxelizer,Superquadric Glyphs
"
[qt4gui]
# hideAxial = yes # hide the axial view widget
...
...
src/modules/fiberDisplay/WMFiberDisplay.cpp
View file @
e87c9ac6
...
...
@@ -235,8 +235,8 @@ void WMFiberDisplay::properties()
m_tubeThickness
->
setMax
(
300
);
m_save
=
m_properties
->
addProperty
(
"Save"
,
"saves the selected fiber bundles."
,
false
,
boost
::
bind
(
&
WMFiberDisplay
::
saveSelected
,
this
)
);
m_saveFileName
=
m_properties
->
addProperty
(
"File Name"
,
"no description yet"
,
WKernel
::
getAppPathObject
()
);
m_updateOC
=
m_properties
->
addProperty
(
"Update Output"
,
"Updates the output with the currently selected fibers"
,
m_updateOC
=
m_properties
->
addProperty
(
"Update Output
Conn.
"
,
"Updates the output
connector
with the currently selected fibers"
,
WPVBaseTypes
::
PV_TRIGGER_READY
,
boost
::
bind
(
&
WMFiberDisplay
::
updateOutput
,
this
)
);
}
...
...
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