Eulergraph
Preparing search index...
routing/algorithms/aStar/graph
GridGraph
Class GridGraph
Index
Constructors
constructor
Properties
empty
Graph
graph
h
w
with
Bounds?
Methods
clear
dispose
get
Vertex
get
Vertexes
reset
set
Value
By
Index
extend
Constructors
constructor
new
GridGraph
(
__namedParameters
:
{
emptyGraph
?:
Vertex
[]
;
graph
?:
Vertex
[]
;
h
:
number
;
w
:
number
;
withBounds
?:
boolean
;
}
,
)
:
GridGraph
Parameters
__namedParameters
:
{
emptyGraph
?:
Vertex
[]
;
graph
?:
Vertex
[]
;
h
:
number
;
w
:
number
;
withBounds
?:
boolean
;
}
Returns
GridGraph
Properties
empty
Graph
emptyGraph
:
Vertex
[]
graph
graph
:
Vertex
[]
h
h
:
number
w
w
:
number
Optional
with
Bounds
withBounds
?:
boolean
Methods
clear
clear
()
:
void
Returns
void
dispose
dispose
()
:
void
Returns
void
get
Vertex
getVertex
(
index
:
number
|
undefined
)
:
Vertex
|
undefined
Parameters
index
:
number
|
undefined
Returns
Vertex
|
undefined
get
Vertexes
getVertexes
()
:
Vertex
[]
Returns
Vertex
[]
reset
reset
()
:
void
Быстрый сброс через прямой доступ к памяти
Returns
void
set
Value
By
Index
setValueByIndex
(
index
:
number
,
value
:
VertexValue
)
:
void
Parameters
index
:
number
value
:
VertexValue
Returns
void
Static
extend
extend
(
graph
:
GridGraph
)
:
GridGraph
Parameters
graph
:
GridGraph
Returns
GridGraph
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
empty
Graph
graph
h
w
with
Bounds
Methods
clear
dispose
get
Vertex
get
Vertexes
reset
set
Value
By
Index
extend
Eulergraph
Loading...
Быстрый сброс через прямой доступ к памяти