|
Flow123d
release_2.2.0-22-g936454a
|
#include <bisector.h>


Public Member Functions | |
| TBisector () | |
| TBisector (const TPoint &, const TVector &) | |
| TBisector (const TPoint &, const TPoint &) | |
| TBisector (const TBisector &) | |
| TBisector (const Element &) | |
| ~TBisector () | |
| TBisector & | operator= (const TBisector &) |
| void | SetPoints (const TPoint &, const TPoint &) |
| bool | Belong (const TPoint &) const |
| void | SetPoint (const TPoint &) |
| const TPoint & | GetPoint () const |
| TPoint | GetPoint (double) const |
| void | GetParameter (const TPoint &, double &, bool &) const |
| void | SetVector (const TVector &) |
| const TVector & | GetVector () const |
Static Public Member Functions | |
| static int | getNumInstances () |
Protected Member Functions | |
| int | generateId () |
Protected Attributes | |
| int | id |
| TPoint * | X0 |
| TVector * | U |
Static Protected Attributes | |
| static int | numberInstance = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &, const TBisector &) |
Definition at line 29 of file bisector.h.
| TBisector::TBisector | ( | ) |
Definition at line 35 of file bisector.cpp.
Definition at line 42 of file bisector.cpp.
Definition at line 49 of file bisector.cpp.
| TBisector::TBisector | ( | const TBisector & | x | ) |
Definition at line 64 of file bisector.cpp.
| TBisector::TBisector | ( | const Element & | ele | ) |
Definition at line 56 of file bisector.cpp.
| TBisector::~TBisector | ( | ) |
Definition at line 72 of file bisector.cpp.
| bool TBisector::Belong | ( | const TPoint & | P | ) | const |
|
protected |
Definition at line 31 of file bisector.cpp.
|
inlinestatic |
Definition at line 61 of file bisector.h.
| void TBisector::GetParameter | ( | const TPoint & | P, |
| double & | t, | ||
| bool & | onBisector | ||
| ) | const |
| const TPoint & TBisector::GetPoint | ( | ) | const |
| TPoint TBisector::GetPoint | ( | double | t | ) | const |
Definition at line 114 of file bisector.cpp.
| const TVector & TBisector::GetVector | ( | ) | const |
Definition at line 77 of file bisector.cpp.
| void TBisector::SetPoint | ( | const TPoint & | P | ) |
| void TBisector::SetVector | ( | const TVector & | UU | ) |
|
friend |
Definition at line 84 of file bisector.cpp.
|
protected |
Definition at line 32 of file bisector.h.
|
staticprotected |
Definition at line 31 of file bisector.h.
|
protected |
Definition at line 35 of file bisector.h.
|
protected |
Definition at line 34 of file bisector.h.
1.8.11