mirror of https://github.com/CGAL/cgal
added missing constructor
This commit is contained in:
parent
c90dc923d2
commit
dc9078221f
|
|
@ -33,7 +33,7 @@ function \ccc{convex_hull_3}.
|
|||
|
||||
Only a default constructor is required.
|
||||
|
||||
\ccConstructor{???}
|
||||
\ccConstructor{ConvexHullPolyhedron_3();}{}
|
||||
|
||||
\ccOperations
|
||||
|
||||
|
|
@ -109,8 +109,5 @@ its usage.
|
|||
}
|
||||
\ccAutoIndexingOn
|
||||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccRefIdfierPage{CGAL::Polyhedron_3}
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ three types that are default-constructable are necessary:
|
|||
|
||||
Only a copy constructor is required.
|
||||
|
||||
\ccConstructor{ConvexHullTraits_3(ConvexHullTraits_3& ch)}{copy constructor}
|
||||
\ccConstructor{ConvexHullTraits_3(ConvexHullTraits_3& ch);}{}
|
||||
|
||||
\ccOperations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue