diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-26 16:29:46 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-26 16:29:46 (GMT) |
commit | e59c06603d7488904582b21295cdaca0cbd373f3 (patch) | |
tree | f267461f9a0efb0a2353e5f3e8b471cd79585969 /tksao/frame/contour.h | |
parent | 0bf0390422ce5ef4e7ff372d42c9983c62ddebe3 (diff) | |
download | blt-e59c06603d7488904582b21295cdaca0cbd373f3.zip blt-e59c06603d7488904582b21295cdaca0cbd373f3.tar.gz blt-e59c06603d7488904582b21295cdaca0cbd373f3.tar.bz2 |
only render contours in bbox
Diffstat (limited to 'tksao/frame/contour.h')
-rw-r--r-- | tksao/frame/contour.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/contour.h b/tksao/frame/contour.h index 853ab22..bda8cbd 100644 --- a/tksao/frame/contour.h +++ b/tksao/frame/contour.h @@ -43,7 +43,7 @@ class ContourLevel { List<Contour>& lcontour() {return lcontour_;} void list(ostream& str, FitsImage*, Coord::CoordSystem, Coord::SkyFrame); - void render(Pixmap, Coord::InternalSystem, int, int); + void render(Pixmap, Coord::InternalSystem, const BBox&); void ps(int); void updateCoords(const Matrix&); #ifdef MAC_OSX_TK @@ -84,7 +84,7 @@ class Contour { List<Vertex>& lvertex() {return lvertex_;} void list(ostream& str, FitsImage*, Coord::CoordSystem, Coord::SkyFrame); - void render(Pixmap, Coord::InternalSystem, int, int); + void render(Pixmap, Coord::InternalSystem, const BBox&); void ps(int); void updateCoords(const Matrix&); #ifdef MAC_OSX_TK |