00001 00002 #ifndef __LASGLOBALLOOP_H 00003 #define __LASGLOBALLOOP_H 00004 00005 #include <iostream> 00006 00024 class LASGlobalLoop { 00025 00026 public: 00027 LASGlobalLoop(); 00028 bool TECLoop( int&, int&, int&, int& ) const; 00029 bool TIBTOBLoop( int&, int&, int& ) const; 00030 bool TEC2TECLoop( int&, int&, int& ) const; 00031 00032 }; 00033 00034 #endif