| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0008829 | VTK | (No Category) | public | 2009-04-01 07:41 | 2016-08-12 09:55 | ||||
| Reporter | Jeff Baumes | ||||||||
| Assigned To | Jeff Baumes | ||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0008829: Add vtkVariant support to wrappers | ||||||||
| Description | Classes like vtkTable and vtkVariantArray are largely unusable in wrapped languages because they use vtkVariant in methods, so cannot be wrapped. Wrappers should map vtkVariant to a language-specific type. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0020454) David Gobbi (developer) 2010-04-27 19:57 |
Several steps must be taken to achieve this: 1) obviously the relevant bits of the headers must have the BTX/ETX removed 2) the wrappers must be made able to take vtkSomething parameter types names that aren't derived from vtkObjectBase without choking 3) the individual wrappers must be modified to check for and deal with vtkVariant We don't want to add another "type" to vtkParse.l if it can be avoided. Instead, we just want to pass the name "vtkVariant" to the wrappers as 0x9 and have the wrappers recognize that, because it has no superclass, it must be dealt with differently from vtkObjectBase derived types. |
|
(0021395) David Gobbi (developer) 2010-07-14 22:43 |
This feature has been added for Python as of June 18, 2010. For Python, the fix was to wrap vtkVariant as its own python type. The issue must be resolved separately for Tcl and Java. |
|
(0037068) Kitware Robot (administrator) 2016-08-12 09:55 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-04-01 07:41 | Jeff Baumes | New Issue | |
| 2010-04-27 19:48 | David Gobbi | Status | backlog => tabled |
| 2010-04-27 19:48 | David Gobbi | Assigned To | => David Gobbi |
| 2010-04-27 19:57 | David Gobbi | Note Added: 0020454 | |
| 2010-04-27 19:57 | David Gobbi | Status | tabled => @30@ |
| 2010-07-14 22:43 | David Gobbi | Note Added: 0021395 | |
| 2010-07-14 22:43 | David Gobbi | Assigned To | David Gobbi => Jeff Baumes |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037068 | |
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed |
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |