Barycentric_coordinates

This commit is contained in:
Andreas Fabri 2018-01-18 10:16:32 +00:00
parent c493359b62
commit 87b08fdccb
6 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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