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

#include <mln/core/concept/window.hh>

Protected Member Functions

 Window ()

Public Types

typedef Window< void > category
typedef E exact_t

Related Functions

(Note that these are not member functions.)

template<typename I , typename W >
util::array< intnegative_offsets_wrt (const Image< I > &ima, const Window< W > &win)
template<typename I , typename W >
util::array< intoffsets_wrt (const Image< I > &ima, const Window< W > &win)
template<typename I , typename W >
util::array< intpositive_offsets_wrt (const Image< I > &ima, const Window< W > &win)

Detailed Description

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

Base class for implementation classes that are windows.

A window is the definition of a set of points located around a central point.

Definition at line 93 of file concept/window.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Window< E >::Window ( )
protected

Friends And Related Function Documentation

template<typename I , typename W >
util::array< int > negative_offsets_wrt ( const Image< I > &  ima,
const Window< W > &  win 
)
related
template<typename I , typename W >
util::array< int > offsets_wrt ( const Image< I > &  ima,
const Window< W > &  win 
)
related
template<typename I , typename W >
util::array< int > positive_offsets_wrt ( const Image< I > &  ima,
const Window< W > &  win 
)
related

Member Typedef Documentation

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

Definition at line 95 of file concept/window.hh.

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

Definition at line 105 of file object.hh.