SLIP
1.4
|
#include <neighborhood.hpp>
Public Member Functions | |
SafePseudoHexagonal (const Container &cont) | |
template<typename _II > | |
void | operator() (_II it, std::vector< _II > &neigh) const |
template<typename _II > | |
void | operator() (_II it, std::vector< typename std::iterator_traits< _II >::value_type > &neigh) const |
Public Attributes | |
const Container * | cont_ |
int | rows_ |
int | cols_ |
int | size_max_ |
Definition at line 984 of file neighborhood.hpp.
|
inline |
Definition at line 986 of file neighborhood.hpp.
|
inline |
Definition at line 994 of file neighborhood.hpp.
|
inline |
Definition at line 1047 of file neighborhood.hpp.
int slip::SafePseudoHexagonal< Container >::cols_ |
Definition at line 1101 of file neighborhood.hpp.
const Container* slip::SafePseudoHexagonal< Container >::cont_ |
Definition at line 1099 of file neighborhood.hpp.
int slip::SafePseudoHexagonal< Container >::rows_ |
Definition at line 1100 of file neighborhood.hpp.
int slip::SafePseudoHexagonal< Container >::size_max_ |
Definition at line 1102 of file neighborhood.hpp.