PointWithNormal_3 concept does not exist anymore

This commit is contained in:
Laurent Saboret 2009-05-11 17:10:40 +00:00
parent edd70afec6
commit 3d6a15fb84
3 changed files with 6 additions and 15 deletions

View File

@ -17,9 +17,6 @@
/// - a radius,
/// - a selection flag.
///
/// @heading Is Model for the Concepts:
/// Model of the PointWithNormal_3 concept.
///
/// @heading Parameters:
/// @param Gt Kernel's geometric traits.
@ -36,8 +33,8 @@ private:
// Public types
public:
// Base class
typedef Base Point_with_normal; ///< Model of the PointWithNormal_3 concept.
/// Base class
typedef Base Point_with_normal;
// Repeat base class public types
typedef Gt Geom_traits; ///< Kernel's geometric traits.

View File

@ -33,9 +33,6 @@
/// - a normal (oriented),
/// - a list of camera/2D point pairs used to reconstruct the point from images,
///
/// @heading Is Model for the Concepts:
/// Model of the PointWithNormal_3 concept.
///
/// @heading Parameters:
/// @param Gt Kernel's geometric traits.
@ -62,8 +59,8 @@ private:
// Public types
public:
// Base class
typedef Base Point_with_normal; ///< Model of the PointWithNormal_3 concept.
/// Base class
typedef Base Point_with_normal;
// Repeat Point_with_normal_3 public types
typedef Gt Geom_traits; ///< Kernel's geometric traits.

View File

@ -18,9 +18,6 @@
/// - a list of camera/2D point pairs used to reconstruct the point from images,
/// - a selection flag.
///
/// @heading Is Model for the Concepts:
/// Model of the PointWithNormal_3 concept.
///
/// @heading Parameters:
/// @param Gt Kernel's geometric traits.
@ -37,8 +34,8 @@ private:
// Public types
public:
// Base class
typedef Base Point_with_normal; ///< Model of the PointWithNormal_3 concept.
/// Base class
typedef Base Point_with_normal;
// Repeat base class public types
typedef Gt Geom_traits; ///< Kernel's geometric traits.