|
Flow123d
jenkins-Flow123d-linux-release-multijob-198
|
#include <intersectionLocal.h>

Public Member Functions | |
| IntersectionPoint (const std::vector< double > &c1, const std::vector< double > &c2) | |
| IntersectionPoint (const IntersectionPoint &LC) | |
| const std::vector< double > & | el1_coord () const |
| const std::vector< double > & | el2_coord () const |
| bool | operator== (const IntersectionPoint &) |
Protected Attributes | |
| std::vector< double > | coord1 |
| std::vector< double > | coord2 |
Friends | |
| class | IntersectionLocal |
| IntersectionPoint * | interpolate (IntersectionPoint &A1, IntersectionPoint &A2, double t) |
Definition at line 12 of file intersectionLocal.h.
|
inline |
Definition at line 14 of file intersectionLocal.h.
|
inline |
Definition at line 16 of file intersectionLocal.h.
|
inline |
|
inline |
| bool IntersectionPoint::operator== | ( | const IntersectionPoint & | IP | ) |
Definition at line 22 of file intersectionLocal.cpp.
|
friend |
|
friend |
Definition at line 27 of file intersectionLocal.h.
|
protected |
Definition at line 24 of file intersectionLocal.h.
|
protected |
Definition at line 25 of file intersectionLocal.h.
1.8.5