#include <closest_point.hh>
Public Types | |
typedef algebra::vec< P::dim, float > | input |
typedef P | result |
Public Member Functions | |
closest_point (const p_array< P > &X, const box< P > &box) | |
const box< P > & | domain () const |
result | operator() (const input &Ck) const |
Public Attributes | |
const box< P > | box_ |
unsigned | log_functor_call |
const p_array< P > & | X |
Definition at line 45 of file closest_point.hh.
typedef algebra::vec<P::dim, float> mln::fun::x2p::closest_point< P >::input |
Definition at line 47 of file closest_point.hh.
typedef P mln::fun::x2p::closest_point< P >::result |
Definition at line 48 of file closest_point.hh.
mln::fun::x2p::closest_point< P >::closest_point | ( | const p_array< P > & | X, | |
const box< P > & | box | |||
) | [inline] |
Definition at line 50 of file closest_point.hh.
const box<P>& mln::fun::x2p::closest_point< P >::domain | ( | ) | const [inline] |
result mln::fun::x2p::closest_point< P >::operator() | ( | const input & | Ck | ) | const [inline] |
Definition at line 58 of file closest_point.hh.
References mln::fun::x2p::closest_point< P >::log_functor_call, and mln::fun::x2p::closest_point< P >::X.
const box<P> mln::fun::x2p::closest_point< P >::box_ |
Definition at line 83 of file closest_point.hh.
Referenced by mln::fun::x2p::closest_point< P >::domain().
unsigned mln::fun::x2p::closest_point< P >::log_functor_call [mutable] |
Definition at line 87 of file closest_point.hh.
Referenced by mln::fun::x2p::closest_point< P >::operator()().
const p_array<P>& mln::fun::x2p::closest_point< P >::X |
Definition at line 84 of file closest_point.hh.
Referenced by mln::fun::x2p::closest_point< P >::operator()().