25 #ifndef WCUSTOMWIDGET_H
26 #define WCUSTOMWIDGET_H
28 #include <boost/shared_ptr.hpp>
30 #include <osg/ref_ptr>
32 #include "../graphicsEngine/WGEViewer.h"
51 virtual osg::ref_ptr< WGEGroupNode >
getScene()
const = 0;
58 virtual boost::shared_ptr< WGEViewer >
getViewer()
const = 0;
64 #endif // WCUSTOMWIDGET_H