User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - 3D - DTriMesh3DC
 

  PUBLIC
DTriMesh3DC::DTriMesh3DC(void)
DTriMesh3DC::DTriMesh3DC(const TriMeshC &)
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::References(void) const
RCHandleC::operator <<(ostream &,const RCHandleC &)
RCHandleC::operator >>(istream &,RCHandleC &)

   DTriMesh3DC   
 
Draw a TriMesh
 
include "Ravl/GUI/DTriMesh3D.hh"
Created:2/4/2001 
User Level:Normal
Library:RavlGUI3D
In Scope:RavlGUIN

Parent Classes: Methods:
DTriMesh3DC()
Default constructor.
creat an invalid handle.

DTriMesh3DC(const TriMeshC & oTriMesh)
Constructor.

#include "Ravl/GUI/DObject3D.hh"
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.

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:James Smith, Created: 2/4/2001, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002