View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002814VTK(No Category)public2006-02-02 09:062011-01-13 17:00
Reporterblukske 
Assigned ToMathieu Malaterre 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002814: vtkLookupTable::DeepCopy patch
DescriptionThe UseMagnitude property of a vtkLookupTable instance is not taken into consideration by vtkLookupTable::DeepCopy. Patch:

--- vtkLookupTable.cxx.orig 2006-02-02 15:03:44.000000000 +0100
+++ vtkLookupTable.cxx 2006-02-02 15:03:54.000000000 +0100
@@ -919,6 +919,7 @@
     return;
     }
   this->Alpha = lut->Alpha;
+ this->UseMagnitude = lut->UseMagnitude;
   this->VectorMode = lut->VectorMode;
   this->VectorComponent = lut->VectorComponent;
   this->Scale = lut->Scale;
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0003668)
Mathieu Malaterre (developer)
2006-02-02 11:41

Fixed both in VTK CVS and VTK-5-0 branch. Thanks.

 Issue History
Date Modified Username Field Change
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team