MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013177 | VTK | (No Category) | public | 2012-05-15 13:28 | 2012-09-02 09:08 |
Reporter | Eric Nodwell | ||||
Assigned To | David Gobbi | ||||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0013177: Python wrapping of argument names beginning with "const" fails | ||||
Description | Python wrapping of methods in VTK classes that have arguments starting with "const" fail. For example, if one adds this method to a class in vtkMy, it will fail to be Python wrapped: virtual int AddConstraint(const char* constraintName); The work-around is trivial, as simply renaming "constraintName)" to something like "arg_constraintName" will work. However, it is a head-scratcher to figure out in the first place. This affects versions 5.6 through 5.10, but not 5.4 and earlier. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-15 13:28 | Eric Nodwell | New Issue | |||
2012-05-15 14:55 | David Gobbi | Assigned To | => David Gobbi | ||
2012-05-15 14:55 | David Gobbi | Status | backlog => tabled | ||
2012-05-15 15:06 | David Gobbi | Note Added: 0028603 | |||
2012-09-02 09:08 | David Gobbi | Note Added: 0029102 | |||
2012-09-02 09:08 | David Gobbi | Status | tabled => closed | ||
2012-09-02 09:08 | David Gobbi | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|