#include <streamlines.h>
Public Member Functions | |
SL_Rectangle () | |
Empty Constructor. | |
SL_Rectangle (float left, float bottom, float right, float top) | |
Common Constructor. | |
float | GetWidth () const |
Returns the width of the velocity field (depending on the specified left and right border). | |
float | GetHeight () const |
Returns the height of the velocity field (depending on the specified top and bottom border). | |
Public Attributes | |
Dimension of the velocity field specified as borders | |
float | left |
float | bottom |
float | right |
float | top |
Definition at line 81 of file streamlines.h.
SL_Rectangle::SL_Rectangle | ( | ) | [inline] |
SL_Rectangle::SL_Rectangle | ( | float | left, | |
float | bottom, | |||
float | right, | |||
float | top | |||
) | [inline] |
float SL_Rectangle::GetWidth | ( | ) | const [inline] |
Returns the width of the velocity field (depending on the specified left and right border).
Definition at line 100 of file streamlines.h.
float SL_Rectangle::GetHeight | ( | ) | const [inline] |
Returns the height of the velocity field (depending on the specified top and bottom border).
Definition at line 104 of file streamlines.h.
float SL_Rectangle::left |
Definition at line 84 of file streamlines.h.
Referenced by StreamlineGenerator::ComputeCellPosition(), GetWidth(), StreamlineGenerator::IsOutsideBounds(), and StreamlineGenerator::StreamlineGenerator().
float SL_Rectangle::bottom |
Definition at line 84 of file streamlines.h.
Referenced by StreamlineGenerator::ComputeCellPosition(), GetHeight(), StreamlineGenerator::IsOutsideBounds(), and StreamlineGenerator::StreamlineGenerator().
float SL_Rectangle::right |
Definition at line 85 of file streamlines.h.
Referenced by GetWidth(), StreamlineGenerator::IsOutsideBounds(), and StreamlineGenerator::StreamlineGenerator().
float SL_Rectangle::top |
Definition at line 85 of file streamlines.h.
Referenced by GetHeight(), StreamlineGenerator::IsOutsideBounds(), and StreamlineGenerator::StreamlineGenerator().