[vtk-developers] [VTK 0013164]: Butterfly subdivision algorithm non-extendable (access modifier issue)
Mantis Bug Tracker
mantis at public.kitware.com
Fri May 11 09:31:44 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=13164
======================================================================
Reported By: Scott Settlemier
Assigned To:
======================================================================
Project: VTK
Issue ID: 13164
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: backlog
Project: TBD
Type: incorrect functionality
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2012-05-11 09:31 EDT
Last Modified: 2012-05-11 09:31 EDT
======================================================================
Summary: 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".
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-05-11 09:31 Scott SettlemierNew Issue
======================================================================
More information about the vtk-developers
mailing list