Show / Hide Table of Contents

Class TopologyExtensions

Inheritance
object
TopologyExtensions
Namespace: DeBroglie.Topo
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
Type Name Description
ITopology topology
Returns
Type Description
GridTopology
| 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
Type Name Description
ITopology topology
int index
Returns
Type Description
bool
| Edit this page View Source

GetIndices(ITopology)

Declaration
public static IEnumerable<int> GetIndices(this ITopology topology)
Parameters
Type Name Description
ITopology topology
Returns
Type Description
IEnumerable<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX