Intersection class definition. More...
#include <Intersection.hpp>
Public Member Functions | |
Intersection () | |
Intersection (const Intersection &intersection) | |
Intersection & | operator= (const Intersection &intersection) |
Friends | |
class | LocalTree |
class | ParaTree |
Intersection class definition.
The intersection is the face (edge in 2D) or portion of face shared by two octants. An intersection is defined by :
Definition at line 62 of file Intersection.hpp.
bitpit::Intersection::Intersection | ( | ) |
Default constructor of Intersection. It build a void 2D, no boundary neither process boundary intersection. Every member set to a default value 0.
Definition at line 43 of file Intersection.cpp.
bitpit::Intersection::Intersection | ( | const Intersection & | intersection | ) |
Copy constructor of Intersection.
[in] | intersection | Intersection to be copied. |
Definition at line 77 of file Intersection.cpp.
Intersection & bitpit::Intersection::operator= | ( | const Intersection & | intersection | ) |
Assigmnement operator of Intersection.
[in] | intersection | Intersection to be assigned. |
Definition at line 94 of file Intersection.cpp.
|
friend |
Definition at line 68 of file Intersection.hpp.
|
friend |
Definition at line 69 of file Intersection.hpp.