|
OSG
3.4.0
|
#include <Glyph.h>


Protected Types | |
| typedef std::list < osg::ref_ptr< GlyphGeometry > > | GlyphGeometries |
Protected Member Functions | |
| virtual | ~Glyph3D () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| Font * | _font |
| unsigned int | _glyphCode |
| float | _width |
| float | _height |
| osg::Vec2 | _horizontalBearing |
| float | _horizontalAdvance |
| osg::Vec2 | _verticalBearing |
| float | _verticalAdvance |
| osg::BoundingBox | _bb |
| osg::ref_ptr< osg::Vec3Array > | _rawVertexArray |
| osg::Geometry::PrimitiveSetList | _rawFacePrimitiveSetList |
| GlyphGeometries | _glyphGeometries |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
|
protected |
| osgText::Glyph3D::Glyph3D | ( | Font * | font, |
| unsigned int | glyphCode | ||
| ) |
|
inlineprotectedvirtual |
|
inline |
|
inline |
| GlyphGeometry* osgText::Glyph3D::getGlyphGeometry | ( | const Style * | style | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Set whether to use a mutex to ensure ref() and unref() are thread safe.
Reimplemented from osg::Referenced.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.8