Flow123d
release_2.2.0-21-g2806cf6
|
#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 29 of file intersectionLocal.h.
|
inline |
Definition at line 31 of file intersectionLocal.h.
|
inline |
Definition at line 33 of file intersectionLocal.h.
|
inline |
|
inline |
bool IntersectionPoint::operator== | ( | const IntersectionPoint & | IP | ) |
Definition at line 39 of file intersectionLocal.cpp.
|
friend |
|
friend |
Definition at line 44 of file intersectionLocal.h.
|
protected |
Definition at line 41 of file intersectionLocal.h.
|
protected |
Definition at line 42 of file intersectionLocal.h.