Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

wrapper.h

00001 // Copyright (C) 2001 Jean-Marc Valin
00002 
00003 #ifndef WRAPPER_H
00004 #define WRAPPER_H
00005 
00006 
00007 #include "UIDocument.h"
00008 #include "Network.h"
00009 #include "ParameterSet.h"
00010 #include "IntfNode.h"
00011 
00012 namespace FD {
00013 
00014 class OFWrapper {
00015    UIDocument *doc;
00016    Network *net;
00017    int count;
00018    IntfNode *intf;
00019    bool withInput;
00020 public:
00021    OFWrapper(UIDocument *_doc);
00022    ~OFWrapper();
00023    void init(const ParameterSet &params, bool withInput=false);
00024    ObjectRef process(ObjectRef in);
00025    ObjectRef process();
00026 };
00027 
00028 }//end namespace FD
00029 
00030 
00031 #endif

Generated on Wed Oct 5 14:28:56 2005 for FlowDesigner by  doxygen 1.4.4