Public Types | |
typedef std::list < osg::ref_ptr< osg::Drawable > > | Drawables |
typedef std::list < osg::ref_ptr< osg::Texture > > | Textures |
typedef std::list < osg::ref_ptr< osg::Program > > | Programs |
Public Member Functions | |
bool | empty () const |
Public Attributes | |
Drawables | _drawables |
Textures | _textures |
Programs | _programs |
typedef std::list< osg::ref_ptr<osg::Drawable> > osgUtil::IncrementalCompileOperation::CompileData::Drawables |
typedef std::list< osg::ref_ptr<osg::Texture> > osgUtil::IncrementalCompileOperation::CompileData::Textures |
typedef std::list< osg::ref_ptr<osg::Program> > osgUtil::IncrementalCompileOperation::CompileData::Programs |
bool osgUtil::IncrementalCompileOperation::CompileData::empty | ( | ) | const [inline] |