Last bunch of I/O changes to alloz Lazy_kernel to pass the kernel-I/O test-suite.

This commit is contained in:
Sylvain Pion
2006-08-06 16:37:35 +00:00
parent 5d3ca03180
commit cc7624fa5c
16 changed files with 103 additions and 222 deletions
@@ -17,7 +17,7 @@
//
// $URL$
// $Id$
//
//
//
// Author(s) : Andreas Fabri, Herve Bronnimann
@@ -64,7 +64,6 @@ public:
bool operator==(const RayC3 &r) const;
bool operator!=(const RayC3 &r) const;
const Point_3 & start() const;
const Point_3 & source() const
{
return get(base).e0;
@@ -103,14 +102,6 @@ RayC3<R>::operator!=(const RayC3<R> &r) const
return !(*this == r);
}
template < class R >
inline
const typename RayC3<R>::Point_3 &
RayC3<R>::start() const
{
return source();
}
template < class R >
CGAL_KERNEL_INLINE
typename RayC3<R>::Point_3