imaging::FunctionInterface< A, V > Class Template Reference
[Core Module]

Abstract class template for functions. More...

#include <FunctionInterface.hpp>

List of all members.

Public Member Functions

virtual void evaluate (const A &argument, V &value)=0


Detailed Description

template<class A, class V>
class imaging::FunctionInterface< A, V >

Abstract class template for functions.

Objects implementing this class template map objects of type A to objects of type B.


Member Function Documentation

template<class A, class V>
virtual void imaging::FunctionInterface< A, V >::evaluate ( const A &  argument,
V &  value 
) [pure virtual]

Evaluates the function at argument.


The documentation for this class was generated from the following file:

Generated on Tue Feb 10 10:01:31 2009 for imaging2 by  doxygen 1.5.5