00001 // Rtmra.h 00002 ////////////////////////////////////////////////////////////////////// 00003 // (c) Copyright 2000-2002 Brown Deer Technology, LLC. 00004 // All rights reserved. 00005 ////////////////////////////////////////////////////////////////////// 00006 00007 #ifndef RTMRA_H 00008 #define RTMRA_H 00009 00010 #ifdef USE_STD 00011 #include <iostream> 00012 using namespace std; 00013 #else 00014 #include <iostream.h> 00015 #endif 00016 00017 #ifdef STORM_USEF 00018 #ifndef STORM_USEC 00019 #define STORM_USEC 00020 #endif 00021 #endif 00022 00023 #ifdef STORM_USEC 00024 #include "rtmrareset.h" 00025 #include "rtmrartwt.h" 00026 #include "rtmramcycle.h" 00027 #include "rtmrascalcoef.h" 00028 #include "rtmrawavcoef.h" 00029 #include "rtmrascala.h" 00030 #include "rtmrawavd.h" 00031 #include "rtmrartiwt.h" 00032 #include "rtmrartjiwt.h" 00033 #include "rtmraimcycle.h" 00034 #include "rtmraputscalcoef.h" 00035 #include "rtmraputwavcoef.h" 00036 #endif 00037 00038 #include "RtmraDim.h" 00039 00040 //----------Empty Generic Declaration for class Rtmra--------- 00041 template <typename Data_t, Rtmra_Dim Dim = scalar > 00042 class Rtmra {}; 00043 00044 #include "Rtmra_Data_t_scalar.h" 00045 #include "Rtmra_Data_t_array.h" 00046 00047 #endif 00048
1.3.6