Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
RUI.Algorithms.FlowGraph< T > Class Template Reference

Public Member Functions

Vertex< T > Add (T part)
 
 FlowGraph ()
 
Vertex< T > GetPartVertex (T part)
 

Public Attributes

List< Vertex< T > > graph
 
Dictionary< T, Vertex< T > > lookup
 

Constructor & Destructor Documentation

RUI.Algorithms.FlowGraph< T >.FlowGraph ( )
inline

Member Function Documentation

Vertex<T> RUI.Algorithms.FlowGraph< T >.Add ( part)
inline
Vertex<T> RUI.Algorithms.FlowGraph< T >.GetPartVertex ( part)
inline

Member Data Documentation

List<Vertex<T> > RUI.Algorithms.FlowGraph< T >.graph
Dictionary<T, Vertex<T> > RUI.Algorithms.FlowGraph< T >.lookup

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