#include <PickHandler.h>
Definition at line 32 of file agxOSG/PickHandler.h.
◆ Panel() [1/2]
◆ Panel() [2/2]
◆ ~Panel()
virtual agxOSG::Panel::~Panel |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getColor()
◆ getPosition()
const agx::Vec2 & agxOSG::Panel::getPosition |
( |
| ) |
const |
|
inline |
◆ getSize()
const agx::Vec2 & agxOSG::Panel::getSize |
( |
| ) |
const |
|
inline |
◆ initialize()
void agxOSG::Panel::initialize |
( |
| ) |
|
|
protected |
◆ isValid()
virtual bool agxOSG::Panel::isValid |
( |
| ) |
const |
|
pure virtual |
◆ match()
virtual bool agxOSG::Panel::match |
( |
const void * |
obj | ) |
const |
|
pure virtual |
◆ setColor()
void agxOSG::Panel::setColor |
( |
const agx::Vec4 & |
color | ) |
|
◆ setPosition()
void agxOSG::Panel::setPosition |
( |
const agx::Vec2 & |
position | ) |
|
◆ setSize()
void agxOSG::Panel::setSize |
( |
const agx::Vec2 & |
size | ) |
|
◆ uninitialize()
virtual void agxOSG::Panel::uninitialize |
( |
osg::Group * |
sceneData | ) |
|
|
pure virtual |
◆ update()
virtual void agxOSG::Panel::update |
( |
| ) |
|
|
pure virtual |
◆ m_color
osg::ref_ptr<osg::Vec4Array> agxOSG::Panel::m_color |
|
protected |
◆ m_geometry
osg::ref_ptr<osg::Geometry> agxOSG::Panel::m_geometry |
|
protected |
◆ m_indices
osg::ref_ptr<osg::DrawElementsUInt> agxOSG::Panel::m_indices |
|
protected |
◆ m_normals
osg::ref_ptr<osg::Vec3Array> agxOSG::Panel::m_normals |
|
protected |
◆ m_position
◆ m_size
◆ m_vertices
osg::ref_ptr<osg::Vec3Array> agxOSG::Panel::m_vertices |
|
protected |
The documentation for this class was generated from the following file: