Public Member Functions

mln::internal::check::image_all_< E > Struct Template Reference

#include <image_all.hh>

Inheritance diagram for mln::internal::check::image_all_< E >:
Inheritance graph

List of all members.

Public Member Functions

unsigned index_of_point (const P &p) const
 Give the offset of the site p.

Detailed Description

template<typename E>
struct mln::internal::check::image_all_< E >

Definition at line 49 of file image_all.hh.


Member Function Documentation

unsigned mln::internal::check::image_fastest_< E, mln::metal::equal< mln_trait_image_speed(E), trait::image::speed::fastest >::eval >::index_of_point ( const P &  p  )  const [inherited]

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)