The EulerianPoint class The base class for all points with an integer position and no speed.
More...
#include <EulerianPoint.hpp>
The EulerianPoint class The base class for all points with an integer position and no speed.
Definition at line 34 of file EulerianPoint.hpp.
LbmLib::nodes::EulerianPoint::EulerianPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
explicit |
Field< int > LbmLib::nodes::EulerianPoint::getPos |
( |
| ) |
const |
virtual std::string LbmLib::nodes::EulerianPoint::getType |
( |
| ) |
const |
|
pure virtual |
int LbmLib::nodes::EulerianPoint::getXPos |
( |
| ) |
const |
getXPos Getter for the X position
- Returns
- the x pos
Definition at line 33 of file EulerianPoint.cpp.
int LbmLib::nodes::EulerianPoint::getYPos |
( |
| ) |
const |
getYPos Getter for the Y position
- Returns
- the y pos
Definition at line 37 of file EulerianPoint.cpp.
The documentation for this class was generated from the following files:
- /home/tanakas/Documents/13_LBMCELL/lbmsolver/libs/LbmLib/include/nodes/EulerianPoint.hpp
- /home/tanakas/Documents/13_LBMCELL/lbmsolver/libs/LbmLib/src/nodes/EulerianPoint.cpp