MantisBT - VTK
View Issue Details
0012434VTK(No Category)public2011-07-31 12:372014-10-02 10:21
David Duke 
Jeff Baumes 
lowminorhave not tried
closedfixed 
 
 
Titan
incorrect functionality
0012434: vtkArrayCalculator fails when input is vtkGraph or its subclasses
The 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.
No tags attached.
Issue History
2011-07-31 12:37David DukeNew Issue
2011-07-31 13:13Utkarsh AyachitAssigned To => Jeff Baumes
2011-07-31 13:13Utkarsh AyachitStatusbacklog => tabled
2012-02-13 10:56Jeff BaumesProjectTBD => Titan
2013-07-22 20:02Dave DeMarleStatustabled => backlog
2013-07-22 20:02Dave DeMarleNote Added: 0031256
2014-10-02 10:21Berk GeveciNote Added: 0033433
2014-10-02 10:21Berk GeveciStatusbacklog => closed
2014-10-02 10:21Berk GeveciResolutionopen => fixed

Notes
(0031256)
Dave DeMarle   
2013-07-22 20:02   
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0033433)
Berk Geveci   
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.