gwnavruntime/channel/channel.h File Reference

channel.h File Reference

Classes

class  Kaim::ChannelDisplayConfig
 Class that configures the Channel visual debug display. More...
 
class  Kaim::Gate
 This class represents Channel section limit segment. See Channel class description. More...
 
class  Kaim::Channel
 Channel enrich Path with clearance information on each side of the Path. More...
 

Namespaces

 Kaim
 The Autodesk Navigation namespace.
 

Enumerations

enum  Kaim::GateType {
  Kaim::UndefinedGateType = 0, Kaim::StartGate = 1, Kaim::EndGate = 2, Kaim::SmallLeftTurn = 3,
  Kaim::LeftTurnStart = 4, Kaim::LeftTurnIntermediary = 5, Kaim::LeftTurnEnd = 6, Kaim::SmallRightTurn = 7,
  Kaim::RightTurnStart = 8, Kaim::RightTurnIntermediary = 9, Kaim::RightTurnEnd = 10, Kaim::WidthAdjustment = 11,
  Kaim::ClampingAdjustment = 12
}
 Enumerates the different kind of Gates. More...
 
enum  Kaim::RelativePositionToChannelSectionFlag {
  Kaim::RelativePositionToChannelSection_Inside = 0, Kaim::RelativePositionToChannelSection_Before = 1, Kaim::RelativePositionToChannelSection_After = 2, Kaim::RelativePositionToChannelSection_OnLeft = 4,
  Kaim::RelativePositionToChannelSection_OnRight = 8
}
 Enumerates the Channel::IsPositionInSection relative position flags. More...
 

Go to the source code of this file.