User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
 

namespace RavlDFN
Created: 2/8/2002
User Level:Default
Library: RavlVDF

Comments:

This file is part of RAVL, Recognition And Vision Library Copyright (C) 2002, University of Surrey This code may be redistributed under the terms of the GNU Lesser General Public License (LGPL). See the lgpl.licence file for details or see http://www.gnu.org/copyleft/lesser.html file-header-ends-here

Child Classes:

#include "Ravl/DF/DFObject.hh"

DFAttachC Attachment point descriptor.
DFObjectC Abstract handle for data flow object.
#include "Ravl/DF/Factory.hh"

FactoryC Factory base class.
#include "Ravl/DF/DFSystem.hh"

DFSystemC System of DFObjects.
#include "Ravl/DF/DFObject.hh"

DFAttachBodyC Attachment point descriptor.
#include "Ravl/DF/ViewElement.hh"

ViewElementC Element in a view.
ViewElementBodyC Element in a view.
ViewLinkC View of link between objects.
#include "Ravl/DF/DFData.hh"

DFDataC Data object.
#include "Ravl/DF/GUIEditor.hh"

DFEditorC Data flow editor.
#include "Ravl/DF/DFProcess.hh"

DFProcessC Data object.
#include "Ravl/DF/DFStreamOp.hh"

DFStreamOpC Data object.
#include "Ravl/DF/DFPort.hh"

DFPortC Port base class
DFIPortC Port base class
DFOPortC Port base class
DFIPlugC Plug base class
DFOPlugC Plug base class
#include "Ravl/DF/FactorySet.hh"

FactorySetC Set of factories.
#include "Ravl/DF/GUIView.hh"

GUIViewC View of data flow system.
#include "Ravl/DF/GUIFactory.hh"

GUIFactoryC Factory GUI.
#include "Ravl/DF/DFPump.hh"
DFPumpC Data object.
Enumerated types:

#include "Ravl/DF/DFObject.hh"
enum DFRenderModeT { DFRM_NORMAL, DFRM_SELECTED, DFRM_SHADED } ;
Render modes.

enum DFAttachPlacementT { ATTACH_TOP, ATTACH_BOTTOM, ATTACH_LEFT, ATTACH_RIGHT, ATTACH_FLOAT } ;

enum DFMouseActionT { DFMA_NONE, DFMA_SELECTDRAG, DFMA_LINK } ;

Methods:
BinOStreamC & operator <<(BinOStreamC & strm,const DFObjectC & dfo)
Write DFObjectC to stream.

BinIStreamC & operator >>(BinIStreamC & strm,DFObjectC & dfo)
Read DFObject from stream.

ostream & operator <<(ostream & strm,const DFObjectC & dfo)
Write DFObjectC to stream.

istream & operator >>(istream & strm,DFObjectC & dfo)
Attachment point descriptor.

ostream & operator <<(ostream & strm,const DFAttachC & dfa)
Write to an ostream.

istream & operator >>(istream & strm,DFAttachC & dfa)
Read from an istream.

BinOStreamC & operator <<(BinOStreamC & strm,const DFAttachC & dfa)
Write to an ostream.

BinIStreamC & operator >>(BinIStreamC & strm,DFAttachC & dfa)
Read from an istream.
//////////////////////////////////////////////////

#include "Ravl/DF/DFSystem.hh"
ostream & operator <<(ostream & strm,const DFSystemC & dfa)
Write to an ostream.

istream & operator >>(istream & strm,DFSystemC & dfa)
Read from an istream.

BinOStreamC & operator <<(BinOStreamC & strm,const DFSystemC & dfa)
Write to an ostream.

BinIStreamC & operator >>(BinIStreamC & strm,DFSystemC & dfa)
Read from an istream.


Documentation by CxxDoc: Tue Aug 13 09:59:28 2002