Search Results for

    Show / Hide Table of Contents

    Class PriorityQueue<TValue>

    Inheritance
    System.Object
    PriorityQueue<TValue>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Tessellator
    Assembly: Xbim.Tessellator.dll
    Syntax
    public class PriorityQueue<TValue>
        where TValue : class
    Type Parameters
    Name Description
    TValue

    Constructors

    | Improve this Doc View Source

    PriorityQueue(Int32, PriorityHeap<TValue>.LessOrEqual)

    Declaration
    public PriorityQueue(int initialSize, PriorityHeap<TValue>.LessOrEqual leq)
    Parameters
    Type Name Description
    System.Int32 initialSize
    PriorityHeap.LessOrEqual<> leq

    Properties

    | Improve this Doc View Source

    Empty

    Declaration
    public bool Empty { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ExtractMin()

    Declaration
    public TValue ExtractMin()
    Returns
    Type Description
    TValue
    | Improve this Doc View Source

    Init()

    Declaration
    public void Init()
    | Improve this Doc View Source

    Insert(TValue)

    Declaration
    public PqHandle Insert(TValue value)
    Parameters
    Type Name Description
    TValue value
    Returns
    Type Description
    PqHandle
    | Improve this Doc View Source

    Minimum()

    Declaration
    public TValue Minimum()
    Returns
    Type Description
    TValue
    | Improve this Doc View Source

    Remove(PqHandle)

    Declaration
    public void Remove(PqHandle handle)
    Parameters
    Type Name Description
    PqHandle handle
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim