|
Notes |
|
|
(0015525)
|
|
Utkarsh Ayachit
|
|
2009-03-03 17:21
|
|
Consider this case:
disk_out_ref (wireframe) --> Slice (surface)
Both are visible and being colored with "Temp". The scalar bar is also visible.
Now if the user changes disk_out_ref to color by "Pres", we have two options:
* show "Pres" scalar bar and hide "Temp" scalar bar (even though Slice is using it)
* show "Pres" scalar bar and leave "Temp" scalar bar visible as well
Which is a more acceptable solution? |
|
|
|
(0015527)
|
|
Alan Scott
|
|
2009-03-03 22:15
|
|
OK, thinking out loud -
Taking the example above.
disk_out_ref (wireframe). It is colored by something (Temp). If it has a scalar bar visible, it will track whatever disk_out_ref is being colored by.
slice (surface). It is colored by something. If it has a scalar bar visible, it will track whatever slice is being colored by.
There may be two scalar bars up, at the users request. They may be tracking the same thing.
Now, if user changes disk_out_ref to color by Pres, the disk_out_ref scalar bar is Pres, the slice scalar bar tracks Temp.
I know that this idea may not be easy ... :-/
Thoughts? |
|
|
|
(0015539)
|
|
Utkarsh Ayachit
|
|
2009-03-04 14:00
|
|
If color by array is changed and the scalar bar of the
previous array is shown, then the scalar bar for the new array will be shown as
well.
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.cxx,v <-- Qt/Components/pqColorScaleEditor.cxx
new revision: 1.52; previous revision: 1.51
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPQLookupTableManager.cxx,v <-- Qt/Components/pqPQLookupTableManager.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPQLookupTableManager.h,v <-- Qt/Components/pqPQLookupTableManager.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLookupTableManager.cxx,v <-- Qt/Core/pqLookupTableManager.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLookupTableManager.h,v <-- Qt/Core/pqLookupTableManager.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineRepresentation.cxx,v <-- Qt/Core/pqPipelineRepresentation.cxx
new revision: 1.39; previous revision: 1.38
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarBarRepresentation.cxx,v <-- Qt/Core/pqScalarBarRepresentation.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarBarRepresentation.h,v <-- Qt/Core/pqScalarBarRepresentation.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarBarVisibilityAdaptor.cxx,v <-- Qt/Core/pqScalarBarVisibilityAdaptor.cxx
new revision: 1.10; previous revision: 1.9 |
|
|
|
(0015584)
|
|
Alan Scott
|
|
2009-03-05 16:12
|
|
|
Wow, this is nice. Tested client/ remote server |
|