C:/cmcintos/defOrgs/examples/vesselCrawler/source/Beh_Fitting.h

00001 #if defined (_MSC_VER) && (_MSC_VER >= 1000)
00002 #pragma once
00003 #endif
00004 #ifndef _INC_BEH_FITTING
00005 #define _INC_BEH_FITTING
00006 
00007 #include "Behavior.h"
00008 
00009 namespace mial{
00010 
00012 
00017         template<class Type, int nDims> 
00018         class Beh_Fitting 
00019                 : public Behavior<Type, nDims>
00020         {
00021         public:
00022                 
00023                 virtual bool run(void* i, bool stream = false);
00024                 Beh_Fitting();
00025         };
00026 }//end mial
00027 #include "Beh_Fitting.cxx"
00028 #endif 

Generated on Wed Jul 19 13:05:16 2006 for IDO by  doxygen 1.4.7