Added const (eventhough it is not reflected in the output doc)

This commit is contained in:
Efi Fogel 2009-07-08 13:09:58 +00:00
parent da574ddde7
commit cc3c6a31f4
4 changed files with 11 additions and 11 deletions

View File

@ -37,7 +37,7 @@ and \ccc{X_monotone_curve_2} types, defined in the basic traits concept).
\ccHeading{Accessing Functor Objects} \ccHeading{Accessing Functor Objects}
% =================================== % ===================================
\ccMethod{Make_x_monotone_2 make_x_monotone_2_object();}{} \ccMethod{Make_x_monotone_2 make_x_monotone_2_object() const;} {}
\ccHasModels \ccHasModels
% ========== % ==========

View File

@ -55,17 +55,17 @@ supported, the \ccc{Has_merge_category} tag should be defined as
\ccHeading{Accessing Functor Objects} \ccHeading{Accessing Functor Objects}
% =================================== % ===================================
\ccMethod{Intersect_2 intersect_2_object();} {} \ccMethod{Intersect_2 intersect_2_object() const;} {}
\ccGlue \ccGlue
\ccMethod{Split_2 split_2_object();} {} \ccMethod{Split_2 split_2_object() const;} {}
The two following methods are optional. If they are supported, The two following methods are optional. If they are supported,
the \ccc{Has_merge_category} tag should be defined as \ccc{Tag_true} (and the \ccc{Has_merge_category} tag should be defined as \ccc{Tag_true} (and
\ccc{Tag_false} otherwise. \ccc{Tag_false} otherwise.
\ccMethod{Are_mergeable_2 are_mergeable_2_object();} {} \ccMethod{Are_mergeable_2 are_mergeable_2_object() const;} {}
\ccGlue \ccGlue
\ccMethod{Merge_2 merge_2_object();} {} \ccMethod{Merge_2 merge_2_object() const;} {}
\ccHasModels \ccHasModels
% ========== % ==========

View File

@ -136,7 +136,7 @@ iterators can be passed as well.
\ccConstructor{Arrangement_2<Traits, Dcel>(const Self& other);} \ccConstructor{Arrangement_2<Traits, Dcel>(const Self& other);}
{copy constructor.} {copy constructor.}
\ccConstructor{Arrangement_2<Traits, Dcel>(Traits_2 *traits);} \ccConstructor{Arrangement_2<Traits, Dcel>(const Traits_2 *traits);}
{constructs an empty arrangement that uses the given \ccc{traits} {constructs an empty arrangement that uses the given \ccc{traits}
instance for performing the geometric predicates.} instance for performing the geometric predicates.}