#include <point.h>
|
int | id |
|
double | x |
|
double | y |
|
double | z |
|
Definition at line 29 of file point.h.
ngh::TPoint::TPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
ngh::TPoint::TPoint |
( |
const TPoint & |
point | ) |
|
int ngh::TPoint::generateId |
( |
| ) |
|
|
private |
double ngh::TPoint::Get |
( |
int |
i | ) |
const |
static int ngh::TPoint::getNumInstances |
( |
| ) |
|
|
inlinestatic |
bool ngh::TPoint::operator== |
( |
TPoint * |
| ) |
|
bool ngh::TPoint::operator== |
( |
const TPoint & |
P | ) |
const |
void ngh::TPoint::SetCoord |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
void ngh::TPoint::SetCoord |
( |
const TVector & |
U | ) |
|
double ngh::TPoint::X |
( |
| ) |
const |
double ngh::TPoint::Y |
( |
| ) |
const |
double ngh::TPoint::Z |
( |
| ) |
const |
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const TPoint & |
P |
|
) |
| |
|
friend |
int ngh::TPoint::numberInstance = 0 |
|
staticprivate |
The documentation for this class was generated from the following files:
- /opt/flow123d/flow123d/src/mesh/ngh/include/point.h
- /opt/flow123d/flow123d/src/mesh/ngh/src/point.cpp