Public Member Functions | Protected Member Functions

mln::internal::check::image_fastest_< E, B > Struct Template Reference

FIXME. More...

#include <image_fastest.hh>

Inheritance diagram for mln::internal::check::image_fastest_< E, B >:
Inheritance graph

List of all members.

Public Member Functions

template<typename P >
unsigned index_of_point (const P &p) const
 Give the offset of the site p.

Protected Member Functions

 image_fastest_ ()

Detailed Description

template<typename E, typename B = metal::true_>
struct mln::internal::check::image_fastest_< E, B >

FIXME.

Definition at line 54 of file internal/check/image_fastest.hh.


Constructor & Destructor Documentation

template<typename E , typename B >
mln::internal::check::image_fastest_< E, B >::image_fastest_ (  )  [inline, protected]

Definition at line 86 of file internal/check/image_fastest.hh.


Member Function Documentation

template<typename E , typename B >
template<typename P >
unsigned mln::internal::check::image_fastest_< E, B >::index_of_point ( const P &  p  )  const [inline]

Give the offset of the site p.

Parameters:
[in] p A site.
Warning:
This method is final.
Precondition:
The image has to be initialized and to own the point p.
Postcondition:
p == point_at_index(result)

Definition at line 133 of file internal/check/image_fastest.hh.