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

Classes

struct  PathNode
 

Public Member Functions

IEnumerator< MyPath< V >.PathNodeGetEnumerator ()
 

Properties

int Count [get]
 
PathNode this[int position] [get, set]
 

Detailed Description

Type Constraints
V :class 
V :IMyPathVertex<V> 
V :IEnumerable 
V :IMyPathEdge<V> 

Definition at line 9 of file MyPath.cs.

Member Function Documentation

IEnumerator<MyPath<V>.PathNode> VRage.Algorithms.MyPath< V >.GetEnumerator ( )
inline

Definition at line 64 of file MyPath.cs.

Property Documentation

int VRage.Algorithms.MyPath< V >.Count
get

Definition at line 20 of file MyPath.cs.

PathNode VRage.Algorithms.MyPath< V >.this[int position]
getset

Definition at line 28 of file MyPath.cs.


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