Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include "bisector.h"
#include "abscissa.h"
#include "point.h"
#include "plain.h"
#include "triangle.h"
#include "tetrahedron.h"
#include "intersectionLocal.h"
Go to the source code of this file.
Typedefs | |
typedef enum Intersections | TIntersectionType |
typedef enum Positions | TPosition |
Enumerations | |
enum | Intersections { none, unknown, point, line, area } |
enum | Positions { skew, parallel, intersecting, same, belong } |
typedef enum Intersections TIntersectionType |
enum Intersections |
Enumerator | |
---|---|
none | |
unknown | |
point | |
line | |
area |
Definition at line 12 of file intersection.h.
enum Positions |
Enumerator | |
---|---|
skew | |
parallel | |
intersecting | |
same | |
belong |
Definition at line 20 of file intersection.h.
Definition at line 356 of file intersection.cpp.
Definition at line 363 of file intersection.cpp.
Definition at line 322 of file intersection.cpp.
void GetIntersection | ( | const TAbscissa & | , |
const TAbscissa & | , | ||
IntersectionLocal *& | insec | ||
) |
Definition at line 126 of file intersection.cpp.
Definition at line 343 of file intersection.cpp.
void GetIntersection | ( | const TBisector & | , |
const TAbscissa & | , | ||
IntersectionLocal *& | insec | ||
) |
Definition at line 317 of file intersection.cpp.
Definition at line 333 of file intersection.cpp.
void GetIntersection | ( | const TAbscissa & | , |
const TBisector & | , | ||
IntersectionLocal *& | insec | ||
) |
Definition at line 255 of file intersection.cpp.
Definition at line 370 of file intersection.cpp.
Definition at line 482 of file intersection.cpp.
Definition at line 489 of file intersection.cpp.
void GetIntersection | ( | const TTriangle & | , |
const TTriangle & | , | ||
TIntersectionType & | , | ||
double & | |||
) |
Definition at line 495 of file intersection.cpp.
void GetIntersection | ( | const TBisector & | , |
const TTriangle & | , | ||
IntersectionLocal *& | insec | ||
) |
Definition at line 589 of file intersection.cpp.
void GetIntersection | ( | const TAbscissa & | , |
const TTriangle & | , | ||
IntersectionLocal *& | insec | ||
) |
Definition at line 769 of file intersection.cpp.
void GetIntersection | ( | const TAbscissa & | , |
const TTetrahedron & | , | ||
TIntersectionType & | , | ||
double & | |||
) |
Definition at line 925 of file intersection.cpp.
void GetIntersection | ( | const TTriangle & | , |
const TTetrahedron & | , | ||
TIntersectionType & | , | ||
double & | |||
) |
Definition at line 1005 of file intersection.cpp.
bool QuickIntersectionTest | ( | const A & | a, |
const B & | b | ||
) |