|
Flow123d
|
#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 355 of file intersection.cpp.
Definition at line 362 of file intersection.cpp.
Definition at line 321 of file intersection.cpp.
| void GetIntersection | ( | const TAbscissa & | , |
| const TAbscissa & | , | ||
| IntersectionLocal *& | insec | ||
| ) |
Definition at line 126 of file intersection.cpp.
Definition at line 342 of file intersection.cpp.
| void GetIntersection | ( | const TBisector & | , |
| const TAbscissa & | , | ||
| IntersectionLocal *& | insec | ||
| ) |
Definition at line 316 of file intersection.cpp.
Definition at line 332 of file intersection.cpp.
| void GetIntersection | ( | const TAbscissa & | , |
| const TBisector & | , | ||
| IntersectionLocal *& | insec | ||
| ) |
Definition at line 254 of file intersection.cpp.
Definition at line 369 of file intersection.cpp.
Definition at line 481 of file intersection.cpp.
Definition at line 488 of file intersection.cpp.
| void GetIntersection | ( | const TTriangle & | , |
| const TTriangle & | , | ||
| TIntersectionType & | , | ||
| double & | |||
| ) |
Definition at line 494 of file intersection.cpp.
| void GetIntersection | ( | const TBisector & | , |
| const TTriangle & | , | ||
| IntersectionLocal *& | insec | ||
| ) |
Definition at line 588 of file intersection.cpp.
| void GetIntersection | ( | const TAbscissa & | , |
| const TTriangle & | , | ||
| IntersectionLocal *& | insec | ||
| ) |
Definition at line 768 of file intersection.cpp.
| void GetIntersection | ( | const TAbscissa & | , |
| const TTetrahedron & | , | ||
| TIntersectionType & | , | ||
| double & | |||
| ) |
Definition at line 924 of file intersection.cpp.
| void GetIntersection | ( | const TTriangle & | , |
| const TTetrahedron & | , | ||
| TIntersectionType & | , | ||
| double & | |||
| ) |
Definition at line 1004 of file intersection.cpp.
| bool QuickIntersectionTest | ( | const A & | a, |
| const B & | b | ||
| ) |
1.8.4