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
42385595
Commit
42385595
authored
Dec 01, 2010
by
Alexander Wiebel
Browse files
[FIX
#453
] max and min of GFA threshold are correct now
parent
d4926109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/modules/teemGlyphs/WMTeemGlyphs.cpp
src/modules/teemGlyphs/WMTeemGlyphs.cpp
+7
-0
No files found.
src/modules/teemGlyphs/WMTeemGlyphs.cpp
View file @
42385595
...
...
@@ -232,6 +232,13 @@ void WMTeemGlyphs::moduleMain()
break
;
}
boost
::
shared_ptr
<
WDataSetScalar
>
gfa
=
m_inputGFA
->
getData
();
if
(
gfa
)
{
m_GFAThresholdProp
->
setMax
(
gfa
->
getMax
()
);
m_GFAThresholdProp
->
setMin
(
gfa
->
getMin
()
);
}
renderSlice
(
m_sliceIdProp
->
get
()
);
}
...
...
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