View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012434VTK(No Category)public2011-07-31 12:372014-10-02 10:21
ReporterDavid Duke 
Assigned ToJeff Baumes 
PrioritylowSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012434: vtkArrayCalculator fails when input is vtkGraph or its subclasses
DescriptionThe interface of vtkArrayCalculator includes methods SetAttributeModeToUse{Cell|Vertex}Data, suggesting it is intended to work with vtkGraph and its subclasses. However, vtkArrayCalculator is a subclass of vtkDataSetAlgorithm, and attempting to apply the filter to a graph leads to pipeline errors when it cannot generate an object for the output port compatible with the input class.

Either the interface should be adjusted to remove reference to Cell/Vertex data, or the filter needs to be modified, perhaps moving under vtkDataObjectAlgorithm.

If needs be, I have a small python script that demonstrates the problem.
TagsNo tags attached.
ProjectTitan
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031256)
Dave DeMarle (administrator)
2013-07-22 20:02

moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0033433)
Berk Geveci (administrator)
2014-10-02 10:21

Currently, there is no driver to add this feature. The fix is relatively simple so please feel free to submit a patch.

 Issue History
Date Modified Username Field Change
2011-07-31 12:37 David Duke New Issue
2011-07-31 13:13 Utkarsh Ayachit Assigned To => Jeff Baumes
2011-07-31 13:13 Utkarsh Ayachit Status backlog => tabled
2012-02-13 10:56 Jeff Baumes Project TBD => Titan
2013-07-22 20:02 Dave DeMarle Status tabled => backlog
2013-07-22 20:02 Dave DeMarle Note Added: 0031256
2014-10-02 10:21 Berk Geveci Note Added: 0033433
2014-10-02 10:21 Berk Geveci Status backlog => closed
2014-10-02 10:21 Berk Geveci Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team