Package gen.lib.label
Class node__c
- java.lang.Object
-
- gen.lib.label.node__c
-
public class node__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description node__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
AddBranch(ST_RTree rtp, ST_Branch_t b, ST_Node_t___ n, ST_Node_t___[] new_)
static void
DisconBranch(ST_Node_t___ n, int i)
static void
InitBranch(ST_Branch_t b)
static void
InitNode(ST_Node_t___ n)
static ST_Rect_t
NodeCover(ST_Node_t___ n)
static int
PickBranch(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)
-
-