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_trectangle__c. CombineRect(ST_Rect_t r, ST_Rect_t rr)static ST_Rect_tnode__c. NodeCover(ST_Node_t___ n)static ST_Rect_trectangle__c. NullRect()static ST_Rect_txlabels__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 doublexlabels__c. aabbaabb(ST_Rect_t r, ST_Rect_t s)static ST_Rect_trectangle__c. CombineRect(ST_Rect_t r, ST_Rect_t rr)static voidrectangle__c. InitRect(ST_Rect_t r)static voidxlabels__c. objp2rect(ST_object_t op, ST_Rect_t r)static voidxlabels__c. objplp2rect(ST_object_t objp, ST_Rect_t r)static booleanrectangle__c. Overlap(ST_Rect_t r, ST_Rect_t s)static intnode__c. PickBranch(ST_Rect_t r, ST_Node_t___ n)static doublexlabels__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 doublexlabels__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 intrectangle__c. RectArea(ST_Rect_t r)static intindex__c. RTreeInsert(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___[] n, int level)static intindex__c. RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)static ST_LeafList_tindex__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. coverST_Rect_tST_SplitQ_t. CoverSplitST_Rect_tST_Branch_t. rectMethods in h that return ST_Rect_t Modifier and Type Method Description ST_Rect_tST_SplitQ_t. castTo(Class dest)
-