mirror of https://github.com/CGAL/cgal
Merge branch 'gsoc2013-Visibility_doc-hemmer' of ssh://scm.cgal.org/var/git/cgal-gsoc into gsoc2013-Visibility_doc-hemmer
This commit is contained in:
commit
e8b2034bb2
|
|
@ -39,18 +39,18 @@ public:
|
|||
|
||||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
/*!
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -45,18 +45,17 @@ public:
|
|||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Tag identifying whether the regularized visibility area is computed.
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_false Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -42,17 +42,17 @@ public:
|
|||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
\cgalPkgDescriptionBegin{2D Visibility Computation,PkgVisibility_2Summary}
|
||||
\cgalPkgPicture{visibility-teaser-thumbnail.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu}
|
||||
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu, Ning Xu}
|
||||
\cgalPkgDesc{This package provides several variants to compute
|
||||
the visibility area of a point within polygonal regions in two dimensions.}
|
||||
\cgalPkgManuals{Chapter_2D_Visibility_Computation,PkgVisibility_2}
|
||||
|
|
|
|||
Loading…
Reference in New Issue