]> Creatis software - FrontAlgorithms.git/blob - plugins/Plugins/InvertCostFunctor.h
8e0cec2b4d4f8602bc7bb7a4cfb6a68c5b061153
[FrontAlgorithms.git] / plugins / Plugins / InvertCostFunctor.h
1 #ifndef __FPAPLUGINS__INVERTCOSTFUNCTOR__H__
2 #define __FPAPLUGINS__INVERTCOSTFUNCTOR__H__
3
4 #include <plugins/fpaPlugins_Export.h>
5 #include <cpPlugins/BaseObjects/ProcessObject.h>
6
7 namespace fpaPlugins
8 {
9   /**
10    */
11   class fpaPlugins_EXPORT InvertCostFunctor
12     : public cpPlugins::BaseObjects::ProcessObject
13   {
14     cpPluginsObject(
15       InvertCostFunctor,
16       cpPlugins::BaseObjects::ProcessObject,
17       fpaFunctors
18       );
19
20   protected:
21     template< class _TResult >
22       inline void _GD0( );
23   };
24
25 } // ecapseman
26
27 #endif // __FPAPLUGINS__INVERTCOSTFUNCTOR__H__
28
29 // eof - $RCSfile$