View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010598ParaViewFeaturepublic2010-04-22 19:572010-07-07 17:00
ReporterDavid Doria 
Assigned ToRobert Maynard 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target Version3.8.1Fixed in Version3.8.1 
Summary0010598: SpreadSheet view doesn't work unless there is PointData
DescriptionIf you make a source (I tested with a cone source), split the view to
show a spreadsheet view, and select a point on the cone, nothing shows
up in the spreadsheet view. In fact, under Attribute the only option
is FieldData. If you do something so that the points get PointData
(e.g. GenerateSurfaceNormals), you can then select a point and see the
normal, coordinate, and point ID of the selected point. I'd suggest it be changed so that the coordinate and ID could be seen even if the object doesn't have any
PointData.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0020377)
Ken Moreland (manager)
2010-04-23 13:10

The issue is identical for cell data. You should be able to see a list of cell ids in the spreadsheet view regardless of whether there is any other cell data. This is helpful when selecting cells.
(0020497)
Utkarsh Ayachit (administrator)
2010-04-30 14:41

Robert,

First step: In the proxy (extended_filters, BlockDeliveryPreprocessor), the FieldDataDomain under the property "FieldAssociation", is the one that automatically updates itself based on whether there are point/cell arrays etc. I believe vtkSMFieldDataDomain should look at the number of points/cells etc. to determine whether that attribute is valid.

Second step: ensure that vtkBlockDeliveryPreprocessor does the right thing and produce atleast cell ids and point ids even when no arrays are present. It works for points since it always add the co-ordinate array. Not sure about cells and other attributes.
(0020762)
Robert Maynard (developer)
2010-05-17 13:08

ParaView commit SHA1: 8ec3c226438f390393aea0deb822fd5e48ef7639
(0020765)
Robert Maynard (developer)
2010-05-17 16:39

Reopening to update the commit sha, as bugs existed with the initial implementation.
(0020766)
Robert Maynard (developer)
2010-05-17 16:40

Fixed the bugs with the updated vtkSMFieldDataDomain breaking histograms. Also added cell id's to volume data.

ParaView Commit SHA1: ec01c2c3417ab79ce2d9bccbc49c8c9b9534516e
(0020771)
Alan Scott (manager)
2010-05-17 21:16

Tested local server, trunk, Windows.
(0021275)
Utkarsh Ayachit (administrator)
2010-07-07 10:15
edited on: 2010-07-07 10:16

Note #0020762: is pointing to incorrect SHA. The correct SHA is

commit 3162a331e1bb27ddf14be76991628317c8cb1041
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Thu May 13 15:14:10 2010 -0400

    Bug: 10598 SpreadSheet view always data for cells and points
    
    Now when looking at a spread sheet you will always have cell ids under cells. and point ids and coords under points.

(0021293)
Utkarsh Ayachit (administrator)
2010-07-07 17:00

Moved to "release" branch

 Issue History
Date Modified Username Field Change
2010-04-22 19:57 David Doria New Issue
2010-04-23 13:10 Ken Moreland Note Added: 0020377
2010-04-30 14:35 Utkarsh Ayachit Status backlog => tabled
2010-04-30 14:35 Utkarsh Ayachit Assigned To => Robert Maynard
2010-04-30 14:41 Utkarsh Ayachit Note Added: 0020497
2010-05-17 13:08 Robert Maynard Note Added: 0020762
2010-05-17 13:08 Robert Maynard Status tabled => @80@
2010-05-17 13:08 Robert Maynard Fixed in Version => 3.8.2
2010-05-17 13:08 Robert Maynard Resolution open => fixed
2010-05-17 16:39 Robert Maynard Note Added: 0020765
2010-05-17 16:39 Robert Maynard Status @80@ => @20@
2010-05-17 16:39 Robert Maynard Resolution fixed => reopened
2010-05-17 16:40 Robert Maynard Note Added: 0020766
2010-05-17 16:40 Robert Maynard Status @20@ => @80@
2010-05-17 16:40 Robert Maynard Resolution reopened => fixed
2010-05-17 21:16 Alan Scott Note Added: 0020771
2010-05-17 21:16 Alan Scott Status @80@ => closed
2010-06-15 09:45 Utkarsh Ayachit Fixed in Version 3.8.2 => 3.8.1
2010-06-15 09:45 Utkarsh Ayachit Target Version => 3.8.1
2010-07-07 09:55 Utkarsh Ayachit Fixed in Version 3.8.1 => Development
2010-07-07 10:15 Utkarsh Ayachit Note Added: 0021275
2010-07-07 10:16 Utkarsh Ayachit Note Edited: 0021275
2010-07-07 10:17 Utkarsh Ayachit Note Added: 0021276
2010-07-07 16:59 Utkarsh Ayachit Note Deleted: 0021276
2010-07-07 17:00 Utkarsh Ayachit Note Added: 0021293
2010-07-07 17:00 Utkarsh Ayachit Fixed in Version Development => 3.8.1
2011-06-16 13:10 Zack Galbreath Category Feature Request => Feature


Copyright © 2000 - 2018 MantisBT Team