Package gen.lib.label
Class node__c
- java.lang.Object
-
- gen.lib.label.node__c
-
public class node__c extends Object
-
-
Constructor Summary
Constructors Constructor Description node__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intAddBranch(ST_RTree rtp, ST_Branch_t b, ST_Node_t___ n, ST_Node_t___[] new_)static voidDisconBranch(ST_Node_t___ n, int i)static voidInitBranch(ST_Branch_t b)static voidInitNode(ST_Node_t___ n)static ST_Rect_tNodeCover(ST_Node_t___ n)static intPickBranch(ST_Rect_t r, ST_Node_t___ n)static ST_Node_t___RTreeNewNode(ST_RTree rtp)
-
-
-
Method Detail
-
RTreeNewNode
public static ST_Node_t___ RTreeNewNode(ST_RTree rtp)
-
InitNode
public static void InitNode(ST_Node_t___ n)
-
InitBranch
public static void InitBranch(ST_Branch_t b)
-
NodeCover
public static ST_Rect_t NodeCover(ST_Node_t___ n)
-
PickBranch
public static int PickBranch(ST_Rect_t r, ST_Node_t___ n)
-
AddBranch
public static int AddBranch(ST_RTree rtp, ST_Branch_t b, ST_Node_t___ n, ST_Node_t___[] new_)
-
DisconBranch
public static void DisconBranch(ST_Node_t___ n, int i)
-
-