mirror of https://github.com/CGAL/cgal
update graph requirement
This commit is contained in:
parent
917c758108
commit
dc1b7bbfba
|
|
@ -11,7 +11,7 @@
|
|||
\cgalPkgDesc{This package provides a (1D) curve skeleton extraction algorithm for a triangulated polygonal mesh without borders based on the mean curvature flow.
|
||||
The particularity of this skeleton is that it capture the topology of the input.
|
||||
For each skeleton vertex one can obtain its location and its corresponding vertices from the input mesh.
|
||||
The code is generic and works with any model of the `HalfedgeGraph`
|
||||
The code is generic and works with any model of the `FaceListGraph`
|
||||
concept.
|
||||
}
|
||||
\cgalPkgManuals{Chapter_3D_Mean_Curvature_Skeleton,PkgMeanCurvatureSkeleton3}
|
||||
|
|
|
|||
Loading…
Reference in New Issue