SLIP
1.4
|
safe version of next N4D8C neighborhood (only next and existing neighbors are returned) More...
#include <neighborhood.hpp>
Public Member Functions | |
SafeNext4D8C (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 next N4D8C neighborhood (only next and existing neighbors are returned)
Definition at line 2975 of file neighborhood.hpp.
|
inline |
Definition at line 2977 of file neighborhood.hpp.
|
inline |
Definition at line 2987 of file neighborhood.hpp.
|
inline |
Definition at line 3031 of file neighborhood.hpp.
int slip::SafeNext4D8C< Container >::cols_ |
Definition at line 3078 of file neighborhood.hpp.
const Container* slip::SafeNext4D8C< Container >::cont_ |
Definition at line 3074 of file neighborhood.hpp.
int slip::SafeNext4D8C< Container >::rows_ |
Definition at line 3077 of file neighborhood.hpp.
int slip::SafeNext4D8C< Container >::size_max_ |
Definition at line 3079 of file neighborhood.hpp.
int slip::SafeNext4D8C< Container >::slabs_ |
Definition at line 3075 of file neighborhood.hpp.
int slip::SafeNext4D8C< Container >::slices_ |
Definition at line 3076 of file neighborhood.hpp.