A data structure to efficiently add and remove mesh triangles.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.SortedDictionary<(Of <(MeshTriangle, MeshTriangle>)>)
    ceometric.ComputationalGeometry..::.MeshTriangleList

See Also