mirror of https://github.com/CGAL/cgal
Added template parameter and () to the constructor code
This commit is contained in:
parent
22bd12498c
commit
d363811e83
|
|
@ -34,7 +34,7 @@ polyhedra is needed.
|
||||||
|
|
||||||
\ccThree{Nef_nary_intersection_3<Nef_polyhedron_3>;}{U}{}
|
\ccThree{Nef_nary_intersection_3<Nef_polyhedron_3>;}{U}{}
|
||||||
\ccThreeToTwo
|
\ccThreeToTwo
|
||||||
\ccConstructor{Nef_nary_intersection_3;} {initialization only.}
|
\ccConstructor{Nef_nary_intersection_3<Nef_polyhedron_3>();} {initialization only.}
|
||||||
|
|
||||||
\ccHeading{Member Functions}
|
\ccHeading{Member Functions}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ polyhedra is needed.
|
||||||
|
|
||||||
\ccThree{Nef_nary_union_3<Nef_polyhedron_3>;}{U}{}
|
\ccThree{Nef_nary_union_3<Nef_polyhedron_3>;}{U}{}
|
||||||
\ccThreeToTwo
|
\ccThreeToTwo
|
||||||
\ccConstructor{Nef_nary_union_3;} {initialization only.}
|
\ccConstructor{Nef_nary_union_3<Nef_polyhedron_3>();} {initialization only.}
|
||||||
|
|
||||||
\ccHeading{Member Functions}
|
\ccHeading{Member Functions}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue