Package h
Class ST_PartitionVars
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_PartitionVars
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_PartitionVars extends UnsupportedStructAndPtr
-
-
Constructor Summary
Constructors Constructor Description ST_PartitionVars()
ST_PartitionVars(StarStruct parent)
-
Method Summary
-
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, setInt, setPtr, 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
-
partition
public final int[] partition
-
taken
public final int[] taken
-
count
public final int[] count
-
cover
public final ST_Rect_t[] cover
-
area
public final int[] area
-
-
Constructor Detail
-
ST_PartitionVars
public ST_PartitionVars()
-
ST_PartitionVars
public ST_PartitionVars(StarStruct parent)
-
-