Public Types | |
enum | DrawOrder { FRONT_TO_BACK, BACK_TO_FRONT } |
Public Methods | |
DepthSortedBin () | |
virtual osg::Object * | cloneType () const |
Clone the type of an object, with Object* return type. | |
virtual osg::Object * | clone (const osg::CopyOp &) const |
virtual bool | isSameKindAs (const osg::Object *obj) const |
virtual const char * | libraryName () const |
return the name of the object's library. | |
virtual const char * | className () const |
return the name of the object's class type. | |
virtual void | reset () |
virtual void | sort_local () |
virtual void | draw_local (osg::State &state, RenderLeaf *&previous) |
void | setDrawOrder (const DrawOrder drawOrder) |
const DrawOrder | getDrawOrder () const |
Protected Methods | |
virtual | ~DepthSortedBin () |
Protected Attributes | |
DrawOrder | _drawOrder |
|
|
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osgUtil::RenderBin. |
|
Reimplemented from osgUtil::RenderBin. |
|
Clone the type of an object, with Object* return type. Must be defined by derived classes. Reimplemented from osgUtil::RenderBin. |
|
Reimplemented from osgUtil::RenderBin. |
|
|
|
Reimplemented from osgUtil::RenderBin. |
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention the is that the namspace of a library is the same as the library name. Reimplemented from osgUtil::RenderBin. |
|
Reimplemented from osgUtil::RenderBin. |
|
|
|
Reimplemented from osgUtil::RenderBin. |
|
|