Package gen.lib.label
Class index__c
java.lang.Object
gen.lib.label.index__c
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
static ST_Node_t___
RTreeNewIndex
(ST_RTree rtp) static ST_LeafList_t
static ST_RTree
static ST_LeafList_t
RTreeSearch
(ST_RTree rtp, ST_Node_t___ n, ST_Rect_t r)
-
Constructor Details
-
index__c
public index__c()
-
-
Method Details
-
RTreeNewLeafList
-
RTreeLeafListAdd
-
RTreeLeafListFree
-
RTreeOpen
-
RTreeNewIndex
-
RTreeClose2
-
RTreeClose
-
RTreeSearch
-
RTreeInsert
-
RTreeInsert2
public static int RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)
-