$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::p2b::big_chess< B > Struct Template Reference

#include <mln/fun/p2b/big_chess.hh>

Public Member Functions

 big_chess (const B &box, const unsigned div)
bool operator() (const P &p) const

Public Attributes

const B & box
const unsigned div

Public Types

typedef Function_v2b< void > category
typedef big_chess< B > exact_t
typedef void mutable_result
typedef B::psite P
typedef bool result

Detailed Description

template<typename B>
struct mln::fun::p2b::big_chess< B >

Definition at line 49 of file big_chess.hh.

Constructor & Destructor Documentation

template<typename B >
mln::fun::p2b::big_chess< B >::big_chess ( const B &  box,
const unsigned  div 
)

Member Function Documentation

template<typename B >
bool mln::fun::p2b::big_chess< B >::operator() ( const P p) const

Member Data Documentation

template<typename B >
const B& mln::fun::p2b::big_chess< B >::box

Definition at line 58 of file big_chess.hh.

template<typename B >
const unsigned mln::fun::p2b::big_chess< B >::div

Definition at line 59 of file big_chess.hh.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< big_chess< B > >::category
inherited

Definition at line 162 of file function.hh.

typedef big_chess< B > mln::Object< big_chess< B > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< big_chess< B > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename B >
typedef B ::psite mln::fun::p2b::big_chess< B >::P

Definition at line 52 of file big_chess.hh.

template<typename B >
typedef bool mln::fun::p2b::big_chess< B >::result

Definition at line 51 of file big_chess.hh.