summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-08 21:49:32 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-08 21:49:32 (GMT)
commite54abffba143b8184b6f514ffe605476c2e2d12f (patch)
tree304727742f8e1d3b7d26cbc2f15df2b112f2d979
parentc5efbe84df9bce345432da96604bab6d84b96124 (diff)
downloadblt-e54abffba143b8184b6f514ffe605476c2e2d12f.zip
blt-e54abffba143b8184b6f514ffe605476c2e2d12f.tar.gz
blt-e54abffba143b8184b6f514ffe605476c2e2d12f.tar.bz2
add contour scope
-rw-r--r--tksao/frame/base.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h
index d5022e9..9a5261a 100644
--- a/tksao/frame/base.h
+++ b/tksao/frame/base.h
@@ -644,8 +644,8 @@ public:
void clipZScaleLineCmd(int);
void getClipCmd();
- void getClipCmd(float);
- void getClipCmd(FrScale::ClipMode);
+ void getClipCmd(float, FrScale::ClipScope);
+ void getClipCmd(FrScale::ClipMode, FrScale::ClipScope);
void getClipMinMaxModeCmd();
void getClipMinMaxSampleCmd();
void getClipModeCmd();
@@ -675,7 +675,7 @@ public:
// Contour Commands
void contourAppendCmd(ContourLevel*);
- void contourCreateCmd(const char*, int, int, FVContour::Method, int, int, FrScale::ColorScaleType, float, float, Vector, const char*);
+ void contourCreateCmd(const char*, int, int, FVContour::Method, int, int, FrScale::ColorScaleType, float, FrScale::ClipMode, float, FrScale::ClipScope, double, double, const char*);
void contourCreatePolygonCmd();
void contourDeleteCmd();
void contourDeleteAuxCmd();
@@ -690,6 +690,7 @@ public:
void getContourCmd(Coord::CoordSystem sys, Coord::SkyFrame sky);
void getContourClipCmd();
void getContourClipModeCmd();
+ void getContourClipScopeCmd();
void getContourColorNameCmd();
void getContourDashCmd();
void getContourLevelCmd();