osgEarth 2.1.1
|
Public Member Functions | |
HardCodeCellBoundCB (const osg::BoundingSphere &bs) | |
virtual osg::BoundingSphere | computeBound (const osg::Node &) const |
Public Attributes | |
osg::BoundingSphere | _bs |
Definition at line 219 of file Graticule.cpp.
anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB::HardCodeCellBoundCB | ( | const osg::BoundingSphere & | bs | ) | [inline] |
Definition at line 221 of file Graticule.cpp.
: _bs(bs) { }
virtual osg::BoundingSphere anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB::computeBound | ( | const osg::Node & | ) | const [inline, virtual] |
Definition at line 222 of file Graticule.cpp.
{ return _bs; }
osg::BoundingSphere anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB::_bs |
Definition at line 223 of file Graticule.cpp.