Skip to content

Commit

Permalink
Merge pull request CGAL#7500 from MaelRL/AW3-Stop_demo-GF
Browse files Browse the repository at this point in the history
Add stop button for AW3 demo
  • Loading branch information
sloriot committed Jun 22, 2023
2 parents 0581dd0 + 96ce2a2 commit b6d5a06
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 332 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Alpha_wrap_3
using Alpha_PQ = Modifiable_priority_queue<Gate, Less_gate, Gate_ID_PM<Dt>, CGAL_BOOST_PAIRING_HEAP>;

protected:
const Oracle& m_oracle;
const Oracle m_oracle;
SC_Iso_cuboid_3 m_bbox;

FT m_alpha, m_sq_alpha;
Expand Down Expand Up @@ -1343,6 +1343,7 @@ class Alpha_wrap_3
return true;
}

public:
// Not the best complexity, but it's very cheap compared to the rest of the algorithm.
void make_manifold()
{
Expand Down
Loading

0 comments on commit b6d5a06

Please sign in to comment.