summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fvcontour.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/fvcontour.h')
-rw-r--r--tksao/frame/fvcontour.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tksao/frame/fvcontour.h b/tksao/frame/fvcontour.h
index 47710d7..dcd6897 100644
--- a/tksao/frame/fvcontour.h
+++ b/tksao/frame/fvcontour.h
@@ -23,8 +23,9 @@ typedef struct {
int width;
int height;
int r;
- Matrix* mm;
+ Matrix mm;
FVContour* fv;
+ List<ContourLevel>* lcl;
} t_fvcontour_arg;
class FVContour {
@@ -66,6 +67,7 @@ public:
void update(FitsImage*);
void update(FitsImage*, FrScale*);
+ void append(List<ContourLevel>*);
void append(FitsImage*, pthread_t* thread, void* targ);
int isEmpty() {return lcontourlevel_.isEmpty();}