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

#include <neighborhood.hpp>

Public Member Functions

 SafeN8C (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::SafeN8C< Container >

Examples:
median_filter_ind_safeN.cpp, median_filter_safe_generic.cpp, and median_filter_safeN.cpp.

Definition at line 364 of file neighborhood.hpp.

Constructor & Destructor Documentation

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

Definition at line 366 of file neighborhood.hpp.

Member Function Documentation

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

Definition at line 374 of file neighborhood.hpp.

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

Definition at line 401 of file neighborhood.hpp.

Member Data Documentation

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

Definition at line 429 of file neighborhood.hpp.

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

Definition at line 427 of file neighborhood.hpp.

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

Definition at line 428 of file neighborhood.hpp.

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

Definition at line 430 of file neighborhood.hpp.


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