mirror of https://github.com/CGAL/cgal
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
This commit is contained in:
commit
667e4022f7
|
|
@ -126,6 +126,8 @@ Before the release 4.3 of \cgal, the return type of this function used to be `bo
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Intersection;
|
typedef unspecified_type Intersection;
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
/// \name Distance Queries
|
/// \name Distance Queries
|
||||||
/// The following predicates are required for each
|
/// The following predicates are required for each
|
||||||
/// type `Query` for which the class `CGAL::AABB_tree<AABBTraits>` may receive a
|
/// type `Query` for which the class `CGAL::AABB_tree<AABBTraits>` may receive a
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,5 @@ template< typename T >
|
||||||
class Fraction_traits {
|
class Fraction_traits {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Fraction_traits */
|
}; /* end Fraction_traits */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,5 @@ the smallest positive remainder \f$ r\f$.
|
||||||
class EuclideanRing {
|
class EuclideanRing {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end EuclideanRing */
|
}; /* end EuclideanRing */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@ This is also the case for the respective global functions.
|
||||||
class ExplicitInteroperable {
|
class ExplicitInteroperable {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end ExplicitInteroperable */
|
}; /* end ExplicitInteroperable */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithRootOf >` is a model of `A
|
||||||
class FieldWithRootOf {
|
class FieldWithRootOf {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end FieldWithRootOf */
|
}; /* end FieldWithRootOf */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithSqrt >` is a model of `Alg
|
||||||
class FieldWithSqrt {
|
class FieldWithSqrt {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end FieldWithSqrt */
|
}; /* end FieldWithSqrt */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,5 @@ denominator type are provided by `CGAL::Fraction_traits`.
|
||||||
class Fraction {
|
class Fraction {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Fraction */
|
}; /* end Fraction */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,5 @@ is `CGAL::Tag_true`.
|
||||||
class ImplicitInteroperable {
|
class ImplicitInteroperable {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end ImplicitInteroperable */
|
}; /* end ImplicitInteroperable */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,5 @@ Moreover, `CGAL::Algebraic_structure_traits< IntegralDomain >` is a model of
|
||||||
class IntegralDomain {
|
class IntegralDomain {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end IntegralDomain */
|
}; /* end IntegralDomain */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,5 @@ for Homogeneous kernels.
|
||||||
class RingNumberType {
|
class RingNumberType {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end RingNumberType */
|
}; /* end RingNumberType */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,5 @@ derived from `CGAL::Unique_factorization_domain_tag`
|
||||||
class UniqueFactorizationDomain {
|
class UniqueFactorizationDomain {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end UniqueFactorizationDomain */
|
}; /* end UniqueFactorizationDomain */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -283,9 +283,6 @@ public:
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//!\name private members
|
|
||||||
//!@{
|
|
||||||
|
|
||||||
|
|
||||||
Algebraic_kernel_with_analysis_2* _m_kernel;
|
Algebraic_kernel_with_analysis_2* _m_kernel;
|
||||||
|
|
||||||
|
|
@ -309,6 +306,7 @@ public:
|
||||||
//! specified key was found
|
//! specified key was found
|
||||||
typedef typename Base::Find_result Find_result;
|
typedef typename Base::Find_result Find_result;
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
//!\name constructors and access functions
|
//!\name constructors and access functions
|
||||||
//!@{
|
//!@{
|
||||||
|
|
@ -342,6 +340,8 @@ public:
|
||||||
}
|
}
|
||||||
return (p.first)->second;
|
return (p.first)->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
}; // class LRU_hashed_map_with_kernel
|
}; // class LRU_hashed_map_with_kernel
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -678,8 +678,6 @@ public:
|
||||||
return static_cast<std::size_t>(x.id());
|
return static_cast<std::size_t>(x.id());
|
||||||
}
|
}
|
||||||
|
|
||||||
//!@}
|
|
||||||
|
|
||||||
}; // class Xy_coordinate_2
|
}; // class Xy_coordinate_2
|
||||||
|
|
||||||
template < class AlgebraicCurveKernel_2, class Rep>
|
template < class AlgebraicCurveKernel_2, class Rep>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@ template< typename Traits, typename Fb, typename ExactAlphaComparisonTag >
|
||||||
class Alpha_shape_face_base_2 : public Fb {
|
class Alpha_shape_face_base_2 : public Fb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Alpha_shape_face_base_2 */
|
}; /* end Alpha_shape_face_base_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,5 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag >
|
||||||
class Alpha_shape_vertex_base_2 : public Vb {
|
class Alpha_shape_vertex_base_2 : public Vb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Alpha_shape_vertex_base_2 */
|
}; /* end Alpha_shape_vertex_base_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,6 @@ template< typename Traits, typename Cb, typename ExactAlphaComparisonTag, typena
|
||||||
class Alpha_shape_cell_base_3 : public Cb {
|
class Alpha_shape_cell_base_3 : public Cb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Alpha_shape_cell_base_3 */
|
}; /* end Alpha_shape_cell_base_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag, typena
|
||||||
class Alpha_shape_vertex_base_3 : public Vb {
|
class Alpha_shape_vertex_base_3 : public Vb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Alpha_shape_vertex_base_3 */
|
}; /* end Alpha_shape_vertex_base_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,5 @@ template< typename Traits, typename Cb >
|
||||||
class Fixed_alpha_shape_cell_base_3 : public Cb {
|
class Fixed_alpha_shape_cell_base_3 : public Cb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Fixed_alpha_shape_cell_base_3 */
|
}; /* end Fixed_alpha_shape_cell_base_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,5 @@ template< typename Traits, typename Vb >
|
||||||
class Fixed_alpha_shape_vertex_base_3 : public Vb {
|
class Fixed_alpha_shape_vertex_base_3 : public Vb {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Fixed_alpha_shape_vertex_base_3 */
|
}; /* end Fixed_alpha_shape_vertex_base_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -414,6 +414,7 @@ public:
|
||||||
return Intersect_2();
|
return Intersect_2();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//@}
|
||||||
};
|
};
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ points. The value-type of `InputIterator` is `RatKernel::Point_2`.
|
||||||
template <class InputIterator>
|
template <class InputIterator>
|
||||||
Curve_2 (InputIterator pts_begin, InputIterator pts_end);
|
Curve_2 (InputIterator pts_begin, InputIterator pts_end);
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
/// \name Access Functions
|
/// \name Access Functions
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -282,7 +282,7 @@ std::pair<double, double> parameter_range () const;
|
||||||
|
|
||||||
}; /* end Arr_Bezier_curve_traits_2::X_monotone_curve_2 */
|
}; /* end Arr_Bezier_curve_traits_2::X_monotone_curve_2 */
|
||||||
|
|
||||||
Class Trim_2{
|
class Trim_2{
|
||||||
public:
|
public:
|
||||||
/// \name Creation
|
/// \name Creation
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -295,6 +295,9 @@ Trims the given x-monotone curve to an from src to tgt.
|
||||||
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
||||||
const Point_2& src,
|
const Point_2& src,
|
||||||
const Point_2& tgt)const
|
const Point_2& tgt)const
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
}/* end Arr_Bezier_curve_traits_2::Trim_2 */
|
}/* end Arr_Bezier_curve_traits_2::Trim_2 */
|
||||||
|
|
||||||
}; /* end Arr_Bezier_curve_traits_2 */
|
}; /* end Arr_Bezier_curve_traits_2 */
|
||||||
|
|
|
||||||
|
|
@ -354,7 +354,7 @@ Bbox_2 bbox() const;
|
||||||
|
|
||||||
}; /* end Arr_circle_segment_traits_2::X_monotone_curve_2 */
|
}; /* end Arr_circle_segment_traits_2::X_monotone_curve_2 */
|
||||||
|
|
||||||
Class Trim_2{
|
class Trim_2{
|
||||||
public:
|
public:
|
||||||
/// \name Creation
|
/// \name Creation
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -367,6 +367,7 @@ Trims the given x-monotone curve to an from src to tgt.
|
||||||
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
||||||
const Point_2& src,
|
const Point_2& src,
|
||||||
const Point_2& tgt)const
|
const Point_2& tgt)const
|
||||||
|
/// @}
|
||||||
}/* end Arr_circle_segment_traits_2::Trim_2 */
|
}/* end Arr_circle_segment_traits_2::Trim_2 */
|
||||||
|
|
||||||
}; /* end Arr_circle_segment_traits_2 */
|
}; /* end Arr_circle_segment_traits_2 */
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,5 @@ template< typename CircularKernel >
|
||||||
class Arr_circular_arc_traits_2 {
|
class Arr_circular_arc_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_circular_arc_traits_2 */
|
}; /* end Arr_circular_arc_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,5 @@ template< typename CircularKernel >
|
||||||
class Arr_circular_line_arc_traits_2 {
|
class Arr_circular_line_arc_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_circular_line_arc_traits_2 */
|
}; /* end Arr_circular_line_arc_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -385,7 +385,7 @@ const Point_2& right() const;
|
||||||
|
|
||||||
}; /* end Arr_conic_traits_2::X_monotone_curve_2 */
|
}; /* end Arr_conic_traits_2::X_monotone_curve_2 */
|
||||||
|
|
||||||
Class Trim_2{
|
class Trim_2{
|
||||||
public:
|
public:
|
||||||
/// \name Creation
|
/// \name Creation
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -398,6 +398,9 @@ Trims the given x-monotone curve to an from src to tgt.
|
||||||
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
||||||
const Point_2& src,
|
const Point_2& src,
|
||||||
const Point_2& tgt)const
|
const Point_2& tgt)const
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
}/* end Arr_conic_traits_2::Trim_2 */
|
}/* end Arr_conic_traits_2::Trim_2 */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,6 @@ template< typename Arrangement >
|
||||||
class Arr_default_overlay_traits {
|
class Arr_default_overlay_traits {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_default_overlay_traits */
|
}; /* end Arr_default_overlay_traits */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
|
|
@ -55,7 +53,5 @@ template< typename Arr_A, typename Arr_B, typename Arr_R, typename OvlFaceData >
|
||||||
class Arr_face_overlay_traits {
|
class Arr_face_overlay_traits {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_face_overlay_traits */
|
}; /* end Arr_face_overlay_traits */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,5 @@ template< typename Arrangement, typename Generator >
|
||||||
class Arr_landmarks_point_location {
|
class Arr_landmarks_point_location {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_landmarks_point_location */
|
}; /* end Arr_landmarks_point_location */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,5 @@ template< typename CircularKernel >
|
||||||
class Arr_line_arc_traits_2 {
|
class Arr_line_arc_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_line_arc_traits_2 */
|
}; /* end Arr_line_arc_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ public:
|
||||||
|
|
||||||
}; /* end Arr_linear_traits_2::Curve_2 */
|
}; /* end Arr_linear_traits_2::Curve_2 */
|
||||||
|
|
||||||
Class Trim_2{
|
class Trim_2{
|
||||||
public:
|
public:
|
||||||
/// \name Creation
|
/// \name Creation
|
||||||
/// @{
|
/// @{
|
||||||
|
|
@ -158,6 +158,7 @@ Trims the given x-monotone curve to an from src to tgt.
|
||||||
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
X_monotone_curve_2(const X_monotone_curve_2& xcv,
|
||||||
const Point_2& src,
|
const Point_2& src,
|
||||||
const Point_2& tgt)const
|
const Point_2& tgt)const
|
||||||
|
/// @}
|
||||||
}/* end Arr_linear_traits_2::Trim_2 */
|
}/* end Arr_linear_traits_2::Trim_2 */
|
||||||
|
|
||||||
}; /* end Arr_linear_traits_2 */
|
}; /* end Arr_linear_traits_2 */
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@ template< typename Arrangement >
|
||||||
class Arr_naive_point_location {
|
class Arr_naive_point_location {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_naive_point_location */
|
}; /* end Arr_naive_point_location */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,5 @@ template< typename Kernel >
|
||||||
class Arr_non_caching_segment_basic_traits_2 {
|
class Arr_non_caching_segment_basic_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_non_caching_segment_basic_traits_2 */
|
}; /* end Arr_non_caching_segment_basic_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,5 @@ class Arr_non_caching_segment_traits_2
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_non_caching_segment_traits_2 */
|
}; /* end Arr_non_caching_segment_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -64,8 +64,6 @@ template< typename Kernel >
|
||||||
class Arr_segment_traits_2 {
|
class Arr_segment_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
Class Trim_2{
|
Class Trim_2{
|
||||||
public:
|
public:
|
||||||
/// \name Creation
|
/// \name Creation
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,6 @@ arrangement.
|
||||||
|
|
||||||
struct Arr_oblivious_side_tag {
|
struct Arr_oblivious_side_tag {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_oblivious_side_tag */
|
}; /* end Arr_oblivious_side_tag */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
|
|
@ -45,7 +43,5 @@ functions based on type of curves that induce the arrangement.
|
||||||
|
|
||||||
struct Arr_open_side_tag {
|
struct Arr_open_side_tag {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_open_side_tag */
|
}; /* end Arr_open_side_tag */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,5 @@ template< typename Arrangement >
|
||||||
class Arr_walk_along_line_point_location {
|
class Arr_walk_along_line_point_location {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_walk_along_line_point_location */
|
}; /* end Arr_walk_along_line_point_location */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,6 @@ template< typename Arrangement >
|
||||||
class Arr_extended_dcel_text_formatter {
|
class Arr_extended_dcel_text_formatter {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_extended_dcel_text_formatter */
|
}; /* end Arr_extended_dcel_text_formatter */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
|
|
@ -64,8 +62,6 @@ template< typename Arrangement >
|
||||||
class Arr_face_extended_text_formatter {
|
class Arr_face_extended_text_formatter {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_face_extended_text_formatter */
|
}; /* end Arr_face_extended_text_formatter */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
|
|
@ -96,7 +92,5 @@ template< typename Arrangement >
|
||||||
class Arr_text_formatter {
|
class Arr_text_formatter {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_text_formatter */
|
}; /* end Arr_text_formatter */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@ template< typename ArrFormatter >
|
||||||
class Arr_with_history_text_formatter {
|
class Arr_with_history_text_formatter {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Arr_with_history_text_formatter */
|
}; /* end Arr_with_history_text_formatter */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@ represents a general planar curve.
|
||||||
class Curve_2 {
|
class Curve_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end ArrTraits::Curve_2 */
|
}; /* end ArrTraits::Curve_2 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@ Represents a point in the plane.
|
||||||
class Point_2 {
|
class Point_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end ArrTraits::Point_2 */
|
}; /* end ArrTraits::Point_2 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@ Represents a planar (weakly) \f$ x\f$-monotone curve.
|
||||||
class XMonotoneCurve_2 {
|
class XMonotoneCurve_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end ArrTraits::XMonotoneCurve_2 */
|
}; /* end ArrTraits::XMonotoneCurve_2 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ public:
|
||||||
* models the concept `ArrTraits::Approximate_2`.
|
* models the concept `ArrTraits::Approximate_2`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Approximate_2;
|
typedef unspecified_type Approximate_2;
|
||||||
|
/// @}
|
||||||
/// \name Accessing Functor Objects
|
/// \name Accessing Functor Objects
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ inside the face `f1`.
|
||||||
void create_edge (Face_handle_A f1,
|
void create_edge (Face_handle_A f1,
|
||||||
Halfedge_handle_B e2,
|
Halfedge_handle_B e2,
|
||||||
Halfedge_handle_R e) const;
|
Halfedge_handle_R e) const;
|
||||||
|
/// @}
|
||||||
/// \name Face Creation
|
/// \name Face Creation
|
||||||
/// The following function is invoked whenever a new face is
|
/// The following function is invoked whenever a new face is
|
||||||
/// created. It is guaranteed that all halfedges along the face
|
/// created. It is guaranteed that all halfedges along the face
|
||||||
|
|
|
||||||
|
|
@ -751,6 +751,9 @@ public:
|
||||||
|
|
||||||
/*! Obtain a Trim_2 functor object. */
|
/*! Obtain a Trim_2 functor object. */
|
||||||
Trim_2 trim_2_object() const { return Trim_2(*this); }
|
Trim_2 trim_2_object() const { return Trim_2(*this); }
|
||||||
|
|
||||||
|
// @}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,8 @@ public:
|
||||||
typedef
|
typedef
|
||||||
typename Intersection_list::const_iterator Intersection_iter;
|
typename Intersection_list::const_iterator Intersection_iter;
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
typedef std::map<Curve_id,
|
typedef std::map<Curve_id,
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,6 @@ public:
|
||||||
{}
|
{}
|
||||||
|
|
||||||
/// \name Types and functors defined here.
|
/// \name Types and functors defined here.
|
||||||
//@{
|
|
||||||
|
|
||||||
/* Functor to augment a polyline by either adding a vertex or a segment
|
/* Functor to augment a polyline by either adding a vertex or a segment
|
||||||
* at the back.
|
* at the back.
|
||||||
|
|
|
||||||
|
|
@ -984,8 +984,6 @@ public:
|
||||||
return Merge_2(this);
|
return Merge_2(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
//@}
|
|
||||||
|
|
||||||
/// \name Functor definitions to handle boundaries
|
/// \name Functor definitions to handle boundaries
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,8 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void before_handle_event(Event* event);
|
virtual void before_handle_event(Event* event);
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
/*! A notification invoked when a new subcurve is created. */
|
/*! A notification invoked when a new subcurve is created. */
|
||||||
virtual void add_subcurve(Halfedge_handle he, Subcurve* sc);
|
virtual void add_subcurve(Halfedge_handle he, Subcurve* sc);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -372,6 +372,8 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/*! Locate the arrangement feature containing the given point in the
|
/*! Locate the arrangement feature containing the given point in the
|
||||||
* unbounded face(s).
|
* unbounded face(s).
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,10 @@ public:
|
||||||
he->curve().data().insert (&cv);
|
he->curve().data().insert (&cv);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
|
||||||
|
|
@ -588,6 +588,7 @@ public:
|
||||||
* \return true iff e1 and e2 are mergeable.
|
* \return true iff e1 and e2 are mergeable.
|
||||||
*/
|
*/
|
||||||
bool are_mergeable (Halfedge_const_handle e1, Halfedge_const_handle e2) const;
|
bool are_mergeable (Halfedge_const_handle e1, Halfedge_const_handle e2) const;
|
||||||
|
//@}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1588,6 +1588,8 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//!\name Trimming
|
//!\name Trimming
|
||||||
//!@{
|
//!@{
|
||||||
|
|
@ -3152,7 +3154,7 @@ public:
|
||||||
return *(this->ptr()->_m_bbox);
|
return *(this->ptr()->_m_bbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
//!}
|
//!@}
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -458,6 +458,8 @@ public:
|
||||||
Arc_2 arc(x, c);
|
Arc_2 arc(x, c);
|
||||||
return arc;
|
return arc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//!@}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!\brief
|
/*!\brief
|
||||||
|
|
@ -2668,7 +2670,7 @@ public:
|
||||||
|
|
||||||
//! this instance's first template parameter
|
//! this instance's first template parameter
|
||||||
typedef CurvedKernelViaAnalysis_2 Curved_kernel_via_analysis_2;
|
typedef CurvedKernelViaAnalysis_2 Curved_kernel_via_analysis_2;
|
||||||
|
//!@}
|
||||||
// typedef Curved_kernel_via_analysis_2_functors<
|
// typedef Curved_kernel_via_analysis_2_functors<
|
||||||
// CurvedKernelViaAnalysis_2 > Functor_base;
|
// CurvedKernelViaAnalysis_2 > Functor_base;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -712,7 +712,9 @@ public:
|
||||||
|
|
||||||
//! type of curve analysis
|
//! type of curve analysis
|
||||||
typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2;
|
typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2;
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//!\name embedded types for \c Arrangement_2 package
|
//!\name embedded types for \c Arrangement_2 package
|
||||||
//!@{
|
//!@{
|
||||||
|
|
|
||||||
|
|
@ -242,6 +242,8 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//!\name Standard constructors
|
//!\name Standard constructors
|
||||||
//!@{
|
//!@{
|
||||||
|
|
@ -610,7 +612,7 @@ public:
|
||||||
return *(this->ptr()->_m_doubles);
|
return *(this->ptr()->_m_doubles);
|
||||||
}
|
}
|
||||||
|
|
||||||
//!}
|
//!@}
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -783,8 +785,7 @@ public:
|
||||||
*this = Point_2< Curved_kernel_via_analysis_2, Rep >(rep);
|
*this = Point_2< Curved_kernel_via_analysis_2, Rep >(rep);
|
||||||
}
|
}
|
||||||
|
|
||||||
//!@}
|
//! @}
|
||||||
|
|
||||||
// friends ////////////////////////////////////////////////////////////////
|
// friends ////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
//! befriending arc classes
|
//! befriending arc classes
|
||||||
|
|
|
||||||
|
|
@ -487,6 +487,8 @@ public:
|
||||||
Base(rep) {
|
Base(rep) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
Algebraic_real_1 x() const {
|
Algebraic_real_1 x() const {
|
||||||
return Algebraic_real_1();
|
return Algebraic_real_1();
|
||||||
}
|
}
|
||||||
|
|
@ -1019,6 +1021,8 @@ public:
|
||||||
//! type of Coordinate_2
|
//! type of Coordinate_2
|
||||||
typedef Algebraic_real_2 Coordinate_2;
|
typedef Algebraic_real_2 Coordinate_2;
|
||||||
|
|
||||||
|
//!@}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//! \name types and functors for \c GPA_2< both >
|
//! \name types and functors for \c GPA_2< both >
|
||||||
//!@{
|
//!@{
|
||||||
|
|
@ -1031,7 +1035,6 @@ public:
|
||||||
|
|
||||||
//!@}
|
//!@}
|
||||||
|
|
||||||
//!@}
|
|
||||||
//! \name public functors and predicates
|
//! \name public functors and predicates
|
||||||
//!@{
|
//!@{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -385,7 +385,8 @@ public:
|
||||||
|
|
||||||
virtual void read_halfedge_data(Halfedge_handle)
|
virtual void read_halfedge_data(Halfedge_handle)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
//@}
|
||||||
/// \name Reading a face.
|
/// \name Reading a face.
|
||||||
//@{
|
//@{
|
||||||
void read_face_begin()
|
void read_face_begin()
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,6 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual Vertex_handle insert_isolated_vertex(const Point_2& pt,
|
virtual Vertex_handle insert_isolated_vertex(const Point_2& pt,
|
||||||
Status_line_iterator iter);
|
Status_line_iterator iter);
|
||||||
//@}
|
|
||||||
|
|
||||||
/// \name Edge-split functions (to be overridden by the child visitor).
|
/// \name Edge-split functions (to be overridden by the child visitor).
|
||||||
//@{
|
//@{
|
||||||
|
|
|
||||||
|
|
@ -349,6 +349,8 @@ protected:
|
||||||
*/
|
*/
|
||||||
void _create_edge(Subcurve* sc, Halfedge_handle res_he);
|
void _create_edge(Subcurve* sc, Halfedge_handle res_he);
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
/*! A visitor class to facilitate the call to create_vertex(). */
|
/*! A visitor class to facilitate the call to create_vertex(). */
|
||||||
class Create_vertex_visitor : public boost::static_visitor<> {
|
class Create_vertex_visitor : public boost::static_visitor<> {
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@ struct Linear_cell_complex_bgl_min_items
|
||||||
*/
|
*/
|
||||||
struct Linear_cell_complex_bgl_min_items {
|
struct Linear_cell_complex_bgl_min_items {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Linear_cell_complex_bgl_min_items */
|
}; /* end Linear_cell_complex_bgl_min_items */
|
||||||
|
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,5 @@ template< typename Kernel >
|
||||||
class Gps_circle_segment_traits_2 {
|
class Gps_circle_segment_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Gps_circle_segment_traits_2 */
|
}; /* end Gps_circle_segment_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,5 @@ template< typename ArrTraits, typename GeneralPolygon_t >
|
||||||
class Gps_traits_2 {
|
class Gps_traits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Gps_traits_2 */
|
}; /* end Gps_traits_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@ template< typename Kernel, typename Container, typename Dcel >
|
||||||
class Polygon_set_2 : public General_polygon_set_2<Gps_segment_traits_2<Kernel,Container> > {
|
class Polygon_set_2 : public General_polygon_set_2<Gps_segment_traits_2<Kernel,Container> > {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polygon_set_2 */
|
}; /* end Polygon_set_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,5 @@ A model of this concept represents a general polygon with holes.
|
||||||
class GpsTraitsGeneralPolygonWithHoles_2 {
|
class GpsTraitsGeneralPolygonWithHoles_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end GpsTraitsGeneralPolygonWithHoles_2 */
|
}; /* end GpsTraitsGeneralPolygonWithHoles_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,5 @@ A model of this concept represents a simple general polygon.
|
||||||
class GpsTraitsGeneralPolygon_2 {
|
class GpsTraitsGeneralPolygon_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end GpsTraitsGeneralPolygon_2 */
|
}; /* end GpsTraitsGeneralPolygon_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ returns `true`, iff `ellipse` is degenerate, i.e.\ if
|
||||||
*/
|
*/
|
||||||
bool is_degenerate( ) const;
|
bool is_degenerate( ) const;
|
||||||
|
|
||||||
|
/// @}
|
||||||
/// \name I/O
|
/// \name I/O
|
||||||
/// The following I/O operator is only needed, if the corresponding I/O
|
/// The following I/O operator is only needed, if the corresponding I/O
|
||||||
/// operator of `CGAL::Min_ellipse_2` is used.
|
/// operator of `CGAL::Min_ellipse_2` is used.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,5 @@ namespace CGAL {
|
||||||
template< typename RT >
|
template< typename RT >
|
||||||
struct Algebraic_kernel_for_circles_2_2 {
|
struct Algebraic_kernel_for_circles_2_2 {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Algebraic_kernel_for_circles_2_2 */
|
}; /* end Algebraic_kernel_for_circles_2_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,5 @@ geometric filtering (based on bounding boxes) to gain efficiency.
|
||||||
class Exact_circular_kernel_2 {
|
class Exact_circular_kernel_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Exact_circular_kernel_2 */
|
}; /* end Exact_circular_kernel_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,5 @@ template< typename RT >
|
||||||
class Polynomial_1_2 {
|
class Polynomial_1_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polynomial_1_2 */
|
}; /* end Polynomial_1_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,5 @@ template< typename FT >
|
||||||
class Polynomial_for_circles_2_2 {
|
class Polynomial_for_circles_2_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polynomial_for_circles_2_2 */
|
}; /* end Polynomial_for_circles_2_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,5 @@ template< typename FT >
|
||||||
class Root_for_circles_2_2 {
|
class Root_for_circles_2_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Root_for_circles_2_2 */
|
}; /* end Root_for_circles_2_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept
|
||||||
class AlgebraicKernelForCircles::Polynomial_1_2 {
|
class AlgebraicKernelForCircles::Polynomial_1_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end AlgebraicKernelForCircles::Polynomial_1_2 */
|
}; /* end AlgebraicKernelForCircles::Polynomial_1_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,5 @@ Concept for points on circles, circular arcs or line arcs.
|
||||||
class CircularKernel::CircularArcPoint_2 {
|
class CircularKernel::CircularArcPoint_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end CircularKernel::CircularArcPoint_2 */
|
}; /* end CircularKernel::CircularArcPoint_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,5 @@ namespace CGAL {
|
||||||
template< typename RT >
|
template< typename RT >
|
||||||
struct Algebraic_kernel_for_spheres_2_3 {
|
struct Algebraic_kernel_for_spheres_2_3 {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Algebraic_kernel_for_spheres_2_3 */
|
}; /* end Algebraic_kernel_for_spheres_2_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,5 @@ It defines the same types as `CGAL::Spherical_kernel_3`.
|
||||||
class Exact_spherical_kernel_3 {
|
class Exact_spherical_kernel_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Exact_spherical_kernel_3 */
|
}; /* end Exact_spherical_kernel_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,5 @@ template< typename RT >
|
||||||
class Polynomial_1_3 {
|
class Polynomial_1_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polynomial_1_3 */
|
}; /* end Polynomial_1_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,5 @@ template< typename FT >
|
||||||
class Polynomial_for_spheres_2_3 {
|
class Polynomial_for_spheres_2_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polynomial_for_spheres_2_3 */
|
}; /* end Polynomial_for_spheres_2_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,5 @@ template< typename FT >
|
||||||
class Polynomials_for_lines_3 {
|
class Polynomials_for_lines_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Polynomials_for_lines_3 */
|
}; /* end Polynomials_for_lines_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,5 @@ template< typename RT >
|
||||||
class Root_for_spheres_2_3 {
|
class Root_for_spheres_2_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Root_for_spheres_2_3 */
|
}; /* end Root_for_spheres_2_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept
|
||||||
class AlgebraicKernelForSpheres::Polynomial_1_3 {
|
class AlgebraicKernelForSpheres::Polynomial_1_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end AlgebraicKernelForSpheres::Polynomial_1_3 */
|
}; /* end AlgebraicKernelForSpheres::Polynomial_1_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,5 @@ capable of storing equations of circles.
|
||||||
class AlgebraicKernelForSpheres::PolynomialsForCircles_3 {
|
class AlgebraicKernelForSpheres::PolynomialsForCircles_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end AlgebraicKernelForSpheres::PolynomialsForCircles_3 */
|
}; /* end AlgebraicKernelForSpheres::PolynomialsForCircles_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,5 @@ capable of storing equations of lines.
|
||||||
class AlgebraicKernelForSpheres::PolynomialsForLines_3 {
|
class AlgebraicKernelForSpheres::PolynomialsForLines_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end AlgebraicKernelForSpheres::PolynomialsForLines_3 */
|
}; /* end AlgebraicKernelForSpheres::PolynomialsForLines_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,5 @@ Concept for line segments supported by a line that is a model of
|
||||||
class SphericalKernel::LineArc_3 {
|
class SphericalKernel::LineArc_3 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end SphericalKernel::LineArc_3 */
|
}; /* end SphericalKernel::LineArc_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -325,6 +325,8 @@ public:
|
||||||
ias >> BOOST_SERIALIZATION_NVP(*m_rfc);
|
ias >> BOOST_SERIALIZATION_NVP(*m_rfc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -295,6 +295,7 @@ public:
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -672,6 +672,8 @@ public:
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
template<class BidiIter >
|
template<class BidiIter >
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,5 @@ struct Combinatorial_map_min_items
|
||||||
template< unsigned int d >
|
template< unsigned int d >
|
||||||
struct Combinatorial_map_min_items {
|
struct Combinatorial_map_min_items {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Combinatorial_map_min_items */
|
}; /* end Combinatorial_map_min_items */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,5 @@ struct Generic_map_min_items
|
||||||
*/
|
*/
|
||||||
struct Generic_map_min_items {
|
struct Generic_map_min_items {
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Generic_map_min_items */
|
}; /* end Generic_map_min_items */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -477,5 +477,7 @@ all facets of `C`.
|
||||||
*/
|
*/
|
||||||
std::list<Facet_handle> all_facets() ;
|
std::list<Facet_handle> all_facets() ;
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
}; /* end Convex_hull_d */
|
}; /* end Convex_hull_d */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,4 @@ bidirected LEDA graph `G`.
|
||||||
template <class R>
|
template <class R>
|
||||||
void d3_surface_map(const Convex_hull_d<R>& C, GRAPH< typename Convex_hull_d<R>::Point_d ,int>& G);
|
void d3_surface_map(const Convex_hull_d<R>& C, GRAPH< typename Convex_hull_d<R>::Point_d ,int>& G);
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,5 @@ template< typename Traits >
|
||||||
class Envelope_diagram_1 {
|
class Envelope_diagram_1 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Envelope_diagram_1 */
|
}; /* end Envelope_diagram_1 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,5 @@ template< typename Kernel >
|
||||||
class Env_plane_traits_3 : public Arr_linear_traits_2<Kernel> {
|
class Env_plane_traits_3 : public Arr_linear_traits_2<Kernel> {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Env_plane_traits_3 */
|
}; /* end Env_plane_traits_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,5 @@ template< typename Kernel >
|
||||||
class Env_triangle_traits_3 : public Arr_segment_traits_2<Kernel> {
|
class Env_triangle_traits_3 : public Arr_segment_traits_2<Kernel> {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end Env_triangle_traits_3 */
|
}; /* end Env_triangle_traits_3 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -158,8 +158,6 @@ Envelope_diagram_2 (EnvTraits *traits);
|
||||||
/// @}
|
/// @}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end */
|
}; /* end */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/// \addtogroup PkgGeneratorsRef
|
/// \ingroup PkgGeneratorsRef
|
||||||
/// @{
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
The class `Combination_enumerator` is used to enumerate all fixed-size combinations
|
The class `Combination_enumerator` is used to enumerate all fixed-size combinations
|
||||||
|
|
@ -53,7 +52,7 @@ const CombinationElement & operator[](int i);
|
||||||
|
|
||||||
|
|
||||||
/// \name Access to the Enumeration
|
/// \name Access to the Enumeration
|
||||||
///@{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the size of the enumerated combinations (the parameter `k` from the class' constructor).
|
Returns the size of the enumerated combinations (the parameter `k` from the class' constructor).
|
||||||
|
|
@ -104,5 +103,3 @@ Combination_enumerator operator++(int);
|
||||||
|
|
||||||
}; /*end of class Combination_enumerator*/
|
}; /*end of class Combination_enumerator*/
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,6 @@ public:
|
||||||
*/
|
*/
|
||||||
Geomview_stream& operator<<(const Color& c);
|
Geomview_stream& operator<<(const Color& c);
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Changes the background color. Returns the old value.
|
Changes the background color. Returns the old value.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -471,6 +471,7 @@ public Q_SLOTS:
|
||||||
virtual void resize(int width, int height);
|
virtual void resize(int width, int height);
|
||||||
/*! Sets the hasMouseTracking() value. */
|
/*! Sets the hasMouseTracking() value. */
|
||||||
virtual void setMouseTracking(bool enable);
|
virtual void setMouseTracking(bool enable);
|
||||||
|
//@}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*! @name Buffer to texture */
|
/*! @name Buffer to texture */
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,5 @@ typedef My_face<Refs> Face;
|
||||||
class HalfedgeDS_items_2 {
|
class HalfedgeDS_items_2 {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end HalfedgeDS_items_2 */
|
}; /* end HalfedgeDS_items_2 */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,5 @@ typedef CGAL::HalfedgeDS_face_min_base< Refs> Face;
|
||||||
class HalfedgeDS_min_items {
|
class HalfedgeDS_min_items {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// @}
|
|
||||||
|
|
||||||
}; /* end HalfedgeDS_min_items */
|
}; /* end HalfedgeDS_min_items */
|
||||||
} /* end namespace CGAL */
|
} /* end namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ public:
|
||||||
/// @{
|
/// @{
|
||||||
typedef Gt Geom_traits;
|
typedef Gt Geom_traits;
|
||||||
typedef Tds Triangulation_data_structure;
|
typedef Tds Triangulation_data_structure;
|
||||||
/// \name
|
/// @}
|
||||||
|
|
||||||
|
|
||||||
/// \name
|
/// \name
|
||||||
|
|
|
||||||
|
|
@ -731,6 +731,7 @@ typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
/// Macro `CGAL_pragma_warning`.
|
/// Macro `CGAL_pragma_warning`.
|
||||||
|
/// @{
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
# define CGAL_pragma_warning(desc) __pragma(CGAL_WARNING(desc))
|
# define CGAL_pragma_warning(desc) __pragma(CGAL_WARNING(desc))
|
||||||
#else // not BOOST_MSVC
|
#else // not BOOST_MSVC
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue