mirror of https://github.com/CGAL/cgal
public interface for edgemap
This commit is contained in:
parent
00da001569
commit
2b3fb983cd
|
|
@ -416,7 +416,11 @@ public:
|
|||
return alpha_spectrum.size();
|
||||
}
|
||||
|
||||
|
||||
const Edge_alpha_map* get_edge_alpha_map() const
|
||||
{
|
||||
return &edge_alpha_map;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue