Skip to content
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

Draft
wants to merge 7 commits into
base: 5.6.x-branch
Choose a base branch
from

Conversation

MaelRL
Copy link
Member

@MaelRL MaelRL commented Mar 22, 2025

Summary of Changes

TODO:

  • Extract 5.6 fixes and move everything else to 6.x

Release Management

  • Affected package(s): Straight_skeleton_2, Straight_skeleton_extrusion_2
  • Issue(s) solved (if any): TODO
  • Feature/Small Feature (if any): -
  • License and copyright ownership: no changes

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);
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and below too

Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants