Public Member Functions | List of all members
Ogre::RaySceneQueryListener Class Referenceabstract

Alternative listener class for dealing with RaySceneQuery. More...

#include <OgreSceneQuery.h>

Inheritance diagram for Ogre::RaySceneQueryListener:
Inheritance graph
[legend]

Public Member Functions

virtual ~RaySceneQueryListener ()
 
virtual bool queryResult (MovableObject *obj, Real distance)=0
 Called when a movable objects intersects the ray. More...
 
virtual bool queryResult (SceneQuery::WorldFragment *fragment, Real distance)=0
 Called when a world fragment is intersected by the ray. More...
 

Detailed Description

Alternative listener class for dealing with RaySceneQuery.

Remarks
Because the RaySceneQuery returns results in an extra bit of information, namely distance, the listener interface must be customised from the standard SceneQueryListener.

Definition at line 335 of file OgreSceneQuery.h.

Constructor & Destructor Documentation

virtual Ogre::RaySceneQueryListener::~RaySceneQueryListener ( )
virtual

Definition at line 338 of file OgreSceneQuery.h.

Member Function Documentation

virtual bool Ogre::RaySceneQueryListener::queryResult ( MovableObject obj,
Real  distance 
)
pure virtual

Called when a movable objects intersects the ray.

Remarks
As with SceneQueryListener, the implementor of this method should return 'true' if further results are required, or 'false' to abandon any further results from the current query.

Implemented in Ogre::RaySceneQuery.

virtual bool Ogre::RaySceneQueryListener::queryResult ( SceneQuery::WorldFragment fragment,
Real  distance 
)
pure virtual

Called when a world fragment is intersected by the ray.

Remarks
As with SceneQueryListener, the implementor of this method should return 'true' if further results are required, or 'false' to abandon any further results from the current query.

Implemented in Ogre::RaySceneQuery.


The documentation for this class was generated from the following file:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Mar 18 2014 19:15:57