The VgIGeometryEvent interface is used to encapsulate interactions between a user and a Geometry. More...
Public Member Functions | |
virtual | ~VgIGeometryEvent () |
Destructor. | |
virtual VgEngine::VgConstRefPtr < Vg3DModule::VgIGeometry > | getGeometry () const =0 |
Gets the geometry object which registered the event. | |
Protected Member Functions | |
VgIGeometryEvent () | |
Constructor. |
The VgIGeometryEvent interface is used to encapsulate interactions between a user and a Geometry.
Vg3DModule::VgIGeometryEvent::VgIGeometryEvent | ( | ) | [inline, protected] |
Constructor.
virtual Vg3DModule::VgIGeometryEvent::~VgIGeometryEvent | ( | ) | [inline, virtual] |
Destructor.
virtual VgEngine::VgConstRefPtr< Vg3DModule::VgIGeometry > Vg3DModule::VgIGeometryEvent::getGeometry | ( | ) | const [pure virtual] |
Gets the geometry object which registered the event.