LBIBCell
|
The DirectionOperations_ class Provides methods to handle the Directions. Use the Function Directions() to access this class. More...
#include <Direction.hpp>
Public Member Functions | |
DirectionIterator () | |
~DirectionIterator () | |
std::array< Direction, 9 > ::const_iterator | begin () const |
begin To allow ranged based loop to iterate over this class More... | |
std::array< Direction, 9 > ::const_iterator | end () const |
end To allow ranged based loop to iterate over this class More... | |
The DirectionOperations_ class Provides methods to handle the Directions. Use the Function Directions() to access this class.
Definition at line 57 of file Direction.hpp.
|
inline |
constructor declared private
Definition at line 62 of file Direction.hpp.
|
inline |
non virtual destructor do not inherit from this class
Definition at line 67 of file Direction.hpp.
std::array< Direction, 9 >::const_iterator LbmLib::DirectionIterator::begin | ( | ) | const |
begin To allow ranged based loop to iterate over this class
Definition at line 63 of file Direction.cpp.
std::array< Direction, 9 >::const_iterator LbmLib::DirectionIterator::end | ( | ) | const |
end To allow ranged based loop to iterate over this class
Definition at line 67 of file Direction.cpp.