Package h
Class ST_RTree
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_RTree extends UnsupportedStructAndPtr
-
-
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
UID
-
-
Constructor Summary
Constructors Constructor Description ST_RTree()
ST_RTree(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setInt(java.lang.String fieldName, int data)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, 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
-
-
Constructor Detail
-
ST_RTree
public ST_RTree()
-
ST_RTree
public ST_RTree(StarStruct parent)
-
-
Method Detail
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
-