2001-09-20 05:19:47 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::Drawable< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
2001-12-25 05:56:22 +08:00
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::Drawable< / A > < / H2 > < / H2 > < BLOCKQUOTE > Pure virtual base class for drawable Geometry.< / BLOCKQUOTE >
2001-09-20 05:19:47 +08:00
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 155 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CDrawable,MDrawable.html,CImpostorSprite,MImpostorSprite.html,CGeoSet,MGeoSet.html" >
< param name = before value = "M,M,M,M|_,Mr_" >
< param name = after value = "Md_SP,Md_,M,M,M" >
< param name = indent value = "0,1,2,2,2" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.30.1" > Drawable< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.30.2" > Drawable< / A > < / B > (const <!1> < A HREF = "Drawable.html#DOC.2.30.2" > Drawable< / A > & drawable, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)
< DD > < I > Copy constructor using CopyOp to manage deep vs shallow copy< / I >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.30.3" > isSameKindAs< / A > < / B > (const <!1> < A HREF = "Object.html" > Object< / A > * obj) const
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.30.4" > className< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > & < B > < A HREF = "#DOC.2.30.6" > getParents< / A > < / B > () const
< DD > < I > Get the parent list of drawable.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > < B > < A HREF = "#DOC.2.30.7" > getParents< / A > < / B > ()
< DD > < I > Get the a copy of parent list of node.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Node.html" > Node< / A > * < B > < A HREF = "#DOC.2.30.8" > getParent< / A > < / B > (const int i)
< DD > < I > Get a single parent of Drawable.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Node.html" > Node< / A > * < B > < A HREF = "#DOC.2.30.9" > getParent< / A > < / B > (const int i) const
< DD > < I > Get a single const parent of Drawable.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const int < B > < A HREF = "#DOC.2.30.10" > getNumParents< / A > < / B > () const
< DD > < I > Get the number of parents of node.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.30.11" > setStateSet< / A > < / B > (<!1> < A HREF = "StateSet.html" > StateSet< / A > * state)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the StateSet attached to the Drawable.< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "StateSet.html" > StateSet< / A > * < B > < A HREF = "#DOC.2.30.12" > getStateSet< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DD > < I > Get the attached StateSet< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "StateSet.html" > StateSet< / A > * < B > < A HREF = "#DOC.2.30.13" > getStateSet< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the attached const StateSet< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.14" > setSupportsDisplayList< / A > < / B > (const bool flag)
2001-12-25 05:56:22 +08:00
< DD > < I > Set the drawable to it can or cannot be used in conjunction with OpenGL display lists.< / I >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const bool < B > < A HREF = "#DOC.2.30.15" > getSupportsDisplayList< / A > < / B > () const
2001-12-25 05:56:22 +08:00
< DD > < I > Get whether display lists are supported for this drawable instance< / I >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.16" > setUseDisplayList< / A > < / B > (const bool flag)
2001-09-20 05:19:47 +08:00
< DD > < I > When set to true, force the draw method to use OpenGL Display List for rendering.< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const bool < B > < A HREF = "#DOC.2.30.17" > getUseDisplayList< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Return whether OpenGL display lists are being used for rendering< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.18" > dirtyDisplayList< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DD > < I > Force a recompile on next draw() of any OpenGL display list associated with this geoset< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.19" > dirtyBound< / A > < / B > ()
2001-12-25 05:56:22 +08:00
< DD > < I > Dirty the bounding box, forcing a computeBound() on the next call to getBound().< / I >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > & < B > < A HREF = "#DOC.2.30.20" > getBound< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > get bounding box of geoset.< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.21" > compile< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state)
2001-09-20 05:19:47 +08:00
< DD > < I > Immediately compile this drawable into an OpenGL Display List.< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.23" > setDrawCallback< / A > < / B > (<!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * dc)
< DD > < I > Set the DrawCallback which allows users to attach customize the drawing of existing Drawable object< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * < B > < A HREF = "#DOC.2.30.24" > getDrawCallback< / A > < / B > ()
< DD > < I > Get the non const ComputerTransfromCallback< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * < B > < A HREF = "#DOC.2.30.25" > getDrawCallback< / A > < / B > () const
< DD > < I > Get the const ComputerTransfromCallback< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.30.26" > drawImmediateMode< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state) = 0
2001-09-20 05:19:47 +08:00
< DD > < I > draw directly ignoring an OpenGL display list which could be attached.< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.30.27" > deleteDisplayList< / A > < / B > (uint contextID, uint globj)
2001-09-20 05:19:47 +08:00
< DD > < I > use deleteDisplayList instead of glDeleteList to allow OpenGL display list to cached until they can be deleted by the OpenGL context in which they were created, specified by contextID< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.30.28" > flushDeletedDisplayLists< / A > < / B > (uint contextID)
2001-09-20 05:19:47 +08:00
< DD > < I > flush all the cached display list which need to be deleted in the OpenGL context related to contextID< / I >
2001-12-25 05:56:22 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.30.29" > getStats< / A > < / B > (<!1> < A HREF = "Statistics.html" > Statistics< / A > & )
2001-12-25 05:56:22 +08:00
< DD > < I > Collect Stistics count from Drawable< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual AttributeBitMask < B > < A HREF = "#DOC.2.30.32" > suppportsAttributeOperation< / A > < / B > () const
2001-12-25 05:56:22 +08:00
< DD > < I > return the attributes supported by applyAttrbuteOperation() as an AttributeBitMask< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual AttributeBitMask < B > < A HREF = "#DOC.2.30.33" > applyAttributeOperation< / A > < / B > (<!1> < A HREF = "AttributeFunctor.html" > AttributeFunctor< / A > & )
2001-12-25 05:56:22 +08:00
< DD > < I > return the attributes successully applied in applyAttributeUpdate< / I >
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.30.48" > draw< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state)
2001-12-25 05:56:22 +08:00
< DD > < I > draw OpenGL primitives.< / I >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "Node.html" > Node< / A > *> < B > < A HREF = "#DOC.2.30.5" > ParentList< / A > < / B >
< DD > < I > A vector of osg::Node pointers which is used to store the parent(s) of drawable< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > struct < B > < A HREF = "#DOC.2.30.22" > DrawCallback< / A > < / B > : public <!1> < A HREF = "Referenced.html" > osg::Referenced< / A >
< DD > < I > Callback attached to an Drawable which allows the users to customize the drawing of an exist Drawable object.< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef uint AttributeBitMaskenum < B > < A HREF = "#DOC.2.30.30" > AttributeBitMaskValues< / A > < / B >
2001-12-25 05:56:22 +08:00
< DT >
class < B > < A HREF = "AttributeFunctor.html" > AttributeFunctor< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > < B > < A HREF = "#DOC.2.30.39" > _parents< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "StateSet.html" > StateSet< / A > > < B > < A HREF = "#DOC.2.30.40" > _dstate< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.30.41" > _supportsDisplayList< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.30.42" > _useDisplayList< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > < B > < A HREF = "#DOC.2.30.44" > _bbox< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable bool < B > < A HREF = "#DOC.2.30.45" > _bbox_computed< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > > < B > < A HREF = "#DOC.2.30.46" > _drawCallback< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Drawable.html" > Drawable< / A > & < B > < A HREF = "#DOC.2.30.34" > operator = < / A > < / B > (const <!1> < A HREF = "Drawable.html" > Drawable< / A > & )
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.30.35" > ~Drawable< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const bool < B > < A HREF = "#DOC.2.30.36" > computeBound< / A > < / B > () const = 0
2001-09-20 05:19:47 +08:00
< DD > < I > compute the bounding box of the drawable.< / I >
2002-02-09 18:54:18 +08:00
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.37" > addParent< / A > < / B > (<!1> < A HREF = "Node.html" > osg::Node< / A > * node)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.30.38" > removeParent< / A > < / B > (<!1> < A HREF = "Node.html" > osg::Node< / A > * node)
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Members< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< uint> GLObjectList mutable GLObjectList < B > < A HREF = "#DOC.2.30.43" > _globjList< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::map< uint,std::set< uint> > static DeletedDisplayListCache DeletedDisplayListCache < B > < A HREF = "#DOC.2.30.47" > s_deletedDisplayListCache< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Object.html" > Object< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2002-02-09 18:54:18 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > cloneType< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > clone< / B > (const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & ) const
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > referenceCount< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
2001-12-25 05:56:22 +08:00
< BLOCKQUOTE > Pure virtual base class for drawable Geometry. Contains no drawing primitives
2001-09-20 05:19:47 +08:00
directly, these are provided by subclasses such as GeoSet. State attributes
for a Drawable are maintained in StateSet which the Drawable maintains
a referenced counted pointer to. Both Drawable's and StateSet's can
2001-12-25 05:56:22 +08:00
be shared for optimal memory usage and graphics performance.
< P > Subclasses should provide an instance of getStats(Statistics *st) if the subclass
contains drawing primitives. This member function should add the primitives it
draws into the Statistics class; for example add the number of quads, triangles etc
created. For an example see GeoSet.cpp:
getStats(osgUtil::Statistics *stat).
Failure to implement this routine will only result in the stats displayed for
your drawable being wrong.
Another example is in the InfinitePlane class- this draws a normal geoset AND
its own special set of quads, so this case of getPrims calls:
the normal geoset stats gs->getStats(..), and then adds the number of quads
rendered directly (it is rendered in a display list, but we do know how many
quads are in the display list).< / BLOCKQUOTE >
2001-09-20 05:19:47 +08:00
< DL >
< A NAME = "Drawable" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Drawable()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2002-02-09 18:54:18 +08:00
< A NAME = "Drawable" > < / A >
< A NAME = "DOC.2.30.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Drawable(const <!1> < A HREF = "Drawable.html#DOC.2.30.2" > Drawable< / A > & drawable, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)< / B > < / TT >
< DD > Copy constructor using CopyOp to manage deep vs shallow copy
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "isSameKindAs" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool isSameKindAs(const <!1> < A HREF = "Object.html" > Object< / A > * obj) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "className" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.4" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* className() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2002-02-09 18:54:18 +08:00
< A NAME = "ParentList" > < / A >
< A NAME = "DOC.2.30.5" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "Node.html" > Node< / A > *> ParentList< / B > < / TT >
< DD > A vector of osg::Node pointers which is used to store the parent(s) of drawable
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getParents" > < / A >
< A NAME = "DOC.2.30.6" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > & getParents() const < / B > < / TT >
< DD > Get the parent list of drawable.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getParents" > < / A >
< A NAME = "DOC.2.30.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > getParents()< / B > < / TT >
< DD > Get the a copy of parent list of node. A copy is returned to
prevent modification of the parent list.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getParent" > < / A >
< A NAME = "DOC.2.30.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Node.html" > Node< / A > * getParent(const int i)< / B > < / TT >
< DD > Get a single parent of Drawable.
< DL > < DT > < DT > < B > Parameters:< / B > < DD > < B > i< / B > - index of the parent to get.
< BR > < DT > < B > Returns:< / B > < DD > the parent i.< BR > < DD > < / DL > < P >
< A NAME = "getParent" > < / A >
< A NAME = "DOC.2.30.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Node.html" > Node< / A > * getParent(const int i) const < / B > < / TT >
< DD > Get a single const parent of Drawable.
< DL > < DT > < DT > < B > Parameters:< / B > < DD > < B > i< / B > - index of the parent to get.
< BR > < DT > < B > Returns:< / B > < DD > the parent i.< BR > < DD > < / DL > < P >
< A NAME = "getNumParents" > < / A >
< A NAME = "DOC.2.30.10" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const int getNumParents() const < / B > < / TT >
< DD >
Get the number of parents of node.
< DL > < DT > < DT > < B > Returns:< / B > < DD > the number of parents of this node.< BR > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "setStateSet" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.11" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setStateSet(<!1> < A HREF = "StateSet.html" > StateSet< / A > * state)< / B > < / TT >
< DD > Set the StateSet attached to the Drawable.
Previously attached StateSet are automatically unreferenced on
assignment of a new drawstate.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getStateSet" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.12" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "StateSet.html" > StateSet< / A > * getStateSet()< / B > < / TT >
< DD > Get the attached StateSet
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getStateSet" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.13" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "StateSet.html" > StateSet< / A > * getStateSet() const < / B > < / TT >
< DD > Get the attached const StateSet
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setSupportsDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.14" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setSupportsDisplayList(const bool flag)< / B > < / TT >
2001-12-25 05:56:22 +08:00
< DD > Set the drawable to it can or cannot be used in conjunction with OpenGL
2001-09-20 05:19:47 +08:00
display lists. With set to true, calls to Drawable::setUseDisplayList,
whereas when set to false, no display lists can be created and calls
to setUseDisplayList are ignored, and a warning is produced. The later
is typically used to guard against the switching on of display lists
on objects with dynamic internal data such as continuous Level of Detail
algorithms.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSupportsDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.15" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const bool getSupportsDisplayList() const < / B > < / TT >
2001-12-25 05:56:22 +08:00
< DD > Get whether display lists are supported for this drawable instance
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setUseDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.16" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setUseDisplayList(const bool flag)< / B > < / TT >
< DD > When set to true, force the draw method to use OpenGL Display List for rendering.
If false rendering directly. If the display list has not been already
compile the next call to draw will automatically create the display list.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getUseDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.17" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const bool getUseDisplayList() const < / B > < / TT >
< DD > Return whether OpenGL display lists are being used for rendering
< DL > < DT > < DD > < / DL > < P >
< A NAME = "dirtyDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.18" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void dirtyDisplayList()< / B > < / TT >
< DD > Force a recompile on next draw() of any OpenGL display list associated with this geoset
< DL > < DT > < DD > < / DL > < P >
< A NAME = "dirtyBound" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.19" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void dirtyBound()< / B > < / TT >
2001-12-25 05:56:22 +08:00
< DD > Dirty the bounding box, forcing a computeBound() on the next call
to getBound(). Should be called in the internal geometry of the Drawable
is modified.
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getBound" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.20" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > & getBound() const < / B > < / TT >
< DD > get bounding box of geoset.
Note, now made virtual to make it possible to implement user-drawn
objects albeit so what crudely, to be improved later.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "compile" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.21" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void compile(<!1> < A HREF = "State.html" > State< / A > & state)< / B > < / TT >
< DD > Immediately compile this drawable into an OpenGL Display List.
2001-12-25 05:56:22 +08:00
Note I, operation is ignored if _useDisplayList to false.
Note II, compile is not intended to be overridden in subclasses.
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
2002-02-09 18:54:18 +08:00
< A NAME = "DrawCallback" > < / A >
< A NAME = "DOC.2.30.22" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > struct DrawCallback: public <!1> < A HREF = "Referenced.html" > osg::Referenced< / A > < / B > < / TT >
< DD > Callback attached to an Drawable which allows the users to customize the drawing of an exist Drawable object.
The draw callback is implement as a replacement to the Drawable's own drawImmediateMode() method, if the
the user intends to decorate the exist draw code then simple call the drawable->drawImmediateMode() from
with the callbacks drawImmediateMode() method. This allows the users to do both pre and post callbacks
without fuss and can even diable the inner draw in required.
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "drawImmediateMode" > < / A >
< A NAME = "DOC.2.30.22.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void drawImmediateMode(<!1> < A HREF = "State.html" > State< / A > & state, <!1> < A HREF = "Drawable.html" > osg::Drawable< / A > * drawable) const < / B > < / TT >
< DD > do customized draw code
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setDrawCallback" > < / A >
< A NAME = "DOC.2.30.23" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setDrawCallback(<!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * dc)< / B > < / TT >
< DD > Set the DrawCallback which allows users to attach customize the drawing of existing Drawable object
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getDrawCallback" > < / A >
< A NAME = "DOC.2.30.24" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * getDrawCallback()< / B > < / TT >
< DD > Get the non const ComputerTransfromCallback
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getDrawCallback" > < / A >
< A NAME = "DOC.2.30.25" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > * getDrawCallback() const < / B > < / TT >
< DD > Get the const ComputerTransfromCallback
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "drawImmediateMode" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.26" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void drawImmediateMode(<!1> < A HREF = "State.html" > State< / A > & state) = 0< / B > < / TT >
< DD > draw directly ignoring an OpenGL display list which could be attached.
This is the internal draw method which does the drawing itself,
and is the method to override when deriving from Drawable.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "deleteDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.27" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void deleteDisplayList(uint contextID, uint globj)< / B > < / TT >
< DD > use deleteDisplayList instead of glDeleteList to allow
OpenGL display list to cached until they can be deleted
by the OpenGL context in which they were created, specified
by contextID
< DL > < DT > < DD > < / DL > < P >
< A NAME = "flushDeletedDisplayLists" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.28" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void flushDeletedDisplayLists(uint contextID)< / B > < / TT >
< DD > flush all the cached display list which need to be deleted
in the OpenGL context related to contextID
< DL > < DT > < DD > < / DL > < P >
2001-12-25 05:56:22 +08:00
< A NAME = "getStats" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.29" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool getStats(<!1> < A HREF = "Statistics.html" > Statistics< / A > & )< / B > < / TT >
< DD > Collect Stistics count from Drawable
< DL > < DT > < DD > < / DL > < P >
< A NAME = "AttributeBitMaskValues" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef uint AttributeBitMaskenum AttributeBitMaskValues< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "COORDS" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.1" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > COORDS< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NORMALS" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.2" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NORMALS< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "COLORS" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.3" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > COLORS< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "TEXTURE_COORDS" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.4" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > TEXTURE_COORDS< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "TEXTURE_COORDS_0" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.5" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > TEXTURE_COORDS_0< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "TEXTURE_COORDS_1" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.6" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > TEXTURE_COORDS_1< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "TEXTURE_COORDS_2" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.7" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > TEXTURE_COORDS_2< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "TEXTURE_COORDS_3" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.30.8" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > TEXTURE_COORDS_3< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "suppportsAttributeOperation" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.32" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual AttributeBitMask suppportsAttributeOperation() const < / B > < / TT >
< DD > return the attributes supported by applyAttrbuteOperation() as an AttributeBitMask
< DL > < DT > < DD > < / DL > < P >
< A NAME = "applyAttributeOperation" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.33" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual AttributeBitMask applyAttributeOperation(<!1> < A HREF = "AttributeFunctor.html" > AttributeFunctor< / A > & )< / B > < / TT >
< DD > return the attributes successully applied in applyAttributeUpdate
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "operator = " > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.34" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Drawable.html" > Drawable< / A > & operator = (const <!1> < A HREF = "Drawable.html" > Drawable< / A > & )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Drawable" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.35" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Drawable()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "computeBound" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.36" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const bool computeBound() const = 0< / B > < / TT >
< DD > compute the bounding box of the drawable. Method must be
2001-12-25 05:56:22 +08:00
implemented by subclasses.
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
2002-02-09 18:54:18 +08:00
< A NAME = "addParent" > < / A >
< A NAME = "DOC.2.30.37" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void addParent(<!1> < A HREF = "Node.html" > osg::Node< / A > * node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "removeParent" > < / A >
< A NAME = "DOC.2.30.38" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void removeParent(<!1> < A HREF = "Node.html" > osg::Node< / A > * node)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_parents" > < / A >
< A NAME = "DOC.2.30.39" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Drawable.html#DOC.2.30.5" > ParentList< / A > _parents< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "_dstate" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.40" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "StateSet.html" > StateSet< / A > > _dstate< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_supportsDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.41" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool _supportsDisplayList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_useDisplayList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.42" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool _useDisplayList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_globjList" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.43" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< uint> GLObjectList mutable GLObjectList _globjList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_bbox" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.44" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable <!1> < A HREF = "BoundingBox.html" > BoundingBox< / A > _bbox< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_bbox_computed" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.45" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable bool _bbox_computed< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2002-02-09 18:54:18 +08:00
< A NAME = "_drawCallback" > < / A >
< A NAME = "DOC.2.30.46" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Drawable.html#DOC.2.30.22" > DrawCallback< / A > > _drawCallback< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "s_deletedDisplayListCache" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.47" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::map< uint,std::set< uint> > static DeletedDisplayListCache DeletedDisplayListCache s_deletedDisplayListCache< / B > < / TT >
2001-12-25 05:56:22 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "draw" > < / A >
2002-02-09 18:54:18 +08:00
< A NAME = "DOC.2.30.48" > < / A >
2001-12-25 05:56:22 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void draw(<!1> < A HREF = "State.html" > State< / A > & state)< / B > < / TT >
< DD > draw OpenGL primitives.
If the drawable has _useDisplayList set to true then use an OpenGL display
list, automatically compiling one if required.
Otherwise call drawImmediateMode().
Note, draw method should *not* be overridden in subclasses as it
manages the optional display list.
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "ImpostorSprite.html" > ImpostorSprite< / A > < BR >
< A HREF = "GeoSet.html" > GeoSet< / A > < BR >
< / DL >
2002-02-09 18:54:18 +08:00
< DL > < DT > < DT > < B > Friends:< / B > < DD > struct <!1> < A HREF = "Drawable.html#DOC.2.30.22" > osg::Drawable::DrawCallback< / A > < BR > class <!1> < A HREF = "Node.html" > Node< / A > < BR > class <!1> < A HREF = "Geode.html" > Geode< / A > < BR > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
2001-09-20 05:19:47 +08:00
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >