Package h
Class ST_SplitQ_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_SplitQ_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_SplitQ_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Branch_t[]
BranchBuf
ST_Rect_t
CoverSplit
int
CoverSplitArea
ST_PartitionVars[]
Partitions
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_SplitQ_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_Rect_t
castTo(Class dest)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
BranchBuf
public final ST_Branch_t[] BranchBuf
-
CoverSplit
public final ST_Rect_t CoverSplit
-
CoverSplitArea
public int CoverSplitArea
-
Partitions
public final ST_PartitionVars[] Partitions
-
-