mirror of https://github.com/CGAL/cgal
Add concept ConeSpanners_2
This commit is contained in:
parent
e506cd4a9c
commit
35ab88bd17
|
|
@ -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 */
|
||||
|
||||
|
|
@ -33,4 +33,12 @@
|
|||
|
||||
\cgalPkgDescriptionEnd
|
||||
|
||||
\cgalClassifedRefPages
|
||||
|
||||
## Concepts ##
|
||||
- `ConeSpanners_2`
|
||||
|
||||
## Classes ##
|
||||
- `CGAL::Yao_graph_2`
|
||||
- `CGAL::Theta_graph_2`
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue