00001 // g1ifwt2ds_.h 00002 ////////////////////////////////////////////////////////////////////// 00003 // (c) Copyright 1994-2002 Brown Deer Technology, LLC. 00004 // All rights reserved. 00005 ////////////////////////////////////////////////////////////////////// 00006 00007 #ifndef _G1IFWT2DS__H 00008 #define _G1IFWT2DS__H 00009 00010 extern "C" { 00011 void g1ifwt2ds_( 00012 const int* Sizef2d, 00013 const int* ns, 00014 const int* size, 00015 const float* wdata, 00016 const float* sdata, 00017 const int* iflag 00018 ); 00019 } 00020 00021 #endif 00022
1.3.6