![]() |
|
Public Member Functions | |
coord2D (const label, const label) | |
Construct from components. | |
coord2D (const coord2D &) | |
Construct as copy. | |
~coord2D () | |
label | x () const |
label | y () const |
void | operator= (const coord2D &) |
Friends | |
coord2D | operator+ (const coord2D &, const coord2D &) |
addition + subtraction | |
coord2D | operator- (const coord2D &, const coord2D &) |
coord2D | operator/ (const coord2D &, const int &) |
modulo division |
|
Construct from components.
Definition at line 46 of file coord2DI.H. |
|
Construct as copy.
Definition at line 54 of file coord2DI.H. |
|
Definition at line 63 of file coord2DI.H. References Foam::label. |
|
Definition at line 83 of file coord2DI.H. References coord2D::X, and coord2D::Y. |
|
Definition at line 69 of file coord2DI.H. References Foam::label. |
|
Definition at line 75 of file coord2DI.H. References coord2D::X, and coord2D::Y. |
|
addition + subtraction
Definition at line 92 of file coord2DI.H. |
|
Definition at line 98 of file coord2DI.H. |
|
modulo division
|