MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013164 | VTK | (No Category) | public | 2012-05-11 09:31 | 2016-08-12 09:55 |
| Reporter | Scott Settlemier | ||||
| Assigned To | Dave DeMarle | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | 5.8.0 | ||||
| Target Version | Fixed in Version | ||||
| Project | TBD | ||||
| Type | incorrect functionality | ||||
| Summary | 0013164: Butterfly subdivision algorithm non-extendable (access modifier issue) | ||||
| Description | vtkButterflySubdivisionFilter's header redeclares protected member functions from its base class as private. This effectively makes it impossible to extend with a derived class that needs to call those methods and provide additional processing. The access modifier needs to be changed from "private" to "protected". | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-05-11 09:31 | Scott Settlemier | New Issue | |||
| 2013-07-22 14:51 | Dave DeMarle | Note Added: 0031164 | |||
| 2013-07-22 14:51 | Dave DeMarle | Status | backlog => expired | ||
| 2013-07-22 14:51 | Dave DeMarle | Resolution | open => fixed | ||
| 2013-07-22 14:51 | Dave DeMarle | Assigned To | => Dave DeMarle | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037276 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | fixed => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||