Package h
Class ST_RTree
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_RTree
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_RTree extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description int
Deleting
int
ElimCount
int
EntryCount
int
LeafCount
int
MinFill
int
NodeCount
int
NonLeafCount
int
RectCount
ST_Node_t___
root
int
SeTouchCount
ST_SplitQ_t
split
int
StatFlag
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_RTree()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
root
public ST_Node_t___ root
-
split
public final ST_SplitQ_t split
-
MinFill
public int MinFill
-
Deleting
public int Deleting
-
StatFlag
public int StatFlag
-
ElimCount
public int ElimCount
-
SeTouchCount
public int SeTouchCount
-
RectCount
public int RectCount
-
NodeCount
public int NodeCount
-
LeafCount
public int LeafCount
-
NonLeafCount
public int NonLeafCount
-
EntryCount
public int EntryCount
-
-