Uses of Class
h.ST_Rect_t
-
Packages that use ST_Rect_t Package Description gen.lib.label h -
-
Uses of ST_Rect_t in gen.lib.label
Methods in gen.lib.label that return ST_Rect_t Modifier and Type Method Description static ST_Rect_t
rectangle__c. CombineRect(ST_Rect_t r, ST_Rect_t rr)
static ST_Rect_t
node__c. NodeCover(ST_Node_t___ n)
static ST_Rect_t
rectangle__c. NullRect()
static ST_Rect_t
xlabels__c. objplpmks(ST_XLabels_t xlp, ST_object_t objp)
Methods in gen.lib.label with parameters of type ST_Rect_t Modifier and Type Method Description static double
xlabels__c. aabbaabb(ST_Rect_t r, ST_Rect_t s)
static ST_Rect_t
rectangle__c. CombineRect(ST_Rect_t r, ST_Rect_t rr)
static void
rectangle__c. InitRect(ST_Rect_t r)
static void
xlabels__c. objp2rect(ST_object_t op, ST_Rect_t r)
static void
xlabels__c. objplp2rect(ST_object_t objp, ST_Rect_t r)
static boolean
rectangle__c. Overlap(ST_Rect_t r, ST_Rect_t s)
static int
node__c. PickBranch(ST_Rect_t r, ST_Node_t___ n)
static double
xlabels__c. recordlintrsx(ST_XLabels_t xlp, ST_object_t op, ST_object_t cp, ST_Rect_t rp, double a, ST_object_t[] intrsx)
static double
xlabels__c. recordointrsx(ST_XLabels_t xlp, ST_object_t op, ST_object_t cp, ST_Rect_t rp, double a, ST_object_t[] intrsx)
static int
rectangle__c. RectArea(ST_Rect_t r)
static int
index__c. RTreeInsert(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___[] n, int level)
static int
index__c. RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)
static ST_LeafList_t
index__c. RTreeSearch(ST_RTree rtp, ST_Node_t___ n, ST_Rect_t r)
-
Uses of ST_Rect_t in h
Fields in h declared as ST_Rect_t Modifier and Type Field Description ST_Rect_t[]
ST_PartitionVars. cover
ST_Rect_t
ST_SplitQ_t. CoverSplit
ST_Rect_t
ST_Branch_t. rect
Methods in h that return ST_Rect_t Modifier and Type Method Description ST_Rect_t
ST_SplitQ_t. castTo(Class dest)
-