Package gen.lib.label
Class index__c
- java.lang.Object
-
- gen.lib.label.index__c
-
public class index__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description index__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
RTreeClose(ST_RTree rtp)
static int
RTreeClose2(ST_RTree rtp, ST_Node_t___ n)
static int
RTreeInsert(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___[] n, int level)
static int
RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)
static ST_LeafList_t
RTreeLeafListAdd(ST_LeafList_t llp, ST_Branch_t lp)
static void
RTreeLeafListFree(ST_LeafList_t llp)
static ST_Node_t___
RTreeNewIndex(ST_RTree rtp)
static ST_LeafList_t
RTreeNewLeafList(ST_Branch_t lp)
static ST_RTree
RTreeOpen()
static ST_LeafList_t
RTreeSearch(ST_RTree rtp, ST_Node_t___ n, ST_Rect_t r)
-
-
-
Method Detail
-
RTreeNewLeafList
public static ST_LeafList_t RTreeNewLeafList(ST_Branch_t lp)
-
RTreeLeafListAdd
public static ST_LeafList_t RTreeLeafListAdd(ST_LeafList_t llp, ST_Branch_t lp)
-
RTreeLeafListFree
public static void RTreeLeafListFree(ST_LeafList_t llp)
-
RTreeOpen
public static ST_RTree RTreeOpen()
-
RTreeNewIndex
public static ST_Node_t___ RTreeNewIndex(ST_RTree rtp)
-
RTreeClose2
public static int RTreeClose2(ST_RTree rtp, ST_Node_t___ n)
-
RTreeClose
public static int RTreeClose(ST_RTree rtp)
-
RTreeSearch
public static ST_LeafList_t RTreeSearch(ST_RTree rtp, ST_Node_t___ n, ST_Rect_t r)
-
RTreeInsert
public static int RTreeInsert(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___[] n, int level)
-
RTreeInsert2
public static int RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)
-
-