View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006702ParaView(No Category)public2008-04-01 16:312008-04-07 17:53
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006702: Color by AMR level
DescriptionWhen you are drawing the outlines of an AMR data set, you can color by some indices, but there does not seem to be a way to color by level.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0011032)
Utkarsh Ayachit (administrator)
2008-04-02 10:47

There's a vtkHierarchicalIndex which is 2-tuble (level, dataset index). To color by level, choose the 0th component of the vtkHierarhicalIndex.
(0011034)
Ken Moreland (manager)
2008-04-02 10:51

Oh. I had no idea. Chances are, neither will users. Is there any way to make it more obvious?
(0011040)
Utkarsh Ayachit (administrator)
2008-04-02 14:26

Added two arrays "vtkAMRLevel" and "vtkAMRIndex" that can
be used for coloring. Selection uses these arrays instead of
vtkHierarchicalIndex. Also updated the selection convertor to expect the
composite index/hierarchical index arrays only on the cell data. This avoids
adding the point data arrays saving some memory.

/cvsroot/ParaView3/ParaView3/Servers/Common/vtkSelectionConverter.cxx,v <-- Servers/Common/vtkSelectionConverter.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVGeometryFilter.cxx,v <-- Servers/Filters/vtkPVGeometryFilter.cxx
new revision: 1.78; previous revision: 1.77
(0011129)
Alan Scott (manager)
2008-04-07 17:53

Tested client server. Great!

 Issue History
Date Modified Username Field Change
2008-04-01 16:31 Ken Moreland New Issue
2008-04-02 10:47 Utkarsh Ayachit Note Added: 0011032
2008-04-02 10:51 Ken Moreland Note Added: 0011034
2008-04-02 14:17 Utkarsh Ayachit Status backlog => tabled
2008-04-02 14:17 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2008-04-02 14:26 Utkarsh Ayachit Status tabled => @80@
2008-04-02 14:26 Utkarsh Ayachit Resolution open => fixed
2008-04-02 14:26 Utkarsh Ayachit Note Added: 0011040
2008-04-07 17:53 Alan Scott Status @80@ => closed
2008-04-07 17:53 Alan Scott Note Added: 0011129
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team