Class TopologyExtensions
Inheritance
TopologyExtensions
Assembly: DeBroglie.dll
Syntax
public static class TopologyExtensions
Methods
|
Edit this page
View Source
AsGridTopology(ITopology)
Declaration
public static GridTopology AsGridTopology(this ITopology topology)
Parameters
Returns
|
Edit this page
View Source
ContainsIndex(ITopology, int)
Returns true if a given index has not been masked out.
Declaration
public static bool ContainsIndex(this ITopology topology, int index)
Parameters
Returns
|
Edit this page
View Source
GetIndices(ITopology)
Declaration
public static IEnumerable<int> GetIndices(this ITopology topology)
Parameters
Returns