CARMA C++
SzaFitsIo.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_SZAFITSIO_H
2 #define SZA_UTIL_SZAFITSIO_H
3 
11 #include "carma/szautil/FitsIo.h"
12 
13 namespace sza {
14  namespace util {
15 
16  class SzaFitsIo : public FitsIo {
17  public:
18 
22  SzaFitsIo();
23 
27  virtual ~SzaFitsIo();
28 
29  private:
30  }; // End class SzaFitsIo
31 
32  } // End namespace util
33 } // End namespace sza
34 
35 
36 
37 #endif // End #ifndef SZA_UTIL_SZAFITSIO_H
Tagged: Mon May 2 19:04:15 UTC 2005.