View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0012434 | VTK | (No Category) | public | 2011-07-31 12:37 | 2014-10-02 10:21 | ||||
Reporter | David Duke | ||||||||
Assigned To | Jeff Baumes | ||||||||
Priority | low | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0012434: vtkArrayCalculator fails when input is vtkGraph or its subclasses | ||||||||
Description | 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. | ||||||||
Tags | No tags attached. | ||||||||
Project | Titan | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |