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

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

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