View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010470ParaViewBugpublic2010-03-26 15:282016-08-12 09:58
ReporterDave DeMarle 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0010470: image data delivered to client looses all but the active scalars which results in bad things
Descriptionconnect to a parallel server
make sure rendering is on client side
make mandelbrot
apply any filter that adds new point arrays
  ex process id scalars, calculator filter w RESULT=coordsX
switch to color by iterations

problem is that when root node of server executes vtkImageAppend to merge all of the satellites data into one, it strips all but one of the arrays (and replaces the active scalar array with a 0 length array with no name.) It then sends that to the client, which doesn't know what to do and you get error messages.



TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0020018)
Dave DeMarle (administrator)
2010-03-26 16:17

Should be able to fix it by iterating over all arrays, setting each to be the active one, then calling append to merge that array, and inserting the result into the output, in turn.
(0021159)
Dave DeMarle (administrator)
2010-06-24 16:35

This was fixed in the master and submitted for inclusion in 3.8.1
(0037800)
Kitware Robot (administrator)
2016-08-12 09:58

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
2010-03-26 15:28 Dave DeMarle New Issue
2010-03-26 16:17 Dave DeMarle Note Added: 0020018
2010-06-01 13:04 Dave DeMarle Status backlog => tabled
2010-06-01 13:04 Dave DeMarle Assigned To => Dave DeMarle
2010-06-24 16:35 Dave DeMarle Note Added: 0021159
2016-08-12 09:58 Kitware Robot Note Added: 0037800
2016-08-12 09:58 Kitware Robot Status expired => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team