added missing constructor

This commit is contained in:
Susan Hert 2001-06-23 17:05:22 +00:00
parent c90dc923d2
commit dc9078221f
2 changed files with 2 additions and 5 deletions

View File

@ -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}

View File

@ -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