summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-25 20:50:48 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-25 20:50:48 (GMT)
commit8604a6e313c037bc4be392df41bb00b0eb692434 (patch)
treee46a269d6c1ae901bd138ad1f03d806c2011a945 /tksao
parent1a9b04572570e68d2f14e520d7bd74ddab7432c9 (diff)
downloadblt-8604a6e313c037bc4be392df41bb00b0eb692434.zip
blt-8604a6e313c037bc4be392df41bb00b0eb692434.tar.gz
blt-8604a6e313c037bc4be392df41bb00b0eb692434.tar.bz2
new mask
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/base.h18
-rw-r--r--tksao/frame/frameload.C1
2 files changed, 9 insertions, 10 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h
index a1c4d78..e928964 100644
--- a/tksao/frame/base.h
+++ b/tksao/frame/base.h
@@ -838,15 +838,15 @@ public:
void loadSliceSocketGZCmd(int, const char*);
void loadSliceVarCmd(const char*, const char*);
- void loadMosaicImageAllocCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
- void loadMosaicImageAllocGZCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
- void loadMosaicImageChannelCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
- void loadMosaicImageMMapCmd(MosaicType, Coord::CoordSystem, const char*, LayerType);
- void loadMosaicImageMMapIncrCmd(MosaicType, Coord::CoordSystem, const char*, LayerType);
- void loadMosaicImageShareCmd(MosaicType, Coord::CoordSystem, ShmType, int, const char*, LayerType);
- void loadMosaicImageSocketCmd(MosaicType, Coord::CoordSystem, int, const char*, LayerType);
- void loadMosaicImageSocketGZCmd(MosaicType, Coord::CoordSystem, int, const char*, LayerType);
- void loadMosaicImageVarCmd(MosaicType, Coord::CoordSystem, const char*,const char*, LayerType);
+ virtual void loadMosaicImageAllocCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
+ virtual void loadMosaicImageAllocGZCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
+ virtual void loadMosaicImageChannelCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
+ virtual void loadMosaicImageMMapCmd(MosaicType, Coord::CoordSystem, const char*, LayerType);
+ virtual void loadMosaicImageMMapIncrCmd(MosaicType, Coord::CoordSystem, const char*, LayerType);
+ virtual void loadMosaicImageShareCmd(MosaicType, Coord::CoordSystem, ShmType, int, const char*, LayerType);
+ virtual void loadMosaicImageSocketCmd(MosaicType, Coord::CoordSystem, int, const char*, LayerType);
+ virtual void loadMosaicImageSocketGZCmd(MosaicType, Coord::CoordSystem, int, const char*, LayerType);
+ virtual void loadMosaicImageVarCmd(MosaicType, Coord::CoordSystem, const char*,const char*, LayerType);
void loadMosaicAllocCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
void loadMosaicAllocGZCmd(MosaicType, Coord::CoordSystem, const char*, const char*, LayerType);
diff --git a/tksao/frame/frameload.C b/tksao/frame/frameload.C
index 79f4b89..2cc4567 100644
--- a/tksao/frame/frameload.C
+++ b/tksao/frame/frameload.C
@@ -611,7 +611,6 @@ void Frame::loadMosaicImageVarCmd(MosaicType type, Coord::CoordSystem sys,
loadDone(cc->loadMosaicImage(VAR, fn, img, type, sys));
break;
}
-
}
// Support