|
Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <abscissa.h>


Public Member Functions | |
| TAbscissa () | |
| TAbscissa (const TPoint &, const TPoint &) | |
| TAbscissa (const Element &) | |
| ~TAbscissa () | |
| TAbscissa & | operator= (const TAbscissa &) |
| double | Length () |
| BoundingBox & | get_bounding_box () |
| void | SetPoints (const TPoint &, const TPoint &) |
| double | GetMin (int) const |
| double | GetMax (int) const |
| bool | IsInner (const TPoint &) const |
Public Member Functions inherited from ngh::TBisector | |
| 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 () |
Static Public Member Functions inherited from ngh::TBisector | |
| static int | getNumInstances () |
Private Member Functions | |
| int | generateId () |
| void | ComputeLength () |
Private Attributes | |
| int | id |
| BoundingBox | boundingBox |
| double | length |
Static Private Attributes | |
| static int | numberInstance = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from ngh::TBisector | |
| int | generateId () |
Protected Attributes inherited from ngh::TBisector | |
| int | id |
| TPoint * | X0 |
| TVector * | U |
Static Protected Attributes inherited from ngh::TBisector | |
| static int | numberInstance = 0 |
Definition at line 28 of file abscissa.h.
| ngh::TAbscissa::TAbscissa | ( | ) |
Definition at line 32 of file abscissa.cpp.
Definition at line 36 of file abscissa.cpp.
| ngh::TAbscissa::TAbscissa | ( | const Element & | ele | ) |
Definition at line 45 of file abscissa.cpp.
| ngh::TAbscissa::~TAbscissa | ( | ) |
Definition at line 65 of file abscissa.cpp.
|
private |
|
private |
| BoundingBox & ngh::TAbscissa::get_bounding_box | ( | ) |
Definition at line 82 of file abscissa.cpp.
| double ngh::TAbscissa::GetMax | ( | int | x | ) | const |
| double ngh::TAbscissa::GetMin | ( | int | x | ) | const |
|
inlinestatic |
Definition at line 58 of file abscissa.h.
| bool ngh::TAbscissa::IsInner | ( | const TPoint & | P | ) | const |
Definition at line 113 of file abscissa.cpp.
| double ngh::TAbscissa::Length | ( | ) |
Definition at line 78 of file abscissa.cpp.
Definition at line 55 of file abscissa.cpp.
|
private |
Definition at line 33 of file abscissa.h.
|
private |
Definition at line 31 of file abscissa.h.
|
private |
Definition at line 35 of file abscissa.h.
|
staticprivate |
Definition at line 30 of file abscissa.h.
1.8.11