mirror of https://github.com/CGAL/cgal
parent
29ed736571
commit
a0e7a6e4e4
|
|
@ -118,7 +118,7 @@ public:
|
||||||
void cleanup_cache() const;
|
void cleanup_cache() const;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns a pointer to the used algerbaic kernel object.
|
Returns a pointer to the used algebraic kernel object.
|
||||||
*/
|
*/
|
||||||
const Algebraic_kernel_d_1* algebraic_kernel_d_1() const;
|
const Algebraic_kernel_d_1* algebraic_kernel_d_1() const;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1237,7 +1237,7 @@ public:
|
||||||
//! \brief checks whether curve has only finitely many self-intersection
|
//! \brief checks whether curve has only finitely many self-intersection
|
||||||
//! points, i.e., it has no self-overlapped continuous parts
|
//! points, i.e., it has no self-overlapped continuous parts
|
||||||
//!
|
//!
|
||||||
//! for algerbaic curves this means that supporting polynomial is
|
//! for algebraic curves this means that supporting polynomial is
|
||||||
//! square-free
|
//! square-free
|
||||||
struct Has_finite_number_of_self_intersections_2 :
|
struct Has_finite_number_of_self_intersections_2 :
|
||||||
public CGAL::cpp98::unary_function< Polynomial_2, bool > {
|
public CGAL::cpp98::unary_function< Polynomial_2, bool > {
|
||||||
|
|
@ -1252,7 +1252,7 @@ public:
|
||||||
//! \brief checks whether a curve pair has finitely many intersections,
|
//! \brief checks whether a curve pair has finitely many intersections,
|
||||||
//! in other words, whether two curves have no continuous common part
|
//! in other words, whether two curves have no continuous common part
|
||||||
//!
|
//!
|
||||||
//! in case of algerbaic curves: checks whether supporting polynomials are
|
//! in case of algebraic curves: checks whether supporting polynomials are
|
||||||
//! coprime
|
//! coprime
|
||||||
struct Has_finite_number_of_intersections_2 :
|
struct Has_finite_number_of_intersections_2 :
|
||||||
public CGAL::cpp98::binary_function< Curve_analysis_2, Curve_analysis_2, bool > {
|
public CGAL::cpp98::binary_function< Curve_analysis_2, Curve_analysis_2, bool > {
|
||||||
|
|
|
||||||
|
|
@ -16862,7 +16862,7 @@ Contains C code."
|
||||||
, title = "A polyhedron representation for computer vision"
|
, title = "A polyhedron representation for computer vision"
|
||||||
, booktitle = "Proc. AFIPS Natl. Comput. Conf."
|
, booktitle = "Proc. AFIPS Natl. Comput. Conf."
|
||||||
, volume = 44
|
, volume = 44
|
||||||
, publisher = "AFIPS Press, Alrington, Va."
|
, publisher = "AFIPS Press, Arlington, Va."
|
||||||
, year = 1975
|
, year = 1975
|
||||||
, pages = "589--596"
|
, pages = "589--596"
|
||||||
, update = "98.07 bibrelex"
|
, update = "98.07 bibrelex"
|
||||||
|
|
@ -116674,7 +116674,7 @@ dither and stipple patterns."
|
||||||
|
|
||||||
@article{p-axrac-44
|
@article{p-axrac-44
|
||||||
, author = "A. L. Patterson"
|
, author = "A. L. Patterson"
|
||||||
, title = "Amibguities in the {X}-ray analysis of crystal structures"
|
, title = "Ambiguities in the {X}-ray analysis of crystal structures"
|
||||||
, journal = "Physical Review"
|
, journal = "Physical Review"
|
||||||
, volume = 65
|
, volume = 65
|
||||||
, year = 1944
|
, year = 1944
|
||||||
|
|
|
||||||
|
|
@ -367,7 +367,7 @@ public:
|
||||||
// case, to find whether a 2d point lies below/above/on a line
|
// case, to find whether a 2d point lies below/above/on a line
|
||||||
// this test is simply computing the sign of:
|
// this test is simply computing the sign of:
|
||||||
// (1) [(y3 - y1)(z2 - z1) - (z3 - z1)(y2 - y1)] * sign(y3 - y1)
|
// (1) [(y3 - y1)(z2 - z1) - (z3 - z1)(y2 - y1)] * sign(y3 - y1)
|
||||||
// abd comparing to 0, where pi = (xi, yi, zi), and p2 is compared to the
|
// and comparing it with 0, where pi = (xi, yi, zi), and p2 is compared to the
|
||||||
// line formed by p1 and p3 (in the direction p1 -> p3)
|
// line formed by p1 and p3 (in the direction p1 -> p3)
|
||||||
//
|
//
|
||||||
// for general vertical plane, we change (x, y) coordinates to (v, w),
|
// for general vertical plane, we change (x, y) coordinates to (v, w),
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ public:
|
||||||
void remove(Vertex_handle v);
|
void remove(Vertex_handle v);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Removes the vertices in the iterator range `[firs, last)` from the triangulation.
|
Removes the vertices in the iterator range `[first, last)` from the triangulation.
|
||||||
\pre all vertices in `[first, last)` are vertices of the triangulation.
|
\pre all vertices in `[first, last)` are vertices of the triangulation.
|
||||||
*/
|
*/
|
||||||
template <class VertexRemoveIterator>
|
template <class VertexRemoveIterator>
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ The class expects two template parameters.
|
||||||
bool remove(Vertex_handle v);
|
bool remove(Vertex_handle v);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Removes the vertices in the iterator range `[firs, last)` from the triangulation.
|
Removes the vertices in the iterator range `[first, last)` from the triangulation.
|
||||||
\pre all vertices in `[first, last)` are vertices of the triangulation.
|
\pre all vertices in `[first, last)` are vertices of the triangulation.
|
||||||
*/
|
*/
|
||||||
template <class VertexRemoveIterator>
|
template <class VertexRemoveIterator>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue