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

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

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