|
Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <myvector.h>
Public Member Functions | |
| TVector () | |
| TVector (double, double, double) | |
| TVector (TPoint, TPoint) | |
| TVector (const TVector &) | |
| ~TVector () | |
| double | Length () const |
| void | Get (double &, double &, double &) const |
| void | Get (double *) const |
| double | Get (int) const |
| void | SetVector (double, double, double) |
| bool | IsZero () |
| double | X1 () const |
| double | X2 () const |
| double | X3 () const |
| TVector & | operator= (const TPoint &) |
| TVector | operator+ (const TVector &) |
| TVector | operator+ (const TPoint &) |
| TVector | operator- (const TVector &) |
| bool | operator== (const TVector &) |
Static Public Member Functions | |
| static int | getNumInstances () |
Protected Member Functions | |
| int | generateId () |
| void | Compute () |
| void | CompLength () |
Protected Attributes | |
| int | id |
| double | coors [3] |
| double | length |
Static Protected Attributes | |
| static int | numberInstance = 0 |
Friends | |
| TVector | operator* (const TVector &, double) |
| TVector | operator* (double, const TVector &) |
Definition at line 27 of file myvector.h.
| ngh::TVector::TVector | ( | ) |
Definition at line 33 of file vector.cpp.
| ngh::TVector::TVector | ( | double | xx1, |
| double | xx2, | ||
| double | xx3 | ||
| ) |
Definition at line 43 of file vector.cpp.
Definition at line 53 of file vector.cpp.
| ngh::TVector::TVector | ( | const TVector & | x | ) |
Definition at line 63 of file vector.cpp.
| ngh::TVector::~TVector | ( | ) |
Definition at line 74 of file vector.cpp.
|
protected |
Definition at line 82 of file vector.cpp.
|
protected |
|
protected |
Definition at line 29 of file vector.cpp.
| void ngh::TVector::Get | ( | double & | xx1, |
| double & | xx2, | ||
| double & | xx3 | ||
| ) | const |
| void ngh::TVector::Get | ( | double * | U | ) | const |
Definition at line 170 of file vector.cpp.
| double ngh::TVector::Get | ( | int | i | ) | const |
Definition at line 178 of file vector.cpp.
|
inlinestatic |
Definition at line 66 of file myvector.h.
| bool ngh::TVector::IsZero | ( | ) |
Definition at line 151 of file vector.cpp.
| double ngh::TVector::Length | ( | ) | const |
Definition at line 96 of file vector.cpp.
Definition at line 108 of file vector.cpp.
Definition at line 120 of file vector.cpp.
Definition at line 86 of file vector.cpp.
| bool ngh::TVector::operator== | ( | const TVector & | U | ) |
Definition at line 211 of file vector.cpp.
| void ngh::TVector::SetVector | ( | double | xx1, |
| double | xx2, | ||
| double | xx3 | ||
| ) |
| double ngh::TVector::X1 | ( | ) | const |
| double ngh::TVector::X2 | ( | ) | const |
| double ngh::TVector::X3 | ( | ) | const |
Definition at line 139 of file vector.cpp.
Definition at line 145 of file vector.cpp.
|
protected |
Definition at line 32 of file myvector.h.
|
protected |
Definition at line 30 of file myvector.h.
|
protected |
Definition at line 33 of file myvector.h.
|
staticprotected |
Definition at line 29 of file myvector.h.
1.8.11