#include "gwnavruntime/querysystem/iquery.h"#include "gwnavruntime/database/positionspatializationrange.h"#include "gwnavruntime/navmesh/worldintegerpos.h"#include "gwnavruntime/queries/utils/queryutils.h"#include "gwnavruntime/queries/utils/rayqueryutils.h"Classes | |
| class | Kaim::BaseRayCanGoQuery |
| Base class for RayCanGoQuery. More... | |
Namespaces | |
| Kaim | |
| The Autodesk Navigation namespace. | |
Enumerations | |
| enum | Kaim::RayCanGoQueryResult { Kaim::RAYCANGO_NOT_INITIALIZED = QUERY_NOT_INITIALIZED, Kaim::RAYCANGO_NOT_PROCESSED = QUERY_NOT_PROCESSED, Kaim::RAYCANGO_DONE_START_OUTSIDE, Kaim::RAYCANGO_DONE_START_NAVTAG_FORBIDDEN, Kaim::RAYCANGO_DONE_COLLISION_DETECTED, Kaim::RAYCANGO_DONE_BORDER_DETECTED_WITHIN_MARGIN, Kaim::RAYCANGO_DONE_ARRIVAL_IN_WRONG_FLOOR, Kaim::RAYCANGO_DONE_LACK_OF_WORKING_MEMORY, Kaim::RAYCANGO_DONE_UNKNOWN_ERROR, Kaim::RAYCANGO_DONE_SUCCESS } |
| Enumerates the possible results of a RayCanGoQuery. More... | |