SLIP
1.4
|
safe version of N4D8C neighborhood (only existing neighbors are returned) More...
#include <neighborhood.hpp>
Public Member Functions | |
SafeN4D8C (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 | slabs_ |
int | slices_ |
int | rows_ |
int | cols_ |
int | size_max_ |
safe version of N4D8C neighborhood (only existing neighbors are returned)
Definition at line 2666 of file neighborhood.hpp.
|
inline |
Definition at line 2668 of file neighborhood.hpp.
|
inline |
Definition at line 2678 of file neighborhood.hpp.
|
inline |
Definition at line 2722 of file neighborhood.hpp.
int slip::SafeN4D8C< Container >::cols_ |
Definition at line 2768 of file neighborhood.hpp.
const Container* slip::SafeN4D8C< Container >::cont_ |
Definition at line 2764 of file neighborhood.hpp.
int slip::SafeN4D8C< Container >::rows_ |
Definition at line 2767 of file neighborhood.hpp.
int slip::SafeN4D8C< Container >::size_max_ |
Definition at line 2769 of file neighborhood.hpp.
int slip::SafeN4D8C< Container >::slabs_ |
Definition at line 2765 of file neighborhood.hpp.
int slip::SafeN4D8C< Container >::slices_ |
Definition at line 2766 of file neighborhood.hpp.