Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - 3D - DObjectSet3DC
 

  PUBLIC
DObjectSet3DC::DObjectSet3DC(void)
DObjectSet3DC::DObjectSet3DC(bool)
DObjectSet3DC::DObjectSet3DC(DObjectSet3DBodyC &)
DObjectSet3DC::Body(void)
DObjectSet3DC::Body(void) const
DObjectSet3DC::operator +=(const DObject3DC &)
DObject3DC::Body(void)
DObject3DC::Body(void) const
DObject3DC::Render(Canvas3DC &)
DObject3DC::RenderDL(Canvas3DC &)
DObject3DC::EnableDisplayList(void)
DObject3DC::DisplayListID(void) const
DObject3DC::DisplayListID(void)
DObject3DC::Center(void)
DObject3DC::Extent(void)
RCHandleC::operator =(const RCHandleC &)
RCHandleC::DeepCopy(UIntT) const
RCHandleC::operator ==(const RCHandleC &) const
RCHandleC::operator !=(const RCHandleC &) const
RCHandleC::Hash(void) const
RCHandleC::IsValid(void) const
RCHandleC::Invalidate(void)
RCHandleC::IsHandleType(const DT &) const
RCHandleC::CheckHandleType(const DT &) const
RCHandleC::Body(void)
RCHandleC::Body(void) const
RCHandleC::References(void) const
RCHandleC::operator <<(ostream &,const RCHandleC &)
RCHandleC::operator >>(istream &,RCHandleC &)

   DObjectSet3DC   
 
Handle to basic object in a 3d world.
 
include "Ravl/GUI/DObject3D.hh"
Created:12/04/99 
Source file:Ravl/GUI/3D/DObject3D.hh
User Level:Normal
Library:RavlGUI3D
In Scope:RavlGUIN

Parent Classes: Derived Classes: Methods:
DObjectSet3DC()
Default constructor.
Creates an invalid handle.

DObjectSet3DC(bool withBod)
Constructor.

DObjectSet3DC(DObjectSet3DBodyC & bod)
Body Constructor.

DObjectSet3DBodyC & Body()

const DObjectSet3DBodyC & Body() const

const DObjectSet3DC & operator +=(const DObject3DC & obj)
Add object into list.

DObject3DBodyC & Body()
Access body.

const DObject3DBodyC & Body() const
Access body.

bool Render(Canvas3DC & c3d)
Render object.

bool RenderDL(Canvas3DC & c3d)
Render object, checking for display list.

void EnableDisplayList()
Enable generation of a display list.

IntT DisplayListID() const
Access display list ID.

IntT & DisplayListID()
Access display list ID.

Vector3dC Center()
Get center of object.
defaults to 0,0,0

RealT Extent()
Get extent of object.
defaults to 1

#include "Ravl/RefCounter.hh"
const RCHandleC<DObject3DBodyC> & operator =(const RCHandleC<DObject3DBodyC> & oth)
Assign handle.

RCHandleC<DObject3DBodyC> DeepCopy(UIntT levels = ((UIntT))) const
Do a deep copy of the object.

bool operator ==(const RCHandleC<DObject3DBodyC> & oth) const
Are handles to the same object ?

bool operator !=(const RCHandleC<DObject3DBodyC> & oth) const
Are handles to different objects ?

UIntT Hash() const
Default hash function.
This hashes on the address of the body.

bool IsValid() const
Test if this is a valid handle.

void Invalidate()
Invalidate this handle.
Unattaches the body from the handle.

bool IsHandleType(const DT &) const
Is handle of given type ?

void CheckHandleType(const DT & dummy) const
Check handle type. Throw an expception if not.

DObject3DBodyC & Body()
Access body of object.

const DObject3DBodyC & Body() const
Constant access to body of object.

UIntT References() const
Find the number of references to the body of this object.

ostream & operator <<(ostream & strm,const RCHandleC<DObject3DBodyC> & obj)

istream & operator >>(istream & strm,RCHandleC<DObject3DBodyC> & obj)


Maintainer:Charles Galambos, Created: 12/04/99, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002