00001 /*
00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003 * All rights reserved.
00004 *
00005 * Author(s):
00006 * Edo Poll (poll@wins.uva.nl)
00007 */
00008
00009 #ifndef HxSubscribedImgGtor_h
00010 #define HxSubscribedImgGtor_h
00011
00012 #include "HxImageGenerator.h"
00013 #include "HxString.h"
00014
00015 class HxSubscribedImgGtor : public HxImageGenerator
00016 {
00017 public:
00018 HxSubscribedImgGtor(HxString name);
00019 virtual ~HxSubscribedImgGtor();
00020 private:
00021 HxString _name;
00022 };
00023
00024 #endif
1.2.12 written by Dimitri van Heesch,
© 1997-2001