Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CAMP
campvis-public
Commits
4ba313be
Commit
4ba313be
authored
Jun 18, 2016
by
Jakob Weiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX: minor: fixed volumeexplorer child processor property initialization
parent
79bfc70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/vis/processors/volumeexplorer.cpp
modules/vis/processors/volumeexplorer.cpp
+2
-0
No files found.
modules/vis/processors/volumeexplorer.cpp
View file @
4ba313be
...
...
@@ -119,6 +119,8 @@ namespace campvis {
if
(
TransferFunctionProperty
*
tester
=
dynamic_cast
<
TransferFunctionProperty
*>
(
_sliceRenderer
->
getProperty
(
"TransferFunction"
)))
{
_windowingHandler
.
setTransferFunctionProperty
(
tester
);
}
onPropertyChanged
(
&
p_outputImage
);
// force property name setup of child processors
}
VolumeExplorer
::~
VolumeExplorer
()
{
...
...
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