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::Next4D8C Struct Reference

next N4D8C neighborhood (only next neighbors are returned) More...

#include <neighborhood.hpp>

Public Member Functions

 Next4D8C ()
 
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

int size_max_
 

Detailed Description

next N4D8C neighborhood (only next 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 3089 of file neighborhood.hpp.

Constructor & Destructor Documentation

slip::Next4D8C::Next4D8C ( )
inline

Definition at line 3092 of file neighborhood.hpp.

Member Function Documentation

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

Definition at line 3096 of file neighborhood.hpp.

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

Definition at line 3108 of file neighborhood.hpp.

Member Data Documentation

int slip::Next4D8C::size_max_

Definition at line 3119 of file neighborhood.hpp.


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