summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/iis.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/fitsy++/iis.h')
-rw-r--r--tksao/fitsy++/iis.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/tksao/fitsy++/iis.h b/tksao/fitsy++/iis.h
new file mode 100644
index 0000000..a82152d
--- /dev/null
+++ b/tksao/fitsy++/iis.h
@@ -0,0 +1,20 @@
+// Copyright (C) 1999-2016
+// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
+// For conditions of distribution and use, see copyright notice in "copyright"
+
+#ifndef __fitsiis_h__
+#define __fitsiis_h__
+
+#include "file.h"
+
+class FitsIIS : public FitsFile {
+public:
+ FitsIIS(int, int);
+ ~FitsIIS();
+
+ void erase();
+ char* get(int xx, int yy, int dx, int dy);
+ void set(const char* src, int xx, int yy, int dx, int dy);
+};
+
+#endif