Skip to content

Commit 2633d4e

Browse files
committed
forgot by merging
1 parent 11598b2 commit 2633d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/straight_skeleton_2.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ typedef CGAL::Straight_skeleton_2<K> Ss;
1515
typedef boost::shared_ptr<Ss> SsPtr;
1616
typedef CGAL::Straight_skeleton_2<K>::Halfedge_const_handle Halfedge_const_handle;
1717
typedef CGAL::Straight_skeleton_2<K>::Vertex_const_handle Vertex_const_handle;
18+
typedef boost::shared_ptr<Polygon_2> PolygonPtr;
19+
typedef std::vector<PolygonPtr> PolygonPtrVector;
1820

1921
compas::Edges pmp_create_interior_straight_skeleton(
2022
Eigen::Ref<const compas::RowMatrixXd> &V)

0 commit comments

Comments
 (0)