mirror of https://github.com/CGAL/cgal
remove advanced in the brief of a concept
This commit is contained in:
parent
f5d5b08d26
commit
117b7cdf04
|
|
@ -267,7 +267,6 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
|
|||
"cgalAdvancedEnd=\htmlonly[block] </div> \endhtmlonly" \
|
||||
"cgalAdvancedFunction=This is an advanced function." \
|
||||
"cgalAdvancedClass=This is an advanced class." \
|
||||
"cgalAdvancedConcept=This is an advanced concept." \
|
||||
"cgalRequiresCPP11=\warning This function requires a C++11 compiler." \
|
||||
"cgalPkgPicture{1}=<div class=\"PkgImage\"> ^^ \image html \1 ^^</div>" \
|
||||
"cgalPkgSummaryBegin=<div class=\"PkgSummary\">" \
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgInscribedAreasConcepts
|
||||
\cgalAdvancedConcept
|
||||
\cgalConcept
|
||||
|
||||
\cgalAdvancedBegin
|
||||
The concept `ExtremalPolygonTraits_2` provides the types and
|
||||
operations needed to compute a maximal \f$ k\f$-gon that can be
|
||||
inscribed into a given convex polygon.
|
||||
\cgalAdvancedEnd
|
||||
|
||||
\note `ExtremalPolygonTraits_2::Less_xy_2` and
|
||||
`ExtremalPolygonTraits_2::Orientation_2` are used for (expensive)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgLinearCellComplexConcepts
|
||||
\cgalConcept
|
||||
|
||||
The concept `LinearCellComplex` represents a linear cell complex in dimension `d`, in an ambient space of dimension `d2`. This is a model of the concept of `GenericMap` adding a requirement to ensure that each vertex of the map is associated with a model of `CellAttributeWithPoint`.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,13 +5,11 @@
|
|||
The concept `SpatialSeparator` defines the requirements for
|
||||
a separator.
|
||||
|
||||
\cgalAdvancedBegin
|
||||
A separator is a `d-1`-dimensional subspace that
|
||||
separates a `d`-dimensional space into two parts. One part of
|
||||
space is said to be on the negative side of the separator and the
|
||||
other part of space is said to be on the positive side of the
|
||||
separator.
|
||||
\cgalAdvancedEnd
|
||||
|
||||
\cgalHasModel `CGAL::Plane_separator<FT>`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
/*!
|
||||
\ingroup PkgSpatialSearchingDConcepts
|
||||
\cgalAdvancedConcept
|
||||
\cgalConcept
|
||||
|
||||
\cgalAdvancedBegin
|
||||
The concept `Splitter` defines the requirements for a function object class implementing a splitting rule.
|
||||
\cgalAdvancedEnd
|
||||
|
||||
\cgalHasModel `CGAL::Fair<Traits, SpatialSeparator>`
|
||||
\cgalHasModel `CGAL::Median_of_rectangle<Traits, SpatialSeparator>`
|
||||
|
|
|
|||
Loading…
Reference in New Issue