Urho3D::OctreeQuery Class Reference
Urho3D::OctreeQuery Class Referenceabstract
  Base class for octree queries. More...
#include <Urho3D/Graphics/OctreeQuery.h>
Inheritance diagram for Urho3D::OctreeQuery:
Collaboration diagram for Urho3D::OctreeQuery:
| Public Member Functions | |
| OctreeQuery (PODVector< Drawable * > &result, unsigned char drawableFlags, unsigned viewMask) | |
| Construct with query parameters. | |
| virtual | ~OctreeQuery () | 
| Destruct. | |
| virtual Intersection | TestOctant (const BoundingBox &box, bool inside)=0 | 
| Intersection test for an octant. | |
| virtual void | TestDrawables (Drawable **start, Drawable **end, bool inside)=0 | 
| Intersection test for drawables. | |
| Public Attributes | |
| PODVector< Drawable * > & | result_ | 
| Result vector reference. | |
| unsigned char | drawableFlags_ | 
| Drawable flags to include. | |
| unsigned | viewMask_ | 
| Drawable layers to include. | |
| Private Member Functions | |
| OctreeQuery (const OctreeQuery &rhs) | |
| Prevent copy construction. | |
| OctreeQuery & | operator= (const OctreeQuery &rhs) | 
| Prevent assignment. | |
Detailed Description
Base class for octree queries.
The documentation for this class was generated from the following file:
- Source/Urho3D/Graphics/OctreeQuery.h
