osgEarth 2.1.1
Public Member Functions

LabelText Struct Reference

List of all members.

Public Member Functions

const osg::BoundingBox & getTextBB () const
const osg::Matrix & getATMatrix (int contextID) const

Detailed Description

Definition at line 460 of file Controls.cpp.


Member Function Documentation

const osg::Matrix& LabelText::getATMatrix ( int  contextID) const [inline]

Definition at line 463 of file Controls.cpp.

{ return _autoTransformCache[contextID]._matrix; }

Here is the caller graph for this function:

const osg::BoundingBox& LabelText::getTextBB ( ) const [inline]

Definition at line 462 of file Controls.cpp.

{ return _textBB; }

Here is the caller graph for this function:


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