22 #include <LbmLib/include/nodes/EulerianPoint.hpp>
30 int y) : position_(x, y)
45 std::ostream& operator<<(
The EulerianPoint class The base class for all points with an integer position and no speed...
T x
x the value in x direction
EulerianPoint(int x, int y)
EulerianPoint Constructs a new EulerianPoint.
int getXPos() const
getXPos Getter for the X position
Field< int > getPos() const
getPos Getter for the pos
int getYPos() const
getYPos Getter for the Y position
T y
y the value in y direction