Positions of boundaries. More...
#include <BCSides.hpp>
Public Member Functions | |
BCSides (double down, double up, double left, double right) | |
Class constructor. More... | |
BCSides (void) | |
Default constructor, initlizes to zero. | |
BCSides (const BCSides &bc) | |
Copy constructor. More... | |
BCSides & | operator= (const BCSides &bc) |
Assigment Operator. More... | |
double | GetUp (void) const |
y coordinate of the upper boundary More... | |
double | GetDown (void) const |
y coordinate of the lower boundary More... | |
double | GetLeft (void) const |
Returns the x coordinate of the left boundary. More... | |
double | GetRight (void) const |
Returns the x coordinate of the right boundary. More... | |
Positions of boundaries.
Definition at line 13 of file BCSides.hpp.
BCSides::BCSides | ( | double | down, |
double | up, | ||
double | left, | ||
double | right | ||
) |
Class constructor.
down | y coordinate of the lower boundary |
up | y coordinate of the upper boundary |
left | x coordinate of the left boundary |
right | x coordinate of the right boundary |
Definition at line 5 of file BCSides.cpp.
BCSides::BCSides | ( | const BCSides & | bc | ) |
double BCSides::GetDown | ( | void | ) | const |
y coordinate of the lower boundary
Definition at line 44 of file BCSides.cpp.
double BCSides::GetLeft | ( | void | ) | const |
Returns the x coordinate of the left boundary.
Definition at line 49 of file BCSides.cpp.
double BCSides::GetRight | ( | void | ) | const |
Returns the x coordinate of the right boundary.
Definition at line 54 of file BCSides.cpp.
double BCSides::GetUp | ( | void | ) | const |
y coordinate of the upper boundary
Definition at line 39 of file BCSides.cpp.
Assigment Operator.
bc | Other BCSides |
Definition at line 28 of file BCSides.cpp.