all kernel objects should be default constructable.

This commit is contained in:
Susan Hert 2002-08-22 18:23:00 +00:00
parent d36e6b339f
commit d006aabe4e
46 changed files with 46 additions and 48 deletions

View File

@ -2,7 +2,7 @@
A type representing circles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Circle_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing directions in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Direction_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing directions in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Direction_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing isocuboids in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Iso_cuboid_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing isorectangles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Iso_rectangle_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing straight lines (and halfspaces) in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Line_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing straight lines in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Line_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing different types of objects in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Object} \\

View File

@ -2,7 +2,7 @@
A type representing different types of objects in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Object} \\

View File

@ -2,7 +2,7 @@
A type representing planes (and halfspaces) in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Plane_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing points in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefConceptPage{Kernel::Angle_2} \\

View File

@ -2,7 +2,7 @@
A type representing points in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefConceptPage{Kernel::Angle_3} \\

View File

@ -2,7 +2,7 @@
A type representing points in $d$ dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Point_d<R>} \\

View File

@ -2,7 +2,7 @@
A type representing rays in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Ray_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing rays in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Ray_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing segments in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Segment_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing segments in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Segment_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing spheres in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Sphere_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing tetrahedra in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Tetrahedron_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing triangles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso

View File

@ -2,8 +2,7 @@
A type representing triangles in three dimensions.
\ccRefines
\ccc{CopyConstructable},
\ccc{Assignable}
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Triangle_3<R>} \\

View File

@ -3,7 +3,7 @@
A type representing vectors in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_2<R>} \\

View File

@ -3,7 +3,7 @@
A type representing vectors in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing circles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Circle_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing directions in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Direction_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing directions in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Direction_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing isocuboids in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Iso_cuboid_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing isorectangles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Iso_rectangle_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing straight lines (and halfspaces) in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Line_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing straight lines in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Line_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing different types of objects in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Object} \\

View File

@ -2,7 +2,7 @@
A type representing different types of objects in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Object} \\

View File

@ -2,7 +2,7 @@
A type representing planes (and halfspaces) in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Plane_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing points in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefConceptPage{Kernel::Angle_2} \\

View File

@ -2,7 +2,7 @@
A type representing points in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefConceptPage{Kernel::Angle_3} \\

View File

@ -2,7 +2,7 @@
A type representing points in $d$ dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Point_d<R>} \\

View File

@ -2,7 +2,7 @@
A type representing rays in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Ray_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing rays in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Ray_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing segments in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Segment_2<R>} \\

View File

@ -2,7 +2,7 @@
A type representing segments in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Segment_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing spheres in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Sphere_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing tetrahedra in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Tetrahedron_3<R>} \\

View File

@ -2,7 +2,7 @@
A type representing triangles in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso

View File

@ -2,8 +2,7 @@
A type representing triangles in three dimensions.
\ccRefines
\ccc{CopyConstructable},
\ccc{Assignable}
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Triangle_3<R>} \\

View File

@ -3,7 +3,7 @@
A type representing vectors in two dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_2<R>} \\

View File

@ -3,7 +3,7 @@
A type representing vectors in three dimensions.
\ccRefines
CopyConstructable, Assignable
CopyConstructable, Assignable, DefaultConstructable
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_3<R>} \\