View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000494VTK(No Category)public2004-01-07 18:132011-01-13 17:00
Reporterjohn platt 
Assigned ToMathieu Malaterre 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000494: vtkLabeledDataMapper does not respond to SetLabeledComponent()
DescriptionCan only use component 0 of scalar data with vtkLabeledDataMapper.

vtkLabeledDataMapper.cxx about line 214
move setting of numComp to after activeComp

// numComp = 1;
   activeComp = (this->Labeled... ;
   numComp = 1;
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0000588)
Mathieu Malaterre (developer)
2004-01-30 17:31

Fixed in CVS, should we merge this to VTK 4.2 ?

 Issue History
Date Modified Username Field Change
2010-11-29 17:59 Mathieu Malaterre Source_changeset_attached => VTK master bfc9328a
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