mirror of https://github.com/CGAL/cgal
CGAL: Add namespace to models in concepts
This commit is contained in:
parent
953d29cf4f
commit
7e8b6678bc
|
|
@ -6,7 +6,7 @@
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
The concept `Periodic_2DelaunayTriangulationTraits_2` is the first template parameter of the class
|
The concept `Periodic_2DelaunayTriangulationTraits_2` is the first template parameter of the class
|
||||||
`Periodic_2_Delaunay_triangulation_2`. It refines the concepts
|
`CGAL::Periodic_2_Delaunay_triangulation_2`. It refines the concepts
|
||||||
`Periodic_2TriangulationTraits_2` and `DelaunayTriangulationTraits_2`.
|
`Periodic_2TriangulationTraits_2` and `DelaunayTriangulationTraits_2`.
|
||||||
It redefines the geometric objects, predicates and constructions to work with
|
It redefines the geometric objects, predicates and constructions to work with
|
||||||
point-offset pairs. In most cases the offsets will be (0,0) and the
|
point-offset pairs. In most cases the offsets will be (0,0) and the
|
||||||
|
|
@ -123,4 +123,3 @@ public:
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end Periodic_2DelaunayTriangulationTraits_2 */
|
}; /* end Periodic_2DelaunayTriangulationTraits_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
The concept `Periodic_2TriangulationTraits_2` is the first template parameter of the classes
|
The concept `Periodic_2TriangulationTraits_2` is the first template parameter of the classes
|
||||||
`Periodic_2_triangulation_2<Traits, Tds>`. This concept provides the types of
|
`CGAL::Periodic_2_triangulation_2<Traits, Tds>`. This concept provides the types of
|
||||||
the geometric primitives used in the triangulation and some function
|
the geometric primitives used in the triangulation and some function
|
||||||
object types for the required predicates on those primitives.
|
object types for the required predicates on those primitives.
|
||||||
|
|
||||||
|
|
@ -294,4 +294,3 @@ public:
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end Periodic_2TriangulationTraits_2 */
|
}; /* end Periodic_2TriangulationTraits_2 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ functor the version without offsets.
|
||||||
\cgalHasModel `CGAL::Periodic_3_regular_triangulation_traits_3`
|
\cgalHasModel `CGAL::Periodic_3_regular_triangulation_traits_3`
|
||||||
|
|
||||||
In addition to the requirements described for the traits class
|
In addition to the requirements described for the traits class
|
||||||
RegularTriangulationTraits_3, the geometric traits class of a
|
`RegularTriangulationTraits_3`, the geometric traits class of a
|
||||||
periodic regular triangulation must fulfill the following
|
periodic regular triangulation must fulfill the following
|
||||||
requirements.
|
requirements.
|
||||||
|
|
||||||
|
|
@ -248,4 +248,3 @@ Construct_weighted_circumcenter_3 construct_weighted_circumcenter_3_object();
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end Periodic_3RegularTriangulationTraits_3 */
|
}; /* end Periodic_3RegularTriangulationTraits_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
The concept `Periodic_3TriangulationTraits_3` is the first template parameter of the class
|
The concept `Periodic_3TriangulationTraits_3` is the first template parameter of the class
|
||||||
`Periodic_3_triangulation_3`. It refines the concept
|
`CGAL::Periodic_3_triangulation_3`. It refines the concept
|
||||||
`TriangulationTraits_3` from the \cgal 3D Triangulations.
|
`TriangulationTraits_3` from the \cgal 3D Triangulations.
|
||||||
It redefines the geometric objects, predicates and constructions to
|
It redefines the geometric objects, predicates and constructions to
|
||||||
work with point-offset pairs. In most cases the offsets will be
|
work with point-offset pairs. In most cases the offsets will be
|
||||||
|
|
@ -256,4 +256,3 @@ Construct_tetrahedron_3 construct_tetrahedron_3_object();
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end Periodic_3TriangulationTraits_3 */
|
}; /* end Periodic_3TriangulationTraits_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
\cgalConcept
|
\cgalConcept
|
||||||
|
|
||||||
The concept `DelaunayTriangulationTraits_3` is the first template parameter of the class
|
The concept `DelaunayTriangulationTraits_3` is the first template parameter of the class
|
||||||
`Delaunay_triangulation_3`. It defines the geometric objects (points,
|
`CGAL::Delaunay_triangulation_3`. It defines the geometric objects (points,
|
||||||
segments...) forming the triangulation together with a few geometric
|
segments...) forming the triangulation together with a few geometric
|
||||||
predicates and constructions on these objects.
|
predicates and constructions on these objects.
|
||||||
|
|
||||||
|
|
@ -219,4 +219,3 @@ Construct_ray_3 construct_ray_3_object();
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end DelaunayTriangulationTraits_3 */
|
}; /* end DelaunayTriangulationTraits_3 */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
\cgalRefines{SpatialSortingTraits_3}
|
\cgalRefines{SpatialSortingTraits_3}
|
||||||
|
|
||||||
The concept `TriangulationTraits_3` is the first template parameter of the class
|
The concept `TriangulationTraits_3` is the first template parameter of the class
|
||||||
`Triangulation_3`. It defines the geometric objects (points, segments,
|
`CGAL::Triangulation_3`. It defines the geometric objects (points, segments,
|
||||||
triangles and tetrahedra) forming the triangulation together with a few
|
triangles and tetrahedra) forming the triangulation together with a few
|
||||||
geometric predicates and constructions on these objects: lexicographical
|
geometric predicates and constructions on these objects: lexicographical
|
||||||
comparison, orientation in case of coplanar points and orientation in space.
|
comparison, orientation in case of coplanar points and orientation in space.
|
||||||
|
|
@ -186,4 +186,3 @@ Orientation_3 orientation_3_object();
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
}; /* end TriangulationTraits_3 */
|
}; /* end TriangulationTraits_3 */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue