Search Results for

    Show / Hide Table of Contents

    Class LinkedGraphData

    Linked graph data for nodes implement ILinkedNode

    Inheritance
    object
    CeresGraphData
    LinkedGraphData
    Inherited Members
    CeresGraphData.variableData
    CeresGraphData.nodeData
    CeresGraphData.nodeGroups
    CeresGraphData.RestoreNode(int, CeresNode[])
    CeresGraphData.RestoreVariable(int, SharedVariable[])
    CeresGraphData.RedirectNodeType(ManagedReferenceType)
    CeresGraphData.RedirectVariableType(ManagedReferenceType)
    CeresGraphData.RedirectSerializedType(string)
    CeresGraphData.ResolveSerializedType(string)
    CeresGraphData.Clone()
    CeresGraphData.CloneT<T>()
    CeresGraphData.GetFallbackNode(CeresNodeData, int)
    CeresGraphData.PreSerialization()
    CeresGraphData.ToJson(bool)
    CeresGraphData.FromJson<T>(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class LinkedGraphData : CeresGraphData

    Constructors

    LinkedGraphData()

    Declaration
    public LinkedGraphData()

    LinkedGraphData(CeresGraph)

    Declaration
    public LinkedGraphData(CeresGraph graph)
    Parameters
    Type Name Description
    CeresGraph graph

    Fields

    edges

    Declaration
    public LinkedGraphData.Edge[] edges
    Field Value
    Type Description
    Edge[]

    Methods

    BuildGraph(CeresGraph)

    Declaration
    public override void BuildGraph(CeresGraph graph)
    Parameters
    Type Name Description
    CeresGraph graph
    Overrides
    CeresGraphData.BuildGraph(CeresGraph)

    ReadFromLinkedNodes(CeresGraph)

    Read graph data from iterating graph nodes, only worked when node implement ILinkedNode

    Declaration
    protected void ReadFromLinkedNodes(CeresGraph graph)
    Parameters
    Type Name Description
    CeresGraph graph
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX