00001
00002
00008 #if !defined(__cpt_State_h__)
00009 #define __cpt_State_h__
00010
00011
00012 #include "StateBase.h"
00013
00014 BEGIN_NAMESPACE_CPT
00015
00016
00017 template<int N, typename T = double>
00018 class State;
00019
00020 END_NAMESPACE_CPT
00021
00022 #define __cpt_State1_ipp__
00023 #include "State1.ipp"
00024 #undef __cpt_State1_ipp__
00025
00026 #define __cpt_State2_ipp__
00027 #include "State2.ipp"
00028 #undef __cpt_State2_ipp__
00029
00030 #define __cpt_State3_ipp__
00031 #include "State3.ipp"
00032 #undef __cpt_State3_ipp__
00033
00034 #endif