110 for (NodeList::const_iterator itr=
_children.begin();
114 if (itr->get() == drawable)
return true;
@ SHALLOW_COPY
Definition CopyOp:47
virtual Geode * asGeode()
Definition Geode:39
osg::BoundingBox _bbox
Definition Geode:151
virtual bool replaceDrawable(Drawable *origDraw, Drawable *newDraw)
bool containsDrawable(const Drawable *drawable) const
Definition Geode:108
unsigned int getDrawableIndex(const Drawable *drawable) const
Definition Geode:126
bool containsDrawable(const ref_ptr< T > &drawable) const
Definition Geode:119
virtual bool removeDrawable(Drawable *drawable)
virtual bool setDrawable(unsigned int i, Drawable *drawable)
virtual bool addDrawable(Drawable *drawable)
bool setDrawable(unsigned int i, const ref_ptr< T > &drawable)
Definition Geode:94
const Drawable * getDrawable(unsigned int i) const
Definition Geode:105
unsigned int getNumDrawables() const
Definition Geode:99
void compileDrawables(RenderInfo &renderInfo)
Geode(const Geode &, const CopyOp ©op=CopyOp::SHALLOW_COPY)
bool addDrawable(const ref_ptr< T > &drawable)
Definition Geode:52
virtual const Geode * asGeode() const
Definition Geode:40
unsigned int getDrawableIndex(const ref_ptr< T > &drawable) const
Definition Geode:131
Drawable * getDrawable(unsigned int i)
Definition Geode:102
bool replaceDrawable(const ref_ptr< T > &origDraw, const ref_ptr< R > &newDraw)
Definition Geode:80
virtual BoundingSphere computeBound() const
virtual bool removeDrawables(unsigned int i, unsigned int numDrawablesToRemove=1)
bool removeDrawable(const ref_ptr< T > &drawable)
Definition Geode:62
const BoundingBox & getBoundingBox() const
Definition Geode:138
virtual unsigned int getNumChildren() const
unsigned int getChildIndex(const Node *node) const
Definition Group:141
NodeList _children
Definition Group:170
bool _boundingSphereComputed
Definition Node:497
const BoundingSphere & getBound() const
Definition Node:425
T * get() const
Definition ref_ptr:117
BoundingBoxd BoundingBox
Definition BoundingBox:257
BoundingSphered BoundingSphere
Definition BoundingSphere:314
#define OSG_EXPORT
Definition osg/Export:39