Public Types | Protected Member Functions

mln::Neighborhood< E > Struct Template Reference

Base class for implementation classes that are neighborhoods. More...

#include <neighborhood.hh>

Inheritance diagram for mln::Neighborhood< E >:
Inheritance graph

List of all members.

Public Types

typedef Neighborhood< void > category
typedef E exact_t

Protected Member Functions

 Neighborhood ()

Detailed Description

template<typename E>
struct mln::Neighborhood< E >

Base class for implementation classes that are neighborhoods.

See also:
mln::doc::Neighborhood for a complete documentation of this class contents.

Definition at line 66 of file core/concept/neighborhood.hh.


Member Typedef Documentation

template<typename E>
typedef Neighborhood<void> mln::Neighborhood< E >::category

Reimplemented from mln::Object< E >.

Definition at line 68 of file core/concept/neighborhood.hh.

template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Neighborhood< E >::Neighborhood (  )  [inline, protected]

Definition at line 116 of file core/concept/neighborhood.hh.