mirror of https://github.com/CGAL/cgal
Move #include of license check file
This commit is contained in:
parent
b5b24b7864
commit
16a89b8d01
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_CARTESIAN_GRID_3_H
|
||||
#define CGAL_CARTESIAN_GRID_3_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Image_3.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <array>
|
||||
#include <type_traits>
|
||||
|
|
@ -177,4 +178,4 @@ Image_3 Cartesian_grid_3<GeomTraits>::to_image() const {
|
|||
|
||||
} // end namespace CGAL
|
||||
|
||||
#endif // CGAL_CARTESIAN_GRID_3_H
|
||||
#endif // CGAL_CARTESIAN_GRID_3_H
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_DEFAULT_GRADIENT_H
|
||||
#define CGAL_DEFAULT_GRADIENT_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Cartesian_grid_3.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
|
|
@ -13,9 +13,10 @@
|
|||
#ifndef CGAL_DUAL_CONTOURING_3_H
|
||||
#define CGAL_DUAL_CONTOURING_3_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
@ -84,4 +85,4 @@ void dual_contouring(const Domain_& domain, const typename Domain_::FT iso_value
|
|||
} // namespace Isosurfacing
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_DUAL_CONTOURING_3_H
|
||||
#endif // CGAL_DUAL_CONTOURING_3_H
|
||||
|
|
|
|||
|
|
@ -12,12 +12,13 @@
|
|||
#ifndef CGAL_EXPLICIT_CARTESIAN_GRID_DOMAIN_H
|
||||
#define CGAL_EXPLICIT_CARTESIAN_GRID_DOMAIN_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Cartesian_grid_3.h>
|
||||
#include <CGAL/Default_gradients.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Base_domain.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Cartesian_grid_geometry.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Grid_topology.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
|
|
@ -12,12 +12,13 @@
|
|||
#ifndef CGAL_IMPLICIT_CARTESIAN_GRID_DOMAIN_H
|
||||
#define CGAL_IMPLICIT_CARTESIAN_GRID_DOMAIN_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Default_gradients.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Base_domain.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Cartesian_grid_geometry.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Grid_topology.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Implicit_function_with_geometry.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
|
|
@ -12,13 +12,14 @@
|
|||
#ifndef CGAL_IMPLICIT_OCTREE_DOMAIN_H
|
||||
#define CGAL_IMPLICIT_OCTREE_DOMAIN_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Default_gradients.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Base_domain.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Implicit_function_with_geometry.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Octree_geometry.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Octree_topology.h>
|
||||
#include <CGAL/Octree_wrapper.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_BASE_DOMAIN_H
|
||||
#define CGAL_BASE_DOMAIN_H
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_CARTESIAN_GRID_GEOMETRY_H
|
||||
#define CGAL_CARTESIAN_GRID_GEOMETRY_H
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Grid_topology.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Grid_topology.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
||||
|
|
|
|||
|
|
@ -13,10 +13,11 @@
|
|||
#ifndef CGAL_DUAL_CONTOURING_3_INTERNAL_DUAL_CONTOURING_3_H
|
||||
#define CGAL_DUAL_CONTOURING_3_INTERNAL_DUAL_CONTOURING_3_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/centroid.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <Eigen/SVD>
|
||||
#include <array>
|
||||
|
|
@ -347,4 +348,4 @@ public:
|
|||
} // namespace Isosurfacing
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_DUAL_CONTOURING_3_INTERNAL_DUAL_CONTOURING_3_H
|
||||
#endif // CGAL_DUAL_CONTOURING_3_INTERNAL_DUAL_CONTOURING_3_H
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_GRID_TOPOLOGY_H
|
||||
#define CGAL_GRID_TOPOLOGY_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Tables.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#include <array>
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#define CGAL_MARCHING_CUBES_3_INTERNAL_MARCHING_CUBES_3_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Tables.h>
|
||||
#ifdef CGAL_LINKED_WITH_TBB
|
||||
#include <tbb/concurrent_vector.h>
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_OCTREE_GEOMETRY_H
|
||||
#define CGAL_OCTREE_GEOMETRY_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Octree_topology.h>
|
||||
#include <CGAL/Octree_wrapper.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_OCTREE_TOPOLOGY_H
|
||||
#define CGAL_OCTREE_TOPOLOGY_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
#include <CGAL/Octree_wrapper.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#ifdef CGAL_LINKED_WITH_TBB
|
||||
|
|
|
|||
|
|
@ -41,9 +41,10 @@
|
|||
#ifndef CGAL_TMC_INTERNAL_TMC_H
|
||||
#define CGAL_TMC_INTERNAL_TMC_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Marching_cubes_3_internal.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Tables.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <array>
|
||||
|
|
@ -969,4 +970,4 @@ private:
|
|||
} // namespace Isosurfacing
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_TMC_INTERNAL_TMC_H
|
||||
#endif // CGAL_TMC_INTERNAL_TMC_H
|
||||
|
|
|
|||
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef CGAL_MARCHING_CUBES_3_H
|
||||
#define CGAL_MARCHING_CUBES_3_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Tmc_internal.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -13,10 +13,11 @@
|
|||
#ifndef CGAL_OCTREE_WRAPPER_H
|
||||
#define CGAL_OCTREE_WRAPPER_H
|
||||
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
#include <CGAL/Isosurfacing_3/internal/Tables.h>
|
||||
#include <CGAL/Octree.h>
|
||||
#include <CGAL/Orthtree/Traversals.h>
|
||||
#include <CGAL/license/Isosurfacing_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Isosurfacing {
|
||||
|
|
|
|||
Loading…
Reference in New Issue