--- a/examples/alphashapes/alphashapes3d.h Tue Dec 23 11:40:38 2008 -0800
+++ b/examples/alphashapes/alphashapes3d.h Tue Dec 23 15:10:15 2008 -0800
@@ -59,7 +59,6 @@
RealType value() const { return CGAL::to_double(alpha_); }
RealValue alpha() const { return alpha_; }
bool attached() const { return attached_; }
- Boundary boundary() const;
// Ordering
struct AlphaOrder
--- a/examples/alphashapes/alphashapes3d.hpp Tue Dec 23 11:40:38 2008 -0800
+++ b/examples/alphashapes/alphashapes3d.hpp Tue Dec 23 15:10:15 2008 -0800
@@ -118,16 +118,6 @@
alpha_ = CGAL::squared_radius(p1, p2, p3, p4);
}
-AlphaSimplex3D::Boundary
-AlphaSimplex3D::boundary() const
-{
- Boundary bdry;
- Parent::Boundary pbdry = Parent::boundary();
- for (Parent::Boundary::const_iterator cur = pbdry.begin(); cur != pbdry.end(); ++cur)
- bdry.push_back(*cur);
- return bdry;
-}
-
bool
AlphaSimplex3D::AlphaOrder::