View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005565ParaView(No Category)public2007-08-23 16:592011-01-13 17:00
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005565: Selection is not shown when globa ids is check in selection inspector
DescriptionTo reproduce:
* load disk_out_ref.ex2
* select a cell
* turn on "Use Global Ids" in the selection inspector
* select cell(s)

Nothing is shown.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
related to 0005239closedUtkarsh Ayachit Extract Selection Cell not getting selection 

  Notes
(0008733)
Berk Geveci (administrator)
2007-08-29 09:54

A few extra feature requests (I am sneaky):

* Process id column should be shown in global id selection and in index selection when num procs = 1
* Tab should switch between fields making it easy to enter bunch of ids in a row
* Switching between index and global id should convert selection values appropriately
(0008762)
Utkarsh Ayachit (administrator)
2007-08-29 16:06

Fixed part of BUG 0005565. vtkSelectionSource's state was dependent on
sequence in which the different set/add methods (such as SetFrustum, AddID) we
called with respect to SetContentType. Change content type would clear all
previously added values. Also, SetFrustum, AddLocation etc all updated the same
internal data structure based on the ContentType. Fixed it to be more VTK
friendly.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/sources.xml,v <-- sources.xml
new revision: 1.74; previous revision: 1.73
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkSelectionSource.cxx,v <-- vtkSelectionSource.cxx
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkSelectionSource.h,v <-- vtkSelectionSource.h
new revision: 1.9; previous revision: 1.8
(0008766)
Utkarsh Ayachit (administrator)
2007-08-29 16:46

Now process id is shown only when the connection has more than 1 processes.
Also, we are now using the same widget for global ids and indices since we are
linking with the same servermanager property.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- pqMainWindowCore.cxx
new revision: 1.207; previous revision: 1.206
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInspectorPanel.cxx,v <-- pqSelectionInspectorPanel.cxx
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInspectorPanel.h,v <-- pqSelectionInspectorPanel.h
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSelectionInspectorPanel.ui,v <-- pqSelectionInspectorPanel.ui
new revision: 1.6; previous revision: 1.5
(0008899)
Utkarsh Ayachit (administrator)
2007-09-10 09:15

* vtkSelection::Union combines selection lists only if the two selections are
  have identical "properties". Otherwise, it creates a composite selection.
* vtkAppendSelection no longer needs to support the "append by compositing" mode
  since vtkSelection::Union does not merge selection lists unless all properties
  are identical.
* When uses checks (unchecks) the "Use Global IDs" check box, we not convert the
  current list of indices to global ids (or vice versa).
* Added new vtkPConvertSelection filter that respects the process id.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInspectorPanel.cxx,v <-- pqSelectionInspectorPanel.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInspectorPanel.h,v <-- pqSelectionInspectorPanel.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionManager.cxx,v <-- pqSelectionManager.cxx
new revision: 1.57; previous revision: 1.56
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionManager.h,v <-- pqSelectionManager.h
new revision: 1.32; previous revision: 1.31
/cvsroot/ParaView3/ParaView3/Servers/Filters/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.154; previous revision: 1.153
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPConvertSelection.cxx,v <-- vtkPConvertSelection.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPConvertSelection.h,v <-- vtkPConvertSelection.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- filters.xml
new revision: 1.260; previous revision: 1.259
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- rendering.xml
new revision: 1.249; previous revision: 1.248
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkSelection.cxx,v <-- vtkSelection.cxx
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkSelection.h,v <-- vtkSelection.h
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkAppendSelection.cxx,v <-- vtkAppendSelection.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkAppendSelection.h,v <-- vtkAppendSelection.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/VTK/Graphics/Testing/Cxx/TestAppendSelection.cxx,v <-- TestAppendSelection.cxx
new revision: 1.4; previous revision: 1.3
(0009113)
Utkarsh Ayachit (administrator)
2007-09-19 09:25

Creating a new bug 0005749 to capture the interaction issue with the selection inspector.

 Issue History
Date Modified Username Field Change
2007-08-23 16:59 Berk Geveci New Issue
2007-08-23 16:59 Berk Geveci Assigned To => Utkarsh Ayachit
2007-08-23 16:59 Berk Geveci Status backlog => tabled
2007-08-23 17:10 Berk Geveci Category => 3.2
2007-08-29 09:54 Berk Geveci Note Added: 0008733
2007-08-29 16:06 Utkarsh Ayachit Note Added: 0008762
2007-08-29 16:46 Utkarsh Ayachit Note Added: 0008766
2007-08-31 11:44 Utkarsh Ayachit Relationship added related to 0005239
2007-09-10 09:15 Utkarsh Ayachit Note Added: 0008899
2007-09-19 09:25 Utkarsh Ayachit Status tabled => @80@
2007-09-19 09:25 Utkarsh Ayachit Resolution open => fixed
2007-09-19 09:25 Utkarsh Ayachit Note Added: 0009113
2007-09-25 20:05 Alan Scott Status @80@ => closed
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:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team