Urho3D::AllContentOctreeQuery Class Reference
Urho3D::AllContentOctreeQuery Class Reference
Inheritance diagram for Urho3D::AllContentOctreeQuery:
Collaboration diagram for Urho3D::AllContentOctreeQuery:
Public Member Functions | |
| AllContentOctreeQuery (PODVector< Drawable * > &result, unsigned char drawableFlags, unsigned viewMask) | |
| Construct. | |
| Intersection | TestOctant (const BoundingBox &box, bool inside) override |
| Intersection test for an octant. | |
| void | TestDrawables (Drawable **start, Drawable **end, bool inside) override |
| Intersection test for drawables. | |
Public Member Functions inherited from Urho3D::OctreeQuery | |
| OctreeQuery (PODVector< Drawable * > &result, unsigned char drawableFlags, unsigned viewMask) | |
| Construct with query parameters. | |
| virtual | ~OctreeQuery ()=default |
| Destruct. | |
| OctreeQuery (const OctreeQuery &rhs)=delete | |
| Prevent copy construction. | |
| OctreeQuery & | operator= (const OctreeQuery &rhs)=delete |
| Prevent assignment. | |
Additional Inherited Members | |
Public Attributes inherited from Urho3D::OctreeQuery | |
| PODVector< Drawable * > & | result_ |
| Result vector reference. | |
| unsigned char | drawableFlags_ |
| Drawable flags to include. | |
| unsigned | viewMask_ |
| Drawable layers to include. | |
The documentation for this class was generated from the following files:
- Source/Urho3D/Graphics/OctreeQuery.h
- Source/Urho3D/Graphics/OctreeQuery.cpp

Public Member Functions inherited from