Public Member Functions | |
Quad (QuadParams &) | |
virtual | ~Quad () |
osg::Geode * | getGeode () const |
osg::Geometry * | getGeometry () const |
osg::Vec3Array * | getVerticesArray () const |
osg::Vec2Array * | getUVArray () const |
osg::Material * | getMaterial () const |
osg::Texture2D * | getTexture () const |
void | setTexture (osg::Texture2D *_tex) |
Protected Attributes | |
osg::ref_ptr< osg::Geode > | geode_ |
osg::ref_ptr< osg::Geometry > | geom_ |
osg::ref_ptr< osg::Vec3Array > | vertices_ |
osg::ref_ptr< osg::Vec2Array > | uv_ |
osg::ref_ptr< osg::Material > | material_ |
osg::ref_ptr< osg::Texture2D > | texture_ |
osgCal::TextureLayersFlatten::Quad::Quad | ( | QuadParams & | ) | [explicit] |
virtual osgCal::TextureLayersFlatten::Quad::~Quad | ( | ) | [virtual] |
osg::Geode* osgCal::TextureLayersFlatten::Quad::getGeode | ( | ) | const [inline] |
osg::Geometry* osgCal::TextureLayersFlatten::Quad::getGeometry | ( | ) | const [inline] |
osg::Vec3Array* osgCal::TextureLayersFlatten::Quad::getVerticesArray | ( | ) | const [inline] |
osg::Vec2Array* osgCal::TextureLayersFlatten::Quad::getUVArray | ( | ) | const [inline] |
osg::Material* osgCal::TextureLayersFlatten::Quad::getMaterial | ( | ) | const [inline] |
osg::Texture2D* osgCal::TextureLayersFlatten::Quad::getTexture | ( | ) | const [inline] |
void osgCal::TextureLayersFlatten::Quad::setTexture | ( | osg::Texture2D * | _tex | ) | [inline] |
osg::ref_ptr<osg::Geode> osgCal::TextureLayersFlatten::Quad::geode_ [protected] |
osg::ref_ptr<osg::Geometry> osgCal::TextureLayersFlatten::Quad::geom_ [protected] |
osg::ref_ptr<osg::Vec3Array> osgCal::TextureLayersFlatten::Quad::vertices_ [protected] |
osg::ref_ptr<osg::Vec2Array> osgCal::TextureLayersFlatten::Quad::uv_ [protected] |
osg::ref_ptr<osg::Material> osgCal::TextureLayersFlatten::Quad::material_ [protected] |
osg::ref_ptr<osg::Texture2D> osgCal::TextureLayersFlatten::Quad::texture_ [protected] |