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

#include <neighborhood.hpp>

Public Member Functions

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

Examples:
median_filter_ind_unsafeN.cpp, and median_filter_unsafeN.cpp.

Definition at line 435 of file neighborhood.hpp.

Constructor & Destructor Documentation

slip::N8C::N8C ( )
inline

Definition at line 438 of file neighborhood.hpp.

Member Function Documentation

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

Definition at line 442 of file neighborhood.hpp.

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

Definition at line 453 of file neighborhood.hpp.

Member Data Documentation

int slip::N8C::size_max_

Definition at line 463 of file neighborhood.hpp.


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