-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zero-weight 2D weighted straight skeletons #8796
base: 5.6.x-branch
Are you sure you want to change the base?
Conversation
All of this is not actually called, only compiled
@@ -1606,13 +1609,18 @@ void Straight_skeleton_builder_2<Gt,Ss,V>::Propagate() | |||
} | |||
|
|||
++ mStepID ; | |||
|
|||
CGAL::draw(*mSSkel); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be protected with the draw macro
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and below too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering why draw()
not just is a no-op if the macro is not defined. Or just a std::cout
.
Summary of Changes
TODO:
Release Management
Straight_skeleton_2
,Straight_skeleton_extrusion_2
All of this is not actually called, only compiled