MantisBT - VTK
View Issue Details
0013164VTK(No Category)public2012-05-11 09:312016-08-12 09:55
Scott Settlemier 
Dave DeMarle 
normalminorhave not tried
closedmoved 
5.8.0 
 
TBD
incorrect functionality
0013164: Butterfly subdivision algorithm non-extendable (access modifier issue)
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".
No tags attached.
Issue History
2012-05-11 09:31Scott SettlemierNew Issue
2013-07-22 14:51Dave DeMarleNote Added: 0031164
2013-07-22 14:51Dave DeMarleStatusbacklog => expired
2013-07-22 14:51Dave DeMarleResolutionopen => fixed
2013-07-22 14:51Dave DeMarleAssigned To => Dave DeMarle
2016-08-12 09:55Kitware RobotNote Added: 0037276
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionfixed => moved

Notes
(0031164)
Dave DeMarle   
2013-07-22 14:51   
Please submit patch through Gerrit to facilitate review. Step by step instructions are here:
http://www.vtk.org/Wiki/VTK/Git/Develop [^]
(0037276)
Kitware Robot   
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.