mirror of https://github.com/CGAL/cgal
moving package headers to front
This commit is contained in:
parent
159bd6de58
commit
48c1fef4d5
|
|
@ -42,7 +42,5 @@ int main(void) {
|
||||||
std::cout << "fifth child of first child: "
|
std::cout << "fifth child of first child: "
|
||||||
<< octree.local_coordinates(octree.child(octree.child(octree.root(), 0), 4)) << std::endl;
|
<< octree.local_coordinates(octree.child(octree.child(octree.root(), 0), 4)) << std::endl;
|
||||||
|
|
||||||
// TODO
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Orthtree_traits.h>
|
||||||
|
#include <CGAL/Orthtree/Split_predicates.h>
|
||||||
|
|
||||||
|
#include <CGAL/Point_set_3.h>
|
||||||
#include <CGAL/point_generators_3.h>
|
#include <CGAL/point_generators_3.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
|
||||||
#include <CGAL/Orthtree_traits.h>
|
#include <iostream>
|
||||||
#include <CGAL/Orthtree/Split_predicates.h>
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,13 @@
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
|
#include <CGAL/Octree.h>
|
||||||
|
|
||||||
|
#include <CGAL/Point_set_3.h>
|
||||||
|
#include <CGAL/point_generators_3.h>
|
||||||
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <CGAL/Octree.h>
|
|
||||||
#include <CGAL/Point_set_3.h>
|
|
||||||
|
|
||||||
#include <CGAL/point_generators_3.h>
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Orthtree/Traversals.h>
|
#include <CGAL/Orthtree/Traversals.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
|
||||||
|
|
||||||
|
#include <CGAL/Point_set_3.h>
|
||||||
#include <CGAL/point_generators_3.h>
|
#include <CGAL/point_generators_3.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Orthtree/Traversals.h>
|
#include <CGAL/Orthtree/Traversals.h>
|
||||||
|
|
||||||
#include <CGAL/point_generators_3.h>
|
#include <CGAL/point_generators_3.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <chrono>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
#include <CGAL/point_generators_3.h>
|
#include <CGAL/point_generators_3.h>
|
||||||
|
|
@ -12,6 +9,9 @@
|
||||||
#include <CGAL/Search_traits_3.h>
|
#include <CGAL/Search_traits_3.h>
|
||||||
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <chrono>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using namespace std::chrono;
|
using namespace std::chrono;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
using Point = Kernel::Point_3;
|
using Point = Kernel::Point_3;
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
#define CGAL_TRACE_STREAM std::cerr
|
#define CGAL_TRACE_STREAM std::cerr
|
||||||
|
|
||||||
#include <cassert>
|
|
||||||
#include <CGAL/Octree.h>
|
#include <CGAL/Octree.h>
|
||||||
#include <CGAL/Orthtree/Traversals.h>
|
#include <CGAL/Orthtree/Traversals.h>
|
||||||
#include <CGAL/Point_set_3.h>
|
#include <CGAL/Point_set_3.h>
|
||||||
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
|
|
||||||
using Kernel = CGAL::Simple_cartesian<double>;
|
using Kernel = CGAL::Simple_cartesian<double>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue