14 #include <osg/NodeVisitor>
43 virtual void apply(osg::Geometry& geometry);
46 virtual void apply(osg::Geode& geode);
49 virtual void apply(osg::Node& node);
52 virtual void apply(osg::ProxyNode& node);
55 static void printHierarchy(
const osg::Node* node);
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
visitor for printing out the node hierarchy to the console
Definition: DtOsgPrintNodeHierarchyVisitor.h:26
Contains DLL export macros.