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

VxFrmFtorUfo.h

00001 /*
00002  *
00003  *  Copyright (c) 2001, TNO TPD, The Netherlands.
00004  *  All rights reserved. No part of this software may be handed to or used by persons 
00005  *  or organisation outside Kenniscentrum Watergraafsmeer (UvA-ISIS, TNO TPD) without 
00006  *  the written permission of TNO TPD.
00007  *
00008  *  Author(s):
00009  *      Jan Baan (baan@tpd.tno.nl)
00010  *      Jeroen Vendrig
00011  *
00012  * 
00013  */
00014 
00015 #ifndef VxFrmFtorUfo_h
00016 #define VxFrmFtorUfo_h
00017 
00018 
00019 #include "VxValue.h"
00020 #include "HxString.h"
00021 
00022 
00023 class VxFrmFtorUfo{
00024 public:
00025 
00026     virtual VxValue     doIt(int frame, const VxValue& input = VxValue()) = 0;
00027 
00028     virtual HxString    getInputClass() const = 0;
00029     virtual HxString    getOutputClass() const = 0;
00030 
00031     virtual HxString    name() const = 0;
00032 
00033     virtual VxFrmFtorUfo* clone() const = 0;
00034 
00035 
00036 protected:
00037     VxFrmFtorUfo() {};
00038 
00039 };
00040 
00041 #endif

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