Search Results for

    Show / Hide Table of Contents

    Class DGraphN

    Implementation of DGraph that has no dimensionality, ie no data stored for vertieces besides indices.

    Inheritance
    Object
    DGraph
    DGraphN
    Inherited Members
    DGraph.InvalidID
    DGraph.DuplicateEdgeID
    DGraph.InvalidEdgeV
    DGraph.InvalidEdge3
    DGraph.vertices_refcount
    DGraph.vertex_edges
    DGraph.edges_refcount
    DGraph.edges
    DGraph.timestamp
    DGraph.shape_timestamp
    DGraph.max_group_id
    DGraph.updateTimeStamp(Boolean)
    DGraph.Timestamp
    DGraph.ShapeTimestamp
    DGraph.VertexCount
    DGraph.EdgeCount
    DGraph.MaxVertexID
    DGraph.MaxEdgeID
    DGraph.MaxGroupID
    DGraph.IsVertex(Int32)
    DGraph.IsEdge(Int32)
    DGraph.GetVtxEdges(Int32)
    DGraph.GetVtxEdgeCount(Int32)
    DGraph.GetMaxVtxEdgeCount()
    DGraph.GetEdgeGroup(Int32)
    DGraph.SetEdgeGroup(Int32, Int32)
    DGraph.AllocateEdgeGroup()
    DGraph.GetEdgeV(Int32)
    DGraph.GetEdge(Int32)
    DGraph.append_vertex_internal()
    DGraph.AppendEdge(Int32, Int32, Int32)
    DGraph.AppendEdge(Index2i, Int32)
    DGraph.add_edge(Int32, Int32, Int32)
    DGraph.VertexIndices()
    DGraph.EdgeIndices()
    DGraph.Edges()
    DGraph.VtxVerticesItr(Int32)
    DGraph.VtxEdgesItr(Int32)
    DGraph.FindEdge(Int32, Int32)
    DGraph.RemoveEdge(Int32, Boolean)
    DGraph.RemoveVertex(Int32, Boolean)
    DGraph.SplitEdge(Int32, Int32, DGraph.EdgeSplitInfo)
    DGraph.SplitEdge(Int32, DGraph.EdgeSplitInfo)
    DGraph.CollapseEdge(Int32, Int32, DGraph.EdgeCollapseInfo)
    DGraph.edge_has_v(Int32, Int32)
    DGraph.edge_other_v(Int32, Int32)
    DGraph.replace_edge_vertex(Int32, Int32, Int32)
    DGraph.IsCompact
    DGraph.IsCompactV
    DGraph.IsBoundaryVertex(Int32)
    DGraph.IsJunctionVertex(Int32)
    DGraph.IsRegularVertex(Int32)
    DGraph.CheckValidity(DGraph.FailMode)
    DGraph.subclass_validity_checks(Action<Boolean>)
    DGraph.debug_check_is_vertex(Int32)
    DGraph.debug_check_is_edge(Int32)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class DGraphN : DGraph

    Methods

    append_new_split_vertex(Int32, Int32)

    Declaration
    protected override int append_new_split_vertex(int a, int b)
    Parameters
    Type Name Description
    Int32 a
    Int32 b
    Returns
    Type Description
    Int32
    Overrides
    DGraph.append_new_split_vertex(Int32, Int32)

    AppendVertex()

    Declaration
    public int AppendVertex()
    Returns
    Type Description
    Int32
    In This Article
    Back to top ViRGIS VR GIS