|
osgEarth 2.1.1
|
Public Member Functions | |
| const osg::BoundingBox & | getTextBB () const |
| const osg::Matrix & | getATMatrix (int contextID) const |
Definition at line 460 of file Controls.cpp.
| 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:
1.7.3