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:
Enumerated types:
- 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 } ;
-
- enum DFObjectUpdateT { DFOU_ADDED, DFOU_DELETED, DFOU_CHANGED } ;
-
System of DFObjects.
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.
//////////////////////////////////////////////////
- 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:27 2002
|