00001 #ifndef _Beh_Fitting_txx 00002 #define _Beh_Fitting_txx 00003 00004 #include "Beh_Fitting.h" 00005 00006 namespace mial { 00007 00008 template<class Type, int nDims> 00009 Beh_Fitting<Type,nDims>::Beh_Fitting() 00010 :Behavior<Type,nDims>("Beh_Fitting") 00011 { 00012 //Default constructor 00013 } 00014 template<class Type, int nDims> 00015 bool Beh_Fitting<Type,nDims>::run(void *i, bool stream) 00016 { 00017 return false; 00018 } 00019 00020 }//end namespace mial 00021 00022 #endif