|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
PCZ implementation of AxisAlignedBoxSceneQuery. More...
#include <OgrePCZSceneQuery.h>
 Inheritance diagram for Ogre::PCZAxisAlignedBoxSceneQuery:
 Inheritance diagram for Ogre::PCZAxisAlignedBoxSceneQuery:| Public Member Functions | |
| PCZAxisAlignedBoxSceneQuery (SceneManager *creator) | |
| ~PCZAxisAlignedBoxSceneQuery () | |
| void | execute (SceneQueryListener *listener) override | 
| See RaySceneQuery. | |
| void | setExcludeNode (SceneNode *excludeNode) | 
| set node to exclude from query | |
| void | setStartZone (PCZone *startZone) | 
| set the zone to start the scene query | |
|  Public Member Functions inherited from Ogre::DefaultAxisAlignedBoxSceneQuery | |
| DefaultAxisAlignedBoxSceneQuery (SceneManager *creator) | |
| ~DefaultAxisAlignedBoxSceneQuery () | |
|  Public Member Functions inherited from Ogre::AxisAlignedBoxSceneQuery | |
| AxisAlignedBoxSceneQuery (SceneManager *mgr) | |
| virtual | ~AxisAlignedBoxSceneQuery () | 
| const AxisAlignedBox & | getBox (void) const | 
| Gets the box which is being used for this query. | |
| void | setBox (const AxisAlignedBox &box) | 
| Sets the size of the box you wish to query. | |
|  Public Member Functions inherited from Ogre::RegionSceneQuery | |
| RegionSceneQuery (SceneManager *mgr) | |
| Standard constructor, should be called by SceneManager. | |
| virtual | ~RegionSceneQuery () | 
| void | clearResults (void) | 
| Clears the results of the last query execution. | |
| virtual SceneQueryResult & | execute (void) | 
| Executes the query, returning the results back in one list. | |
| const SceneQueryResult & | getLastResults (void) const | 
| Gets the results of the last query that was run using this object, provided the query was executed using the collection-returning version of execute. | |
| bool | queryResult (MovableObject *first) override | 
| Self-callback in order to deal with execute which returns collection. | |
| bool | queryResult (SceneQuery::WorldFragment *fragment) override | 
| Self-callback in order to deal with execute which returns collection. | |
|  Public Member Functions inherited from Ogre::SceneQuery | |
| SceneQuery (SceneManager *mgr) | |
| Standard constructor, should be called by SceneManager. | |
| virtual | ~SceneQuery () | 
| virtual uint32 | getQueryMask (void) const | 
| Returns the current mask for this query. | |
| virtual uint32 | getQueryTypeMask (void) const | 
| Returns the current mask for this query. | |
| virtual void | setQueryMask (uint32 mask) | 
| Sets the mask for results of this query. | |
| virtual void | setQueryTypeMask (uint32 mask) | 
| Sets the type mask for results of this query. | |
|  Public Member Functions inherited from Ogre::SceneQueryListener | |
| virtual | ~SceneQueryListener () | 
| Additional Inherited Members | |
|  Public Types inherited from Ogre::SceneQuery | |
| typedef Ogre::WorldFragment | WorldFragment | 
PCZ implementation of AxisAlignedBoxSceneQuery.
| Ogre::PCZAxisAlignedBoxSceneQuery::PCZAxisAlignedBoxSceneQuery | ( | SceneManager * | creator | ) | 
| Ogre::PCZAxisAlignedBoxSceneQuery::~PCZAxisAlignedBoxSceneQuery | ( | ) | 
| 
 | overridevirtual | 
See RaySceneQuery.
Reimplemented from Ogre::DefaultAxisAlignedBoxSceneQuery.
| 
 | inline | 
set the zone to start the scene query
| 
 | inline | 
set node to exclude from query