![]() |
OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
PCZ implementation of AxisAlignedBoxSceneQuery. More...
#include <OgrePCZSceneQuery.h>
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 | |
![]() | |
DefaultAxisAlignedBoxSceneQuery (SceneManager *creator) | |
~DefaultAxisAlignedBoxSceneQuery () | |
![]() | |
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. | |
![]() | |
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. | |
![]() | |
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. | |
![]() | |
virtual | ~SceneQueryListener () |
Additional Inherited Members | |
![]() | |
typedef Ogre::WorldFragment | WorldFragment |
PCZ implementation of AxisAlignedBoxSceneQuery.
Ogre::PCZAxisAlignedBoxSceneQuery::PCZAxisAlignedBoxSceneQuery | ( | SceneManager * | creator | ) |
Ogre::PCZAxisAlignedBoxSceneQuery::~PCZAxisAlignedBoxSceneQuery | ( | ) |
|
overridevirtual |
See RaySceneQuery.
Reimplemented from Ogre::DefaultAxisAlignedBoxSceneQuery.
set the zone to start the scene query
set node to exclude from query