$extrastylesheet
#include <mln/fun/x2p/closest_point.hh>
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 |
Public Types | |
typedef algebra::vec< P::dim, float > | input |
typedef P | result |
FIXME: doxygen + concept checking.
Definition at line 45 of file closest_point.hh.
|
inline |
Definition at line 50 of file closest_point.hh.
|
inline |
Definition at line 78 of file closest_point.hh.
|
inline |
Definition at line 58 of file closest_point.hh.
const box<P> mln::fun::x2p::closest_point< P >::box_ |
Definition at line 83 of file closest_point.hh.
|
mutable |
Definition at line 87 of file closest_point.hh.
const p_array<P>& mln::fun::x2p::closest_point< P >::X |
Definition at line 84 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.