Skip to content

Commit

Permalink
solid: Specify memory management for setExteriorShell
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Oct 25, 2024
1 parent d8a2a53 commit 0d38559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Solid.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ class SFCGAL_API Solid : public Geometry {

/**
* Sets the Solid exterior shell
* The ownership of the shell is taken. The caller is not responsible
* anymore of its deallocation.
*/
inline void
setExteriorShell(PolyhedralSurface *shell)
Expand Down

0 comments on commit 0d38559

Please sign in to comment.