mirror of https://github.com/CGAL/cgal
document nested concepts
This commit is contained in:
parent
395270c176
commit
d0e74dd06c
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
namespace ArrDirectionalTraits {
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
\cgalConcept
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::AreMergeable_2 {
|
||||
class AreMergeable_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -30,3 +30,4 @@ ArrDirectionalTraits::X_monotone_curve_2 xc2);
|
|||
|
||||
}; /* end ArrDirectionalTraits::AreMergeable_2 */
|
||||
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
namespace ArrDirectionalTraits {
|
||||
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::CompareEndpointsXy_2 {
|
||||
class CompareEndpointsXy_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -27,3 +28,4 @@ Comparison_result operator()(ArrDirectionalTraits::X_monotone_curve_2 xc);
|
|||
|
||||
}; /* end ArrDirectionalTraits::CompareEndpointsXy_2 */
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
namespace ArrDirectionalTraits {
|
||||
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::ConstructOpposite_2 {
|
||||
class ConstructOpposite_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -26,3 +27,4 @@ ArrDirectionalTraits::X_monotone_curve_2 operator()(ArrDirectionalTraits::X_mono
|
|||
|
||||
}; /* end ArrDirectionalTraits::ConstructOpposite_2 */
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
namespace ArrDirectionalTraits {
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
\cgalConcept
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::Intersect_2 {
|
||||
class Intersect_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -38,3 +38,4 @@ Output_iterator& oi);
|
|||
|
||||
}; /* end ArrDirectionalTraits::Intersect_2 */
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
namespace ArrDirectionalTraits {
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
\cgalConcept
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::Merge_2 {
|
||||
class Merge_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -34,3 +34,4 @@ ArrDirectionalTraits::X_monotone_curve_2& xc);
|
|||
|
||||
}; /* end ArrDirectionalTraits::Merge_2 */
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
namespace ArrDirectionalTraits {
|
||||
/*!
|
||||
\ingroup PkgBooleanSetOperations2Concepts
|
||||
\cgalConcept
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
*/
|
||||
|
||||
class ArrDirectionalTraits::Split_2 {
|
||||
class Split_2 {
|
||||
public:
|
||||
|
||||
/// \name Has Models
|
||||
|
|
@ -33,3 +33,4 @@ ArrDirectionalTraits::X_monotone_curve_2& xc2);
|
|||
|
||||
}; /* end ArrDirectionalTraits::Split_2 */
|
||||
|
||||
}
|
||||
|
|
@ -2,6 +2,10 @@
|
|||
/// \defgroup PkgBooleanSetOperations2Concepts Concepts
|
||||
/// \ingroup PkgBooleanSetOperations2
|
||||
|
||||
/// \cgalConceptNamespace
|
||||
/// The namespace containing concepts specific to 2D Boolean Set Operations.
|
||||
namespace ArrDirectionalTraits {}
|
||||
|
||||
/*!
|
||||
\addtogroup PkgBooleanSetOperations2
|
||||
\todo check generated documentation
|
||||
|
|
|
|||
Loading…
Reference in New Issue