mirror of https://github.com/CGAL/cgal
all kernel objects should be default constructable.
This commit is contained in:
parent
d36e6b339f
commit
d006aabe4e
|
|
@ -2,7 +2,7 @@
|
|||
A type representing circles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Circle_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing directions in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Direction_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing directions in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Direction_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing isocuboids in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Iso_cuboid_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing isorectangles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Iso_rectangle_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing straight lines in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Line_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing different types of objects in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Object} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing different types of objects in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Object} \\
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefConceptPage{Kernel::Angle_2} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefConceptPage{Kernel::Angle_3} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in $d$ dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Point_d<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing rays in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Ray_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing rays in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Ray_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing segments in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Segment_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing segments in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Segment_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing spheres in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Sphere_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing tetrahedra in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Tetrahedron_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing triangles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
A type representing vectors in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Vector_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
A type representing vectors in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Vector_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing circles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Circle_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing directions in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Direction_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing directions in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Direction_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing isocuboids in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Iso_cuboid_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing isorectangles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Iso_rectangle_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing straight lines in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Line_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing different types of objects in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Object} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing different types of objects in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Object} \\
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefConceptPage{Kernel::Angle_2} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefConceptPage{Kernel::Angle_3} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing points in $d$ dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Point_d<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing rays in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Ray_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing rays in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Ray_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing segments in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Segment_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing segments in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Segment_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing spheres in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Sphere_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing tetrahedra in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Tetrahedron_3<R>} \\
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
A type representing triangles in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
|
||||
|
|
|
|||
|
|
@ -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>} \\
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
A type representing vectors in two dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Vector_2<R>} \\
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
A type representing vectors in three dimensions.
|
||||
|
||||
\ccRefines
|
||||
CopyConstructable, Assignable
|
||||
CopyConstructable, Assignable, DefaultConstructable
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Vector_3<R>} \\
|
||||
|
|
|
|||
Loading…
Reference in New Issue