Flow123d
release_2.2.0-36-g163dc99
|
#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 |
Public Member Functions inherited from 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 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 TBisector | |
int | generateId () |
Protected Attributes inherited from TBisector | |
int | id |
TPoint * | X0 |
TVector * | U |
Static Protected Attributes inherited from TBisector | |
static int | numberInstance = 0 |
Definition at line 26 of file abscissa.h.
TAbscissa::TAbscissa | ( | ) |
Definition at line 29 of file abscissa.cpp.
Definition at line 33 of file abscissa.cpp.
TAbscissa::TAbscissa | ( | const Element & | ele | ) |
Definition at line 42 of file abscissa.cpp.
TAbscissa::~TAbscissa | ( | ) |
Definition at line 62 of file abscissa.cpp.
|
private |
|
private |
BoundingBox & TAbscissa::get_bounding_box | ( | ) |
Definition at line 79 of file abscissa.cpp.
double TAbscissa::GetMax | ( | int | x | ) | const |
double TAbscissa::GetMin | ( | int | x | ) | const |
|
inlinestatic |
Definition at line 54 of file abscissa.h.
double TAbscissa::Length | ( | ) |
Definition at line 75 of file abscissa.cpp.
Definition at line 52 of file abscissa.cpp.
|
private |
Definition at line 31 of file abscissa.h.
|
private |
Definition at line 29 of file abscissa.h.
|
private |
Definition at line 33 of file abscissa.h.
|
staticprivate |
Definition at line 28 of file abscissa.h.