View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014189ParaView(No Category)public2013-07-25 15:432016-08-12 09:59
ReporterUtkarsh Ayachit 
Assigned ToDavid Thompson 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014189: vtkScalarsToColors::SetAnnotations(...) does not update correctly.
DescriptionIf vtkScalarsToColors::SetAnnotations(..,...) is called with certain arrays, and those array are later changed from code outside vtkScalarsToColors, vtkScalarsToColors never realizes the change. Calling SetAnnotations(..) again has no effect.

e.g.

vtkVariantArray* foo=...
vtkStringArray* bar=...

/// fill values

stc->SetAnnotations(foo, bar);

/// Render/Update the LUT. Annotations shown/used as expected

/// change values in foo and bar

stc->SetAnnnotations(foo, bar);

/// Render/Update the LUT. Annotations won't be changed, it will still
/// use the old values. DOing the following overcomes the issue:

stc->SetAnnnotations(NULL, NULL);
stc->SetAnnnotations(foo, bar);
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038426)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-07-25 15:43 Utkarsh Ayachit New Issue
2013-07-25 15:43 Utkarsh Ayachit Assigned To => David Thompson
2016-08-12 09:59 Kitware Robot Note Added: 0038426
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team