Class GenerateMstAreaGraphNode
Generates a minimum spanning tree area graph from the given areas connected area graph.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Generate Area Graph (Minimum)", "Areas", true)]
[Serializable]
public class GenerateMstAreaGraphNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
MstAreaGraph
Gets the latest generated MST area graph.
Declaration
public AreaGraph MstAreaGraph { get; }
Property Value
Type | Description |
---|---|
AreaGraph |
Methods
OnProcess()
Declaration
protected override void OnProcess()