mirror of https://github.com/CGAL/cgal
add default constructor
This commit is contained in:
parent
1f5a1cb314
commit
3778b0c3c3
|
|
@ -268,6 +268,12 @@ public:
|
|||
/// \name Initialization
|
||||
/// @{
|
||||
|
||||
/**
|
||||
* Default constructor, envelope is empty
|
||||
*/
|
||||
Polyhedral_envelope()
|
||||
{}
|
||||
|
||||
/**
|
||||
* Constructor with a triangulated surface mesh.
|
||||
* @tparam TriangleMesh a model of `FaceListGraph`
|
||||
|
|
|
|||
Loading…
Reference in New Issue