Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Applications - VDF - DFAttachBodyC
 

  PUBLIC
DFAttachBodyC::DFAttachBodyC(const DFObjectC &,const Index2dC &,DFAttachPlacementT)
DFAttachBodyC::DFAttachBodyC(const DFObjectC &,DFAttachPlacementT)
DFAttachBodyC::DFAttachBodyC(BinIStreamC &)
DFAttachBodyC::DFAttachBodyC(istream &)
DFAttachBodyC::Save(ostream &) const
DFAttachBodyC::Save(BinOStreamC &) const
DFAttachBodyC::Object(void) const
DFAttachBodyC::Object(void)
DFAttachBodyC::Offset(void) const
DFAttachBodyC::Offset(void)
DFAttachBodyC::Placement(void) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   DFAttachBodyC   
 
Attachment point descriptor.
 
include "Ravl/DF/DFObject.hh"
Created:2/8/2002 
Source file:Ravl/Applications/VisualDataFlow/DFObject.hh
User Level:Normal
Library:RavlVDF
In Scope:RavlDFN

Parent Classes: Variables:
DFObjectC object;

Index2dC offset;

DFAttachPlacementT placement;

Methods:
DFAttachBodyC(const DFObjectC & obj,const Index2dC & offset,DFAttachPlacementT placement)
Attachment point.

DFAttachBodyC(const DFObjectC & obj,DFAttachPlacementT placement)
Attachment point.

DFAttachBodyC(BinIStreamC & strm)
Load from stream.

DFAttachBodyC(istream & strm)
Load from stream.

bool Save(ostream & out) const
Writes object to stream, can be loaded using constructor

bool Save(BinOStreamC & out) const
Writes object to stream, can be loaded using constructor

const DFObjectC & Object() const
Attached object.

DFObjectC & Object()
Attached object.

const Index2dC & Offset() const
Offset of attachment point.

Index2dC & Offset()
Offset of attachment point.

DFAttachPlacementT Placement() const
Get placement.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 2/8/2002, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002