Space Engineers
Public Member Functions | Properties | List of all members
VRage.Algorithms.MyPathFindingSystem< V >.Enumerator Class Reference
Inheritance diagram for VRage.Algorithms.MyPathFindingSystem< V >.Enumerator:

Public Member Functions

void Init (MyPathFindingSystem< V > parent, V startingVertex, Predicate< V > vertexFilter=null, Predicate< V > vertexTraversable=null, Predicate< IMyPathEdge< V >> edgeTraversable=null)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

Current [get]
 

Detailed Description

Definition at line 13 of file MyPathFindingSystem.cs.

Member Function Documentation

void VRage.Algorithms.MyPathFindingSystem< V >.Enumerator.Dispose ( )
inline

Definition at line 47 of file MyPathFindingSystem.cs.

void VRage.Algorithms.MyPathFindingSystem< V >.Enumerator.Init ( MyPathFindingSystem< V >  parent,
startingVertex,
Predicate< V >  vertexFilter = null,
Predicate< V >  vertexTraversable = null,
Predicate< IMyPathEdge< V >>  edgeTraversable = null 
)
inline

Definition at line 21 of file MyPathFindingSystem.cs.

bool VRage.Algorithms.MyPathFindingSystem< V >.Enumerator.MoveNext ( )
inline

Definition at line 58 of file MyPathFindingSystem.cs.

void VRage.Algorithms.MyPathFindingSystem< V >.Enumerator.Reset ( )
inline

Definition at line 100 of file MyPathFindingSystem.cs.

Property Documentation

V VRage.Algorithms.MyPathFindingSystem< V >.Enumerator.Current
get

Definition at line 43 of file MyPathFindingSystem.cs.


The documentation for this class was generated from the following file: