|
Flow123d
release_2.2.0-914-gf1a3a4f
|
#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 30 of file intersectionLocal.h.
|
inline |
Definition at line 32 of file intersectionLocal.h.
|
inline |
Definition at line 34 of file intersectionLocal.h.
|
inline |
|
inline |
| bool IntersectionPoint< dimA, dimB >::operator== | ( | const IntersectionPoint & | IP | ) |
Definition at line 41 of file intersectionLocal.cpp.
|
friend |
|
friend |
Definition at line 45 of file intersectionLocal.h.
|
protected |
Definition at line 42 of file intersectionLocal.h.
|
protected |
Definition at line 43 of file intersectionLocal.h.
1.8.11