메소드 | 설명 | |
---|---|---|
AcceptCost ( int vertex ) : float | ||
CalculateHeuristics ( ) : void | ||
ClearFlags ( ) : void | ||
Costs ( int vertex ) : Floatarray | ||
HasFlag ( int flag ) : bool | ||
Heuristics ( ) : Floatarray | ||
Inputs ( int vertex ) : Intarray | ||
MakeFst ( string name ) : |
Создает экземпляр класса, наследованного от OcroFST
|
|
MakeOcroFst ( ) : |
||
Outputs ( int vertex ) : Intarray | ||
SetAcceptCost ( int vertex, float new_value ) : void | ||
SortByInput ( ) : void | ||
SortByOutput ( ) : void | ||
Targets ( int vertex ) : Intarray |
public static MakeFst ( string name ) : |
||
name | string | имя класа |
리턴 |
public abstract SetAcceptCost ( int vertex, float new_value ) : void | ||
vertex | int | |
new_value | float | |
리턴 | void |