11 #ifndef DtChannelSpecificGroup_H_
12 #define DtChannelSpecificGroup_H_
16 #include <boost/unordered_set.hpp>
43 virtual void addChannel(
DtChannel* channel);
46 virtual void removeChannel(
DtChannel* channel);
49 virtual int numChannels()
const;
52 virtual void traverse(osg::NodeVisitor& nv);
59 virtual void addView( osg::View* viewToAdd );
62 virtual void removeView( osg::View* viewToRemove );
66 typedef boost::unordered_set<osg::View*>
ViewSet;