Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

IObjectiveFunction.h

Go to the documentation of this file.
00001 
00009 # ifndef INTERFACE_IOBJECTIVEFUNCTION_H__included__
00010 # define INTERFACE_IOBJECTIVEFUNCTION_H__included__ 1
00011 
00012 # include "IFunction.h"
00013 
00014 namespace Anaphe
00015 {
00016 
00017 /*************************************************************/
00024 class IObjectiveFunction : virtual public IFunction
00025 {
00026  public:
00027 
00028   ~IObjectiveFunction() {}
00029 };
00030 
00031 } // end namespace Anaphe
00032 
00033 # endif


Anaphe documentation generated by Doxygen (www.doxygen.org)