00001 // Rtrsmra.h 00002 ////////////////////////////////////////////////////////////////////// 00003 // (c) Copyright 2000-2002 Brown Deer Technology, LLC. 00004 // All rights reserved. 00005 ////////////////////////////////////////////////////////////////////// 00006 // Created: Jun 19, 2001 00007 // Last Modified: Jul 2, 2002 00008 ////////////////////////////////////////////////////////////////////// 00009 00010 #ifndef RTRSMRA_H 00011 #define RTRSMRA_H 00012 00013 #ifdef USE_STD 00014 #include <iostream> 00015 #else 00016 #include <iostream.h> 00017 #endif 00018 00019 #ifdef STORM_USEF 00020 #ifndef STORM_USEC 00021 #define STORM_USEC 00022 #endif 00023 #endif 00024 00025 #ifdef STORM_USEC 00026 #include "rtrsmrareset.h" 00027 #include "rtrsmrartrswt.h" 00028 #include "rtrsmramcycle.h" 00029 #include "rtrsmramcyclers.h" 00030 #include "rtrsmrascalcoef.h" 00031 #include "rtrsmrascalcoefrs.h" 00032 #include "rtrsmrawavcoef.h" 00033 #include "rtrsmrawavcoefrs.h" 00034 #include "rtrsmrascala.h" 00035 #include "rtrsmrascalars.h" 00036 #include "rtrsmrawavd.h" 00037 #include "rtrsmrawavdrs.h" 00038 #include "rtrsdetectge.h" 00039 #include "rtrsdetectgt.h" 00040 #include "rtrsdetectle.h" 00041 #include "rtrsdetectlt.h" 00042 #endif 00043 00044 #include "RtmraDim.h" 00045 00046 // Empty Generic Declaration for class Rtrsmra<Data_t,Dim> 00047 template <typename Data_t, Rtmra_Dim Dim = scalar > 00048 class Rtrsmra {}; 00049 00050 #include "Rtrsmra_Data_t_scalar.h" 00051 #include "Rtrsmra_Data_t_array.h" 00052 00053 #endif 00054
1.3.6