gwnavruntime/channel/channelarraycomputerresult.h Source File

channelarraycomputerresult.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 #pragma once
8 
9 namespace Kaim
10 {
11 
14 {
17 
18  ChannelArrayResult_StartNewPathSection,
19  ChannelArrayResult_ComputingChannel_DiagonalStrip_Init,
20  ChannelArrayResult_ComputingChannel_DiagonalStrip,
21  ChannelArrayResult_ComputingChannel_StringPull_Init,
22  ChannelArrayResult_ComputingChannel_StringPull,
23  ChannelArrayResult_ComputingChannel_GateArray_Init,
24  ChannelArrayResult_ComputingChannel_GateArray,
25  ChannelArrayResult_ComputingChannel_PreChannelPolyline,
26  ChannelArrayResult_ComputingChannel_PostChannelPolyline,
27  ChannelArrayResult_ComputingAggregatedPath,
28  ChannelArrayResult_ComputingChannelWidth,
29 
30  ChannelArrayResult_Error_NoRawPath,
31  ChannelArrayResult_Error_RawPathEmpty,
32  ChannelArrayResult_Error_RawPathHasEpsilonEdges,
33  ChannelArrayResult_Error_ChannelComputation_DiagonalStrip,
34  ChannelArrayResult_Error_ChannelComputation_StringPull,
35  ChannelArrayResult_Error_ChannelComputation_GateArray,
36  ChannelArrayResult_Error_ChannelComputation_PreChannelPolyline,
37  ChannelArrayResult_Error_ChannelComputation_PostChannelPolyline,
38  ChannelArrayResult_Error_PathAggregation,
39  ChannelArrayResult_Error_ChannelWidthComputation,
40 
41  ChannelArrayResult_Done
42 };
43 
44 } // namespace Kaim
45 
Indicates the query has not yet been launched.
Definition: channelarraycomputerresult.h:16
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Indicates that the query has not yet been initialized.
Definition: iquery.h:295
Indicates that the query has not yet been launched.
Definition: iquery.h:296
ChannelArrayComputerResult
ChannelArrayComputerResult.
Definition: channelarraycomputerresult.h:13
Indicates the query has not yet been initialized.
Definition: channelarraycomputerresult.h:15