osgEarth 2.1.1
Public Member Functions | Public Attributes

anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB Struct Reference

List of all members.

Public Member Functions

 HardCodeCellBoundCB (const osg::BoundingSphere &bs)
virtual osg::BoundingSphere computeBound (const osg::Node &) const

Public Attributes

osg::BoundingSphere _bs

Detailed Description

Definition at line 219 of file Graticule.cpp.


Constructor & Destructor Documentation

anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB::HardCodeCellBoundCB ( const osg::BoundingSphere &  bs) [inline]

Definition at line 221 of file Graticule.cpp.

: _bs(bs) { }

Member Function Documentation

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; }

Member Data Documentation

osg::BoundingSphere anonymous_namespace{Graticule.cpp}::HardCodeCellBoundCB::_bs

Definition at line 223 of file Graticule.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines