C# Class Delaunay.HalfedgePriorityQueue

Inheritance: IDisposable
Mostra file Open project: ngarside/UnityDelaunay Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Empty ( ) : bool
ExtractMin ( ) : Halfedge
HalfedgePriorityQueue ( float ymin, float deltay, int sqrt_nsites ) : System
Insert ( Halfedge halfEdge ) : void
Min ( ) : System.Vector2
Remove ( Halfedge halfEdge ) : void

Private Methods

Method Description
AdjustMinBucket ( ) : void
Bucket ( Halfedge halfEdge ) : int
Init ( ) : void
IsEmpty ( int bucket ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Empty() public method

public Empty ( ) : bool
return bool

ExtractMin() public method

public ExtractMin ( ) : Halfedge
return Halfedge

HalfedgePriorityQueue() public method

public HalfedgePriorityQueue ( float ymin, float deltay, int sqrt_nsites ) : System
ymin float
deltay float
sqrt_nsites int
return System

Insert() public method

public Insert ( Halfedge halfEdge ) : void
halfEdge Halfedge
return void

Min() public method

public Min ( ) : System.Vector2
return System.Vector2

Remove() public method

public Remove ( Halfedge halfEdge ) : void
halfEdge Halfedge
return void