Replace Object

This commit is contained in:
Efi Fogel 2012-02-13 07:20:44 +00:00
parent 5651842b96
commit 97ed24993b
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ coincide with an arrangement vertex.
The \ccc{locate} member function used to return \ccc{CGAL::Object} up to The \ccc{locate} member function used to return \ccc{CGAL::Object} up to
\cgal{} version~3.9. Starting with \cal{} version~4.0 the return type \cgal{} version~3.9. Starting with \cal{} version~4.0 the return type
is determined by a metafunction. To preserve backwards compatibility is determined by a metafunction. To preserve backwards compatibility
\ccc{CGAL::Object} can be constructed from the new return types \ccc{CGAL::Object} can be constructed from the new return type
implicitly, but switching to the new style is recommended. To enable implicitly, but switching to the new style is recommended. To enable
the old style without any overhead, the macro the old style without any overhead, the macro
\ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any \ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any

View File

@ -33,7 +33,7 @@ The \ccc{ray_shoot_up} and \ccc{ray_shoot_down} member functions used
to return \ccc{CGAL::Object} up to \cgal{} version~3.9. Starting with to return \ccc{CGAL::Object} up to \cgal{} version~3.9. Starting with
\cal{} version~4.0 the return type is determined by a metafunction. To \cal{} version~4.0 the return type is determined by a metafunction. To
preserve backwards compatibility \ccc{CGAL::Object} can be constructed preserve backwards compatibility \ccc{CGAL::Object} can be constructed
from the new return types implicitly, but switching to the new style from the new return type implicitly, but switching to the new style
is recommended. To enable the old style without any overhead, the macro is recommended. To enable the old style without any overhead, the macro
\ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any \ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any
\cgal{} header is included. \cgal{} header is included.

View File

@ -19,7 +19,7 @@ the output sequence.
The function \ccRefName{} used to return \ccc{CGAL::Object} up to The function \ccRefName{} used to return \ccc{CGAL::Object} up to
\cgal{} version~3.9. Starting with \cal{} version~4.0 the return type \cgal{} version~3.9. Starting with \cal{} version~4.0 the return type
is determined by a metafunction. To preserve backwards compatibility is determined by a metafunction. To preserve backwards compatibility
\ccc{CGAL::Object} can be constructed from the new return types \ccc{CGAL::Object} can be constructed from the new return type
implicitly, but switching to the new style is recommended. To enable implicitly, but switching to the new style is recommended. To enable
the old style without any overhead, the macro the old style without any overhead, the macro
\ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any \ccc{CGAL_ARR_POINT_LOCATION_VERSION} can be defined to 1 before any