LBIBCell
|
The CDEDirectionsIteratorD2Q4 class Provides methods to handle the Directions. Use the Function Directions() to access this class. More...
#include <Direction.hpp>
Public Member Functions | |
CDEDirectionsIteratorD2Q4 () | |
~CDEDirectionsIteratorD2Q4 () | |
std::array< Direction, 4 > ::const_iterator | begin () const |
begin To allow ranged based loop to iterate over this class More... | |
std::array< Direction, 4 > ::const_iterator | end () const |
end To allow ranged based loop to iterate over this class More... | |
The CDEDirectionsIteratorD2Q4 class Provides methods to handle the Directions. Use the Function Directions() to access this class.
Definition at line 91 of file Direction.hpp.
|
inline |
constructor
Definition at line 96 of file Direction.hpp.
|
inline |
non virtual destructor do not inherit from this class
Definition at line 101 of file Direction.hpp.
std::array< Direction, 4 >::const_iterator LbmLib::CDEDirectionsIteratorD2Q4::begin | ( | ) | const |
begin To allow ranged based loop to iterate over this class
Definition at line 73 of file Direction.cpp.
std::array< Direction, 4 >::const_iterator LbmLib::CDEDirectionsIteratorD2Q4::end | ( | ) | const |
end To allow ranged based loop to iterate over this class
Definition at line 77 of file Direction.cpp.