2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class OSGUTIL_EXPORT osgUtil::RenderBin< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.10" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class OSGUTIL_EXPORT < A HREF = "#DOC.DOCU" > osgUtil::RenderBin< / A > < / H2 > < / H2 > < BLOCKQUOTE > RenderBin base class< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 95 >
< param name = classes value = "Mosg::Object,M,CRenderBin,MRenderBin.html,CRenderStage,MRenderStage.html" >
< param name = before value = "M,M,M^_" >
< param name = after value = "Md_,M,M" >
< param name = indent value = "0,1,1" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Fields< / H3 > < DD > < DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > int < B > < A HREF = "#DOC.2.13.40" > _binNum< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * < B > < A HREF = "#DOC.2.13.41" > _parent< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderStage.html" > RenderStage< / A > * < B > < A HREF = "#DOC.2.13.42" > _stage< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.3" > RenderBinList< / A > < B > < A HREF = "#DOC.2.13.43" > _bins< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.2" > RenderGraphList< / A > < B > < A HREF = "#DOC.2.13.44" > _renderGraphList< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.1" > RenderLeafList< / A > < B > < A HREF = "#DOC.2.13.45" > _renderLeafList< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > < B > < A HREF = "#DOC.2.13.46" > _sortMode< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > > < B > < A HREF = "#DOC.2.13.47" > _sortCallback< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > osg::ref_ptr< <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > > < B > < A HREF = "#DOC.2.13.48" > _drawCallback< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * < B > < A HREF = "#DOC.2.13.4" > createRenderBin< / A > < / B > (const std::string& binName)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * < B > < A HREF = "#DOC.2.13.5" > getRenderBinPrototype< / A > < / B > (const std::string& binName)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.13.6" > addRenderBinPrototype< / A > < / B > (const std::string& binName, <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * proto)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.13.7" > removeRenderBinPrototype< / A > < / B > (<!1> < A HREF = "RenderBin.html" > RenderBin< / A > * proto)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.13.9" > RenderBin< / A > < / B > (<!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > mode=<!1> < A HREF = "RenderBin.html#DOC.2.13.8.1" > SORT_BY_STATE< / A > )
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.13.10" > RenderBin< / A > < / B > (const <!1> < A HREF = "RenderBin.html#DOC.2.13.10" > RenderBin< / A > & rhs, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
2003-04-18 00:22:51 +08:00
< DD > < I > Copy constructor using CopyOp to manage deep vs shallow copy< / I >
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual osg::Object* < B > < A HREF = "#DOC.2.13.11" > cloneType< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual osg::Object* < B > < A HREF = "#DOC.2.13.12" > clone< / A > < / B > (const osg::CopyOp& copyop) const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.13.13" > isSameKindAs< / A > < / B > (const osg::Object* obj) const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.13.14" > libraryName< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.13.15" > className< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.16" > reset< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * < B > < A HREF = "#DOC.2.13.17" > find_or_insert< / A > < / B > (int binNum, const std::string& binName)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.18" > addRenderGraph< / A > < / B > (<!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > * rg)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.19" > sort< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.20" > sortImplementation< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.21" > setSortMode< / A > < / B > (<!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > mode)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > < B > < A HREF = "#DOC.2.13.22" > getSortMode< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.23" > sortByState< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.24" > sortFrontToBack< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.25" > sortBackToFront< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.27" > setSortCallback< / A > < / B > (<!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * sortCallback)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * < B > < A HREF = "#DOC.2.13.28" > getSortCallback< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * < B > < A HREF = "#DOC.2.13.29" > getSortCallback< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.30" > draw< / A > < / B > (osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *& previous)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.13.31" > drawImplementation< / A > < / B > (osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *& previous)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.33" > setDrawCallback< / A > < / B > (<!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * drawCallback)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * < B > < A HREF = "#DOC.2.13.34" > getDrawCallback< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * < B > < A HREF = "#DOC.2.13.35" > getDrawCallback< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.13.36" > getStats< / A > < / B > (<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats)
2003-04-18 00:22:51 +08:00
< DD > < I > extract stats for current draw list.< / I >
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.37" > getPrims< / A > < / B > (<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.13.38" > getPrims< / A > < / B > (<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats, int nbin)
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.13.39" > copyLeavesFromRenderGraphListToRenderLeafList< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *> < B > < A HREF = "#DOC.2.13.1" > RenderLeafList< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > *> < B > < A HREF = "#DOC.2.13.2" > RenderGraphList< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::map< int, osg::ref_ptr< <!1> < A HREF = "RenderBin.html" > RenderBin< / A > > > < B > < A HREF = "#DOC.2.13.3" > RenderBinList< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.13.8" > SortMode< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > struct < B > < A HREF = "#DOC.2.13.26" > SortCallback< / A > < / B > : public osg::Referenced
2003-04-18 00:22:51 +08:00
< DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > struct < B > < A HREF = "#DOC.2.13.32" > DrawCallback< / A > < / B > : public osg::Referenced
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2003-10-02 22:28:30 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.13.49" > ~RenderBin< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE >
RenderBin base class< / BLOCKQUOTE >
< DL >
< A NAME = "RenderLeafList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *> RenderLeafList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "RenderGraphList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.2" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > *> RenderGraphList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "RenderBinList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::map< int, osg::ref_ptr< <!1> < A HREF = "RenderBin.html" > RenderBin< / A > > > RenderBinList< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "createRenderBin" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * createRenderBin(const std::string& binName)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getRenderBinPrototype" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.5" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * getRenderBinPrototype(const std::string& binName)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "addRenderBinPrototype" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void addRenderBinPrototype(const std::string& binName, <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * proto)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "removeRenderBinPrototype" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.7" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void removeRenderBinPrototype(<!1> < A HREF = "RenderBin.html" > RenderBin< / A > * proto)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SortMode" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum SortMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "SORT_BY_STATE" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.8.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SORT_BY_STATE< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SORT_FRONT_TO_BACK" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.8.2" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SORT_FRONT_TO_BACK< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SORT_BACK_TO_FRONT" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.8.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SORT_BACK_TO_FRONT< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "RenderBin" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > RenderBin(<!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > mode=<!1> < A HREF = "RenderBin.html#DOC.2.13.8.1" > SORT_BY_STATE< / A > )< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "RenderBin" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.10" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > RenderBin(const <!1> < A HREF = "RenderBin.html#DOC.2.13.10" > RenderBin< / A > & rhs, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Copy constructor using CopyOp to manage deep vs shallow copy
< DL > < DT > < DD > < / DL > < P >
< A NAME = "cloneType" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.11" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual osg::Object* cloneType() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "clone" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.12" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual osg::Object* clone(const osg::CopyOp& copyop) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isSameKindAs" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.13" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool isSameKindAs(const osg::Object* obj) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "libraryName" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.14" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* libraryName() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "className" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.15" > < / A >
2003-04-18 00:22:51 +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 >
< A NAME = "reset" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.16" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void reset()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "find_or_insert" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.17" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * find_or_insert(int binNum, const std::string& binName)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "addRenderGraph" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.18" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void addRenderGraph(<!1> < A HREF = "RenderGraph.html" > RenderGraph< / A > * rg)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "sort" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.19" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void sort()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "sortImplementation" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.20" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void sortImplementation()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setSortMode" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.21" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setSortMode(<!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > mode)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSortMode" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.22" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > getSortMode() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "sortByState" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.23" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void sortByState()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "sortFrontToBack" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.24" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void sortFrontToBack()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "sortBackToFront" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.25" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void sortBackToFront()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SortCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.26" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > struct SortCallback: public osg::Referenced< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "sortImplementation" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.26.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void sortImplementation(<!1> < A HREF = "RenderBin.html" > RenderBin< / A > *) = 0< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setSortCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.27" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setSortCallback(<!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * sortCallback)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSortCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.28" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * getSortCallback()< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSortCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.29" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > * getSortCallback() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "draw" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.30" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void draw(osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *& previous)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "drawImplementation" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.31" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void drawImplementation(osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *& previous)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "DrawCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.32" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > struct DrawCallback: public osg::Referenced< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "drawImplementation" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.32.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void drawImplementation(<!1> < A HREF = "RenderBin.html" > RenderBin< / A > * bin, osg::State& state, <!1> < A HREF = "RenderLeaf.html" > RenderLeaf< / A > *& previous) = 0< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setDrawCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.33" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setDrawCallback(<!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * drawCallback)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getDrawCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.34" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * getDrawCallback()< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getDrawCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.35" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > * getDrawCallback() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getStats" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.36" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getStats(<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > extract stats for current draw list.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getPrims" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.37" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void getPrims(<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getPrims" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.38" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getPrims(<!1> < A HREF = "Statistics.html" > Statistics< / A > * primStats, int nbin)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "copyLeavesFromRenderGraphListToRenderLeafList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.39" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void copyLeavesFromRenderGraphListToRenderLeafList()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_binNum" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.40" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _binNum< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_parent" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.41" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html" > RenderBin< / A > * _parent< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_stage" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.42" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderStage.html" > RenderStage< / A > * _stage< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_bins" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.43" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.3" > RenderBinList< / A > _bins< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_renderGraphList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.44" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.2" > RenderGraphList< / A > _renderGraphList< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_renderLeafList" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.45" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.1" > RenderLeafList< / A > _renderLeafList< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_sortMode" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.46" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "RenderBin.html#DOC.2.13.8" > SortMode< / A > _sortMode< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_sortCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.47" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::ref_ptr< <!1> < A HREF = "RenderBin.html#DOC.2.13.26" > SortCallback< / A > > _sortCallback< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_drawCallback" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.48" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > osg::ref_ptr< <!1> < A HREF = "RenderBin.html#DOC.2.13.32" > DrawCallback< / A > > _drawCallback< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~RenderBin" > < / A >
2003-10-02 22:28:30 +08:00
< A NAME = "DOC.2.13.49" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~RenderBin()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "RenderStage.html" > RenderStage< / A > < BR >
< / DL >
< DL > < DT > < 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 >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >