View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006262ParaView(No Category)public2008-01-21 12:442011-01-13 17:00
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0006262: Selection Inspector cannot display Cell Label GlobalElementId
DescriptionParaView 3.2.1, XP.
Open can.exo.
Make Selection Inspector visible.
Select Cells On - rubber band select some cells.
On the Selection Inspector/Display Style/ Cell Label, check Visible. Label Mode: GlobalElementId.

Lots of output messages, from vtkLabeledDataMapper.cxx, line 289 "Deed input data to render labels".

This functionality/bug fix is needed by a user. Should be fixed for 3.4.

TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0011231)
Ken Moreland (manager)
2008-04-09 18:01

That's funny. Now you can't global ids for the label mode at all. You can select pedigree id mode an that works fine.
(0011509)
Utkarsh Ayachit (administrator)
2008-04-23 12:13

Waiting for VTK 5.2 branch to commit the fix. The problem was that the ExtractSelection filters didn't copy global ids over.
(0011578)
Utkarsh Ayachit (administrator)
2008-04-29 08:57

ENH: Fixes BUG # 6559. Block names are now used by all the GUI.
ENH: vtkExtractArraysOverTime names the blocks based on which cell/pt they represent.
BUG: Fixes BUG 0006262. Fixed all extract selection filters to pass global ids.
BUG: If composite dataset has no names, use default values
----------------------------
commitid: Z5CBZc5ycsbJl01t
----------------------------
/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyInformationWidget.cxx,v <-- Qt/Components/pqProxyInformationWidget.cxx
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSignalAdaptorCompositeTreeWidget.cxx,v <-- Qt/Components/pqSignalAdaptorCompositeTreeWidget.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCompositeDataInformation.cxx,v <-- Servers/Common/vtkPVCompositeDataInformation.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCompositeDataInformation.h,v <-- Servers/Common/vtkPVCompositeDataInformation.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVDataInformation.cxx,v <-- Servers/Common/vtkPVDataInformation.cxx
new revision: 1.50; previous revision: 1.49
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVDataInformation.h,v <-- Servers/Common/vtkPVDataInformation.h
new revision: 1.26; previous revision: 1.25
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkCompositeDataSet.cxx,v <-- VTK/Filtering/vtkCompositeDataSet.cxx
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkCompositeDataSet.h,v <-- VTK/Filtering/vtkCompositeDataSet.h
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractArraysOverTime.cxx,v <-- VTK/Graphics/vtkExtractArraysOverTime.cxx
new revision: 1.20; previous revision: 1.19
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedFrustum.cxx,v <-- VTK/Graphics/vtkExtractSelectedFrustum.cxx
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedIds.cxx,v <-- VTK/Graphics/vtkExtractSelectedIds.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedLocations.cxx,v <-- VTK/Graphics/vtkExtractSelectedLocations.cxx
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedThresholds.cxx,v <-- VTK/Graphics/vtkExtractSelectedThresholds.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelection.cxx,v <-- VTK/Graphics/vtkExtractSelection.cxx
new revision: 1.24; previous revision: 1.23
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSight6BinaryReader.cxx,v <-- VTK/IO/vtkEnSight6BinaryReader.cxx
new revision: 1.58; previous revision: 1.57
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSight6Reader.cxx,v <-- VTK/IO/vtkEnSight6Reader.cxx
new revision: 1.68; previous revision: 1.67
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSightGoldBinaryReader.cxx,v <-- VTK/IO/vtkEnSightGoldBinaryReader.cxx
new revision: 1.77; previous revision: 1.76
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSightGoldReader.cxx,v <-- VTK/IO/vtkEnSightGoldReader.cxx
new revision: 1.63; previous revision: 1.62
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSightReader.cxx,v <-- VTK/IO/vtkEnSightReader.cxx
new revision: 1.77; previous revision: 1.76
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkEnSightReader.h,v <-- VTK/IO/vtkEnSightReader.h
new revision: 1.36; previous revision: 1.35
(0011637)
Alan Scott (manager)
2008-04-30 20:08

Seems to work very well locally, but freezes paraview up client/server. Just follow the steps in the bug, client/server.

XP client, 6 pvServer's.
Nightly trunk, as of the morning of April 30.
(0011646)
Utkarsh Ayachit (administrator)
2008-05-01 11:20

vtkSMDataLabelRepresentationProxy now inserts a
vtkCompositeDataToUnstructuredGridFilter to convert a composite input into an
unstructure grid, so that vtkMPIMoveData can work correctly. This was causing
the hangs when running client-server.

----------------------------
commitid: l6kYLQRDmTTf4h1t
----------------------------
/cvsroot/ParaView3/ParaView3/Servers/Filters/CMakeLists.txt,v <-- Servers/Filters/CMakeLists.txt
new revision: 1.166; previous revision: 1.165
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkCompositeDataToUnstructuredGridFilter.cxx,v <-- Servers/Filters/vtkCompositeDataToUnstructuredGridFilter.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkCompositeDataToUnstructuredGridFilter.h,v <-- Servers/Filters/vtkCompositeDataToUnstructuredGridFilter.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMDataLabelRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMDataLabelRepresentationProxy.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMDataLabelRepresentationProxy.h,v <-- Servers/ServerManager/vtkSMDataLabelRepresentationProxy.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.280; previous revision: 1.279
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.281; previous revision: 1.280
(0011715)
Alan Scott (manager)
2008-05-05 19:45

Tested client/server

 Issue History
Date Modified Username Field Change
2008-01-21 12:44 Alan Scott New Issue
2008-04-09 18:01 Ken Moreland Note Added: 0011231
2008-04-09 18:01 Ken Moreland Status backlog => tabled
2008-04-09 18:01 Ken Moreland Assigned To => Berk Geveci
2008-04-09 18:01 Ken Moreland Category => 3.4
2008-04-23 12:11 Utkarsh Ayachit Assigned To Berk Geveci => Utkarsh Ayachit
2008-04-23 12:13 Utkarsh Ayachit Note Added: 0011509
2008-04-29 08:57 Utkarsh Ayachit Status tabled => @80@
2008-04-29 08:57 Utkarsh Ayachit Resolution open => fixed
2008-04-29 08:57 Utkarsh Ayachit Note Added: 0011578
2008-04-30 20:08 Alan Scott Status @80@ => @20@
2008-04-30 20:08 Alan Scott Resolution fixed => reopened
2008-04-30 20:08 Alan Scott Note Added: 0011637
2008-05-01 11:20 Utkarsh Ayachit Status @20@ => @80@
2008-05-01 11:20 Utkarsh Ayachit Resolution reopened => fixed
2008-05-01 11:20 Utkarsh Ayachit Note Added: 0011646
2008-05-05 19:45 Alan Scott Status @80@ => closed
2008-05-05 19:45 Alan Scott Note Added: 0011715
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
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