Dry
Public Member Functions | Public Attributes | List of all members
Dry::PointOctreeQuery Class Reference

Point octree query. More...

#include <Dry/Graphics/OctreeQuery.h>

Inheritance diagram for Dry::PointOctreeQuery:
Dry::OctreeQuery

Public Member Functions

 PointOctreeQuery (PODVector< Drawable *> &result, const Vector3 &point, unsigned char drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK)
 Construct with point and query parameters.
 
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 Dry::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.
 
OctreeQueryoperator= (const OctreeQuery &rhs)=delete
 Prevent assignment.
 

Public Attributes

Vector3 point_
 Point.
 
- Public Attributes inherited from Dry::OctreeQuery
PODVector< Drawable * > & result_
 Result vector reference.
 
unsigned char drawableFlags_
 Drawable flags to include.
 
unsigned viewMask_
 Drawable layers to include.
 

Detailed Description

Point octree query.


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