unified layers and tools

This commit is contained in:
Radu Ursu 2002-03-26 15:32:18 +00:00
parent ad1e1d9478
commit ac2facc90c
1 changed files with 2 additions and 1 deletions

View File

@ -827,7 +827,8 @@ template< class Dt >
Qt_widget&
operator << ( Qt_widget& ws, const CGAL::Alpha_shape_2<Dt>& As)
{
typedef typename CGAL::Alpha_shape_2<Dt>::Interval_edge_map Interval_edge_map;
typedef typename CGAL::Alpha_shape_2<Dt>::Interval_edge_map
Interval_edge_map;
typename Interval_edge_map::const_iterator edge_alpha_it;
const typename CGAL::Alpha_shape_2<Dt>::Interval3* pInterval;
if (As.get_mode() == Alpha_shape_2<Dt>::REGULARIZED)