gwnavruntime/queries/querydynamicoutput.h File Reference

querydynamicoutput.h File Reference

Classes

class  Kaim::QueryDynamicOutput
 This class gather the data encountered along some query process. More...
 

Namespaces

 Kaim
 The Autodesk Navigation namespace.
 

Enumerations

enum  Kaim::DynamicOutputMode {
  Kaim::QUERY_SAVE_NOTHING = 0, Kaim::QUERY_SAVE_FLOORS = 1 << 1, Kaim::QUERY_SAVE_TRIANGLES = 1 << 2, Kaim::QUERY_SAVE_NAVTAGSUBSEGMENTS = 1 << 3,
  Kaim::QUERY_SAVE_HALFEDGEINTERSECTIONS = 1 << 4, Kaim::QUERY_SAVE_COSTMULTIPLIERSUBSEGMENTS = 1 << 5, Kaim::QUERY_SAVE_SPATIALIZEDPOINTS = 1 << 6, Kaim::QUERY_SAVE_TAGVOLUMES = 1 << 7,
  Kaim::QUERY_SAVE_TRIANGLES_AND_SUBSEGMENTS = QUERY_SAVE_TRIANGLES | QUERY_SAVE_NAVTAGSUBSEGMENTS
}
 Enumerates possible ways of storing collected data by a query in a QueryDynamicOutput object. More...
 

Go to the source code of this file.