PABLO  0.1
PArallel Balanced Linear Octree
 All Classes Functions Variables Pages
Class_Intersection.hpp
1 #ifndef CLASS_INTERSECTION_HPP_
2 #define CLASS_INTERSECTION_HPP_
3 
4 // =================================================================================== //
5 // INCLUDES //
6 // =================================================================================== //
7 #include "preprocessor_defines.dat"
8 #include "Class_Global.hpp"
9 #include <vector>
10 #include <string.h>
11 #include "inlinedFunct.hpp"
12 
13 // =================================================================================== //
14 // NAME SPACES //
15 // =================================================================================== //
16 using namespace std;
17 
18 
19 // =================================================================================== //
20 // CLASS DEFINITION //
21 // =================================================================================== //
22 
43 template<int dim>
45 
46 #include "Class_Intersection_3D.tpp"
47 #include "Class_Intersection_2D.tpp"
48 
49 
50 #endif /* CLASS_INTERSECTION_HPP_ */
Intersection class definition.