|
OpenSceneGraph
3.4.0
|

| osgViewer::Keystone::Keystone | ( | const Keystone & | rhs, |
| const osg::CopyOp & | copop = osg::CopyOp::SHALLOW_COPY |
||
| ) |
| virtual osgViewer::Keystone::~Keystone | ( | ) | [inline, protected, virtual] |
| void osgViewer::Keystone::compute3DPositions | ( | osg::DisplaySettings * | ds, |
| osg::Vec3 & | tl, | ||
| osg::Vec3 & | tr, | ||
| osg::Vec3 & | br, | ||
| osg::Vec3 & | bl | ||
| ) | const |
| osg::Vec2d& osgViewer::Keystone::getBottomLeft | ( | ) | [inline] |
| const osg::Vec2d& osgViewer::Keystone::getBottomLeft | ( | ) | const [inline] |
| osg::Vec2d& osgViewer::Keystone::getBottomRight | ( | ) | [inline] |
| const osg::Vec2d& osgViewer::Keystone::getBottomRight | ( | ) | const [inline] |
| osg::Vec4& osgViewer::Keystone::getGridColor | ( | ) | [inline] |
| const osg::Vec4& osgViewer::Keystone::getGridColor | ( | ) | const [inline] |
| bool osgViewer::Keystone::getKeystoneEditingEnabled | ( | ) | const [inline] |
| osg::Vec2d& osgViewer::Keystone::getTopLeft | ( | ) | [inline] |
| const osg::Vec2d& osgViewer::Keystone::getTopLeft | ( | ) | const [inline] |
| osg::Vec2d& osgViewer::Keystone::getTopRight | ( | ) | [inline] |
| const osg::Vec2d& osgViewer::Keystone::getTopRight | ( | ) | const [inline] |
| static bool osgViewer::Keystone::loadKeystoneFiles | ( | osg::DisplaySettings * | ds | ) | [static] |
Convenience function that loads and assigns any keystone files specified in the DisplaySettings::KeystoneFileNames list, return true if Keystone's assigned to DisplaySettings.
| osgViewer::Keystone::META_Object | ( | osgViewer | , |
| Keystone | |||
| ) |
| void osgViewer::Keystone::setBottomLeft | ( | const osg::Vec2d & | v | ) | [inline] |
| void osgViewer::Keystone::setBottomRight | ( | const osg::Vec2d & | v | ) | [inline] |
| void osgViewer::Keystone::setGridColor | ( | const osg::Vec4 & | color | ) | [inline] |
| void osgViewer::Keystone::setKeystoneEditingEnabled | ( | bool | flag | ) | [inline] |
| void osgViewer::Keystone::setTopLeft | ( | const osg::Vec2d & | v | ) | [inline] |
| void osgViewer::Keystone::setTopRight | ( | const osg::Vec2d & | v | ) | [inline] |
| bool osgViewer::Keystone::writeToFile | ( | ) |
Write the file specified by the "filename" user value field.
Return true if file successfully written.
osg::Vec2d osgViewer::Keystone::bottom_left [protected] |
osg::Vec2d osgViewer::Keystone::bottom_right [protected] |
osg::Vec4 osgViewer::Keystone::gridColour [protected] |
bool osgViewer::Keystone::keystoneEditingEnabled [protected] |
osg::Vec2d osgViewer::Keystone::top_left [protected] |
osg::Vec2d osgViewer::Keystone::top_right [protected] |
| Generated at Tue Dec 8 2015 00:16:51 for the OpenSceneGraph by doxygen 1.7.6.1. |