#include <FunctionInterface.hpp>
Public Member Functions | |
virtual void | evaluate (const A &argument, V &value)=0 |
Objects implementing this class template map objects of type A to objects of type B.
virtual void imaging::FunctionInterface< A, V >::evaluate | ( | const A & | argument, | |
V & | value | |||
) | [pure virtual] |
Evaluates the function at argument.