Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
af26149c
Commit
af26149c
authored
Jul 29, 2013
by
Utkarsh Ayachit
⛰
Committed by
Code Review
Jul 29, 2013
Browse files
Merge topic '13082_fix_log_lut' into master
2d67f639
Opacity function doesn't support log mapping.
parents
cb510017
2d67f639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Charts/Core/vtkCompositeControlPointsItem.cxx
View file @
af26149c
...
...
@@ -157,7 +157,8 @@ void vtkCompositeControlPointsItem::SetColorTransferFunction(vtkColorTransferFun
//-----------------------------------------------------------------------------
bool
vtkCompositeControlPointsItem
::
UsingLogScale
()
{
return
(
this
->
ColorTransferFunction
&&
return
(
this
->
PointsFunction
!=
OpacityPointsFunction
&&
this
->
ColorTransferFunction
&&
this
->
ColorTransferFunction
->
UsingLogScale
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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