osgText::Font3D::Font3D::Glyph3D::Glyph3D | ( | unsigned int | glyphCode | ) | [inline] |
virtual osgText::Font3D::Font3D::Glyph3D::~Glyph3D | ( | ) | [inline, protected, virtual] |
osg::Geometry::PrimitiveSetList& osgText::Font3D::Font3D::Glyph3D::getBackPrimitiveSetList | ( | ) | [inline] |
Get et the PrimitiveSetList for the back face.
const osg::BoundingBox& osgText::Font3D::Font3D::Glyph3D::getBoundingBox | ( | ) | const [inline] |
osg::Geometry::PrimitiveSetList& osgText::Font3D::Font3D::Glyph3D::getFrontPrimitiveSetList | ( | ) | [inline] |
Get the PrimitiveSetList for the front face.
unsigned int osgText::Font3D::Font3D::Glyph3D::getGlyphCode | ( | ) | const [inline] |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
float osgText::Font3D::Font3D::Glyph3D::getHeight | ( | ) | [inline] |
float osgText::Font3D::Font3D::Glyph3D::getHorizontalAdvance | ( | ) | const [inline] |
const osg::Vec2& osgText::Font3D::Font3D::Glyph3D::getHorizontalBearing | ( | ) | const [inline] |
float osgText::Font3D::Font3D::Glyph3D::getHorizontalHeight | ( | ) | [inline] |
float osgText::Font3D::Font3D::Glyph3D::getHorizontalWidth | ( | ) | [inline] |
osg::Vec3Array* osgText::Font3D::Font3D::Glyph3D::getNormalArray | ( | ) | [inline] |
Get the NormalArray for the wall face.
osg::Vec3Array* osgText::Font3D::Font3D::Glyph3D::getVertexArray | ( | ) | [inline] |
Get the VertexArray of the glyph.
float osgText::Font3D::Font3D::Glyph3D::getVerticalAdvance | ( | ) | const [inline] |
const osg::Vec2& osgText::Font3D::Font3D::Glyph3D::getVerticalBearing | ( | ) | const [inline] |
float osgText::Font3D::Font3D::Glyph3D::getVerticalHeight | ( | ) | [inline] |
float osgText::Font3D::Font3D::Glyph3D::getVerticalWidth | ( | ) | [inline] |
osg::Geometry::PrimitiveSetList& osgText::Font3D::Font3D::Glyph3D::getWallPrimitiveSetList | ( | ) | [inline] |
Get the PrimitiveSetList for the wall face.
float osgText::Font3D::Font3D::Glyph3D::getWidth | ( | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setBoundingBox | ( | osg::BoundingBox & | bb | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setHeight | ( | float | height | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setHorizontalAdvance | ( | float | advance | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setHorizontalBearing | ( | const osg::Vec2 & | bearing | ) | [inline] |
virtual void osgText::Font3D::Font3D::Glyph3D::setThreadSafeRefUnref | ( | bool | threadSafe | ) | [virtual] |
Set whether to use a mutex to ensure ref() and unref() are thread safe.
Reimplemented from osg::Referenced.
void osgText::Font3D::Font3D::Glyph3D::setVertexArray | ( | osg::Vec3Array * | va | ) | [inline] |
Set the VertexArray of the glyph.
void osgText::Font3D::Font3D::Glyph3D::setVerticalAdvance | ( | float | advance | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setVerticalBearing | ( | const osg::Vec2 & | bearing | ) | [inline] |
void osgText::Font3D::Font3D::Glyph3D::setWidth | ( | float | width | ) | [inline] |
osg::Geometry::PrimitiveSetList osgText::Font3D::Font3D::Glyph3D::_backPrimitiveSetList [protected] |
osg::BoundingBox osgText::Font3D::Font3D::Glyph3D::_bb [protected] |
osg::Geometry::PrimitiveSetList osgText::Font3D::Font3D::Glyph3D::_frontPrimitiveSetList [protected] |
unsigned int osgText::Font3D::Font3D::Glyph3D::_glyphCode [protected] |
float osgText::Font3D::Font3D::Glyph3D::_height [protected] |
float osgText::Font3D::Font3D::Glyph3D::_horizontalAdvance [protected] |
osg::Vec2 osgText::Font3D::Font3D::Glyph3D::_horizontalBearing [protected] |
osg::ref_ptr<osg::Vec3Array> osgText::Font3D::Font3D::Glyph3D::_normalArray [protected] |
osg::ref_ptr<osg::Vec3Array> osgText::Font3D::Font3D::Glyph3D::_vertexArray [protected] |
float osgText::Font3D::Font3D::Glyph3D::_verticalAdvance [protected] |
osg::Vec2 osgText::Font3D::Font3D::Glyph3D::_verticalBearing [protected] |
osg::Geometry::PrimitiveSetList osgText::Font3D::Font3D::Glyph3D::_wallPrimitiveSetList [protected] |
float osgText::Font3D::Font3D::Glyph3D::_width [protected] |
![]() | Generated at Wed Apr 22 19:50:23 2009 for the OpenSceneGraph by doxygen 1.5.8. |