imaging::FunctionalInterface Class Reference
[Core Module]

Abstract class interface for functionals depending on vector valued input data. More...

#include <FunctionalInterface.hpp>

Inheritance diagram for imaging::FunctionalInterface:

imaging::DifferentiableFunctionalInterface

List of all members.

Public Member Functions

virtual float_t operator() (const ublas::vector< float_t > &x)=0
virtual std::size_t dimension () const =0


Detailed Description

Abstract class interface for functionals depending on vector valued input data.

Member Function Documentation

virtual float_t imaging::FunctionalInterface::operator() ( const ublas::vector< float_t > &  x  )  [pure virtual]

Evaluates the functional at x.

virtual std::size_t imaging::FunctionalInterface::dimension (  )  const [pure virtual]

Returns the dimension of the input argument for this functional. In other words, this member returns the dimension of the space the functional is defined on.


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