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

VxFrmFtorDfo.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 VxFrmFtorDfo_h
00016 #define VxFrmFtorDfo_h
00017 
00018 
00019 #include "HxString.h"
00020 #include "VxValue.h"
00021 
00022 
00023 class VxFrmFtorDfo{
00024 public:
00025 
00026     virtual VxValue     doIt(int frame, const VxValue& input1, const VxValue& input2) = 0;
00027 
00028     virtual HxString    getInputClass() const = 0;
00029     virtual HxString    getOutputClass() const = 0;
00030     virtual HxString    name() const = 0;
00031 
00032     virtual VxFrmFtorDfo* clone() const = 0;
00033 
00034 protected:
00035     VxFrmFtorDfo() {};
00036 
00037 };
00038 
00039 #endif

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