summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-20 20:00:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-20 20:00:59 (GMT)
commitf69c177fa06a6f3537818ea44d78caafd6cdeb64 (patch)
treeb2b4f5626ec6d73884fa91dfccb99210b0ac2188 /tksao/frame/frame.h
parent0352ad82c2c4a26fbfedab0cd997b85f3b93e50c (diff)
downloadblt-f69c177fa06a6f3537818ea44d78caafd6cdeb64.zip
blt-f69c177fa06a6f3537818ea44d78caafd6cdeb64.tar.gz
blt-f69c177fa06a6f3537818ea44d78caafd6cdeb64.tar.bz2
new mask
Diffstat (limited to 'tksao/frame/frame.h')
-rw-r--r--tksao/frame/frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/frame.h b/tksao/frame/frame.h
index c6af322..f89a9d3 100644
--- a/tksao/frame/frame.h
+++ b/tksao/frame/frame.h
@@ -6,6 +6,7 @@
#define __frame_h__
#include "context.h"
+#include "fitsmask.h"
#include "framebase.h"
#include "colorscale.h"
@@ -23,7 +24,7 @@ class Frame : public FrameBase {
ColorScale* colorScale; // current color scale
unsigned char* colorCells; // current color values
- // List <FitsMask> mask;
+ List <FitsMask> mask;
private:
unsigned char* blend(unsigned char*, unsigned char*, int, int);