mirror of https://github.com/CGAL/cgal
Barycentric_coordinates
This commit is contained in:
parent
c493359b62
commit
87b08fdccb
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// CGAL headers.
|
||||
#include <CGAL/assertions.h>
|
||||
|
|
@ -441,4 +442,6 @@ private:
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_DISCRETE_HARMONIC_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// CGAL headers.
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
|
|
@ -596,4 +597,6 @@ private:
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_GENERALIZED_BARYCENTRIC_COORDINATES_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// STL headers.
|
||||
#include <vector>
|
||||
|
|
@ -509,4 +510,6 @@ private:
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_MEAN_VALUE_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// STL headers.
|
||||
#include <vector>
|
||||
|
|
@ -237,4 +238,6 @@ template<class Traits>
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_SEGMENT_COORDINATES_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// STL headers.
|
||||
#include <vector>
|
||||
|
|
@ -263,4 +264,6 @@ template<class Traits>
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_TRIANGLE_COORDINATES_2_H
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/license/Barycentric_coordinates_2.h>
|
||||
|
||||
#include <CGAL/disable_warnings.h>
|
||||
|
||||
// CGAL headers.
|
||||
#include <CGAL/assertions.h>
|
||||
|
|
@ -424,4 +425,6 @@ private:
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_WACHSPRESS_2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue