SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
slip::SafePseudoHexagonal< Container > Struct Template Reference

#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_
 

Detailed Description

template<typename Container>
struct slip::SafePseudoHexagonal< Container >

Definition at line 984 of file neighborhood.hpp.

Constructor & Destructor Documentation

template<typename Container >
slip::SafePseudoHexagonal< Container >::SafePseudoHexagonal ( const Container &  cont)
inline

Definition at line 986 of file neighborhood.hpp.

Member Function Documentation

template<typename Container >
template<typename _II >
void slip::SafePseudoHexagonal< Container >::operator() ( _II  it,
std::vector< _II > &  neigh 
) const
inline

Definition at line 994 of file neighborhood.hpp.

template<typename Container >
template<typename _II >
void slip::SafePseudoHexagonal< Container >::operator() ( _II  it,
std::vector< typename std::iterator_traits< _II >::value_type > &  neigh 
) const
inline

Definition at line 1047 of file neighborhood.hpp.

Member Data Documentation

template<typename Container >
int slip::SafePseudoHexagonal< Container >::cols_

Definition at line 1101 of file neighborhood.hpp.

template<typename Container >
const Container* slip::SafePseudoHexagonal< Container >::cont_

Definition at line 1099 of file neighborhood.hpp.

template<typename Container >
int slip::SafePseudoHexagonal< Container >::rows_

Definition at line 1100 of file neighborhood.hpp.

template<typename Container >
int slip::SafePseudoHexagonal< Container >::size_max_

Definition at line 1102 of file neighborhood.hpp.


The documentation for this struct was generated from the following file: