|
openscenegraph
|
#include <Glyph>
Public Member Functions | |
| TextureInfo () | |
| TextureInfo (GlyphTexture *tex, int x, int y, const osg::Vec2 &mintc, const osg::Vec2 &maxtc, float margin) | |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Public Attributes | |
| GlyphTexture * | texture |
| int | texturePositionX |
| int | texturePositionY |
| osg::Vec2 | minTexCoord |
| osg::Vec2 | maxTexCoord |
| float | texelMargin |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
|
inline |
|
inline |
| osg::Vec2 osgText::Glyph::TextureInfo::maxTexCoord |
| osg::Vec2 osgText::Glyph::TextureInfo::minTexCoord |
| float osgText::Glyph::TextureInfo::texelMargin |
| GlyphTexture* osgText::Glyph::TextureInfo::texture |
| int osgText::Glyph::TextureInfo::texturePositionX |
| int osgText::Glyph::TextureInfo::texturePositionY |