From Tree, moved apply's from protected to public to support Java wrappers

This commit is contained in:
Robert Osfield
2004-10-01 09:40:06 +00:00
parent a7a6709d05
commit c0752beef4

View File

@@ -50,11 +50,12 @@ namespace osgDB {
// Call right after each load
void share(osg::Node *node, OpenThreads::Mutex *mt=0);
protected:
void apply(osg::Node& node);
void apply(osg::Geode& geode);
protected:
void process(osg::StateSet* ss, osg::Object* parent);
inline osg::StateAttribute *find(osg::StateAttribute *sa);
inline osg::StateSet *find(osg::StateSet *ss);