openscenegraph
|
#include <Glyph>
Public Member Functions | |
TextureInfo () | |
TextureInfo (GlyphTexture *tex, int x, int y, const osg::Vec2 &mintc, const osg::Vec2 &maxtc, float margin) | |
![]() | |
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 OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
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 |