Public Types | Public Member Functions | Private Types | Private Member Functions

mln::fun::v2v::projection< P, dir > Struct Template Reference

#include <projection.hh>

Inheritance diagram for mln::fun::v2v::projection< P, dir >:
Inheritance graph

List of all members.

Public Types

typedef P argument
typedef Function_v2v< void > category
typedef projection< P, dir > exact_t
typedef void mutable_result
typedef point
< mln_regular_grid_from_dim(n_-1),
C_
result

Public Member Functions

result operator() (const P &p) const

Private Types

enum  { n_ = G_::dim }
typedef P::coord C_

Private Member Functions

typedef mln_grid (P) G_

Detailed Description

template<typename P, unsigned dir>
struct mln::fun::v2v::projection< P, dir >

Definition at line 48 of file projection.hh.


Member Typedef Documentation

template<typename P, unsigned dir>
typedef P mln::fun::v2v::projection< P, dir >::argument

Definition at line 58 of file projection.hh.

template<typename P, unsigned dir>
typedef P ::coord mln::fun::v2v::projection< P, dir >::C_ [private]

Definition at line 52 of file projection.hh.

typedef Function_v2v<void> mln::Function_v2v< projection< P, dir > >::category [inherited]

Reimplemented from mln::Function< projection< P, dir > >.

Definition at line 126 of file function.hh.

typedef projection< P, dir > mln::Object< projection< P, dir > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< projection< P, dir > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename P, unsigned dir>
typedef point<mln_regular_grid_from_dim(n_ - 1), C_> mln::fun::v2v::projection< P, dir >::result

Definition at line 57 of file projection.hh.


Member Enumeration Documentation

template<typename P, unsigned dir>
anonymous enum [private]
Enumerator:
n_ 

Definition at line 53 of file projection.hh.


Member Function Documentation

template<typename P, unsigned dir>
typedef mln::fun::v2v::projection< P, dir >::mln_grid (  )  [private]
template<typename P, unsigned dir>
projection< P, dir >::result mln::fun::v2v::projection< P, dir >::operator() ( const P &  p  )  const [inline]

Definition at line 69 of file projection.hh.