Add concept ConeSpanners_2

This commit is contained in:
Andreas Fabri 2014-09-23 12:10:21 +02:00
parent e506cd4a9c
commit 35ab88bd17
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
/*!
\ingroup PkgConeBasedSpannersConcepts
\cgalConcept
The concept `ConeSpanners2` defines .
\cgalHasModel CGAL::Yao_graph_2`
*/
class ConeSpanners_2 {
public:
/// \name Types
/// @{
/*!
Point type.
*/
typedef unspecified_type Point_3;
/// @}
}; /* end ConeSpanners_2 */

View File

@ -33,4 +33,12 @@
\cgalPkgDescriptionEnd
\cgalClassifedRefPages
## Concepts ##
- `ConeSpanners_2`
## Classes ##
- `CGAL::Yao_graph_2`
- `CGAL::Theta_graph_2`
*/