mirror of https://github.com/CGAL/cgal
PointWithNormal_3 concept does not exist anymore
This commit is contained in:
parent
edd70afec6
commit
3d6a15fb84
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue