16#ifndef OSGWIDGET_WINDOW
17#define OSGWIDGET_WINDOW
46 typedef std::list<osg::observer_ptr<Window> >
WindowList;
163 const std::string& =
"",
422 typedef std::less<point_type>
Less;
424 typedef std::plus<point_type>
Plus;
489 unsigned int c =
begin;
508 if(i->valid()) v = (i->get()->*get)();
512 if(T()(v, val)) val = v;
516 else val = T()(v, val);
523 if((c + add) <
_objects.size()) i += add;
Node * getChild(unsigned int i)
Definition Group:117
osg::StateSet * getStateSet()
Definition Node:382
@ SCISSOR
Definition StateAttribute:156
value_type & x()
Definition Vec2f:67
value_type & y()
Definition Vec2f:68
Definition observer_ptr:39