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

HxImgFtorObserver.h

00001 /*
00002  *  Copyright (c) 1999, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Edo Poll                (poll@wins.uva.nl)
00007  *  Dennis Koelma           (koelma@wins.uva.nl)
00008  */
00009 
00010 #ifndef HxImgFtorObserver_h
00011 #define HxImgFtorObserver_h
00012 
00013 #include "HxStd.h"
00014 
00015 class HxImgFunctor;
00016 class HxImgFtorKey;
00017 
00018 
00021 class L_HXIMAGEREP HxImgFtorObserver
00022 {
00023 public:
00027     virtual int     inserted(const HxImgFtorKey&, const HxImgFunctor&) = 0;
00028 };
00029 
00030 #endif

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