Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::equal_pixels_fn Struct Reference

#include <algorithm.hpp>

Inheritance diagram for boost::gil::detail::equal_pixels_fn:
Collaboration diagram for boost::gil::detail::equal_pixels_fn:

Public Types

typedef bool result_type
 

Public Member Functions

template<typename V1 , typename V2 >
bool apply_compatible (const V1 &v1, const V2 &v2) const
 
result_type operator() (const std::pair< const V1 *, const V2 * > &p) const
 
result_type operator() (const V1 &v1, const V2 &v2) const
 
result_type operator() (const error_t &) const
 

Member Typedef Documentation

Member Function Documentation

template<typename V1 , typename V2 >
bool boost::gil::detail::equal_pixels_fn::apply_compatible ( const V1 &  v1,
const V2 &  v2 
) const
inline
result_type boost::gil::binary_operation_obj< equal_pixels_fn , bool >::operator() ( const std::pair< const V1 *, const V2 * > &  p) const
inlineinherited
result_type boost::gil::binary_operation_obj< equal_pixels_fn , bool >::operator() ( const V1 &  v1,
const V2 &  v2 
) const
inlineinherited
result_type boost::gil::binary_operation_obj< equal_pixels_fn , bool >::operator() ( const error_t ) const
inlineinherited

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