public interface for edgemap

This commit is contained in:
Sébastien Loriot 2009-10-22 16:54:32 +00:00
parent 00da001569
commit 2b3fb983cd
1 changed files with 5 additions and 1 deletions

View File

@ -416,7 +416,11 @@ public:
return alpha_spectrum.size();
}
const Edge_alpha_map* get_edge_alpha_map() const
{
return &edge_alpha_map;
}
//---------------------------------------------------------------------
private: