summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/gzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/fitsy++/gzip.h')
-rw-r--r--tksao/fitsy++/gzip.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/tksao/fitsy++/gzip.h b/tksao/fitsy++/gzip.h
new file mode 100644
index 0000000..6769155
--- /dev/null
+++ b/tksao/fitsy++/gzip.h
@@ -0,0 +1,19 @@
+// Copyright (C) 1999-2016
+// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
+// For conditions of distribution and use, see copyright notice in "copyright"
+
+#ifndef __fitsgzip_h__
+#define __fitsgzip_h__
+
+#include "compress.h"
+
+template<class T>
+class FitsGzipm : public FitsCompressm<T> {
+ private:
+ int compressed(T*, char*, char*, int, int, int, int, int, int);
+
+ public:
+ FitsGzipm(FitsFile*);
+};
+
+#endif