====== ThinkGeo.MapSuite.Routing.QuadHeapPriorityQueue ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Routing.PriorityQueue ***ThinkGeo.MapSuite.Routing.QuadHeapPriorityQueue** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} QuadHeapPriorityQueue() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Peek() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ExtractMin() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Add(Segment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Update(Segment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A
** {{wiki:PublicMethod.gif|}} Contains(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters == * //capNodeId// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} PeekCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} ExtractMinCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} AddCore(Segment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} UpdateCore(Segment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //value// * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ContainsCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Routing.Segment|Segment]] * Description:N/A == Parameters == * //capNodeId// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SortCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Count ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ==== Protected Properties ==== ==== Public Events ====