A data structure to efficiently add and remove edges.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public class MeshEdgeList : SortedDictionary<MeshEdge, MeshEdge>
Visual Basic (Declaration)
Public Class MeshEdgeList _
	Inherits SortedDictionary(Of MeshEdge, MeshEdge)
Visual C++
public ref class MeshEdgeList : public SortedDictionary<MeshEdge^, MeshEdge^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.SortedDictionary<(Of <(MeshEdge, MeshEdge>)>)
    ceometric.ComputationalGeometry..::.MeshEdgeList

See Also