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::SafePrev4D8C< Container > Struct Template Reference

safe version of previous N4D8C neighborhood (only previous and existing neighbors are returned) More...

#include <neighborhood.hpp>

Public Member Functions

 SafePrev4D8C (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_
 

Detailed Description

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

safe version of previous N4D8C neighborhood (only previous and existing neighbors are returned)

Version
Fluex 1.0
Date
2013/06/07
Since
1.4.0
Author
Denis Arrivault <denis.arrivault_AT_inria.fr>

Definition at line 2818 of file neighborhood.hpp.

Constructor & Destructor Documentation

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

Definition at line 2820 of file neighborhood.hpp.

Member Function Documentation

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

Definition at line 2830 of file neighborhood.hpp.

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

Definition at line 2875 of file neighborhood.hpp.

Member Data Documentation

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

Definition at line 2923 of file neighborhood.hpp.

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

Definition at line 2919 of file neighborhood.hpp.

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

Definition at line 2922 of file neighborhood.hpp.

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

Definition at line 2924 of file neighborhood.hpp.

template<typename Container >
int slip::SafePrev4D8C< Container >::slabs_

Definition at line 2920 of file neighborhood.hpp.

template<typename Container >
int slip::SafePrev4D8C< Container >::slices_

Definition at line 2921 of file neighborhood.hpp.


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