diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-20 20:00:59 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-20 20:00:59 (GMT) |
commit | f69c177fa06a6f3537818ea44d78caafd6cdeb64 (patch) | |
tree | b2b4f5626ec6d73884fa91dfccb99210b0ac2188 /tksao/frame/frame.h | |
parent | 0352ad82c2c4a26fbfedab0cd997b85f3b93e50c (diff) | |
download | blt-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.h | 3 |
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); |