Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImageRepRepository.h

00001 /*
00002  *  Copyright (c) 1998, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Dennis Koelma (koelma@wins.uva.nl)
00007  *  Edo Poll (poll@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxImageRepRepository_h
00011 #define HxImageRepRepository_h
00012 
00013 #include "HxImageRep.h"
00014 #include "HxRepositoryTem.h"
00015 
00016 // Todo: is there anyway to get rid of this warning?
00017 // It has something to do with using template code with a non template
00018 // base class in another library.
00019 
00020 #pragma warning (disable : 4275)
00021 
00022 class L_HXIMAGEREP HxImageRepRepository : public HxRepositoryTem<HxImageRep>
00023 {
00024 public:
00025     static HxImageRepRepository&    instance();
00026 private:
00027                                     HxImageRepRepository();
00028 };
00029 
00030 #pragma warning (default : 4275)
00031 
00032 #endif

Generated on Tue Feb 3 14:18:36 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001