Package h
Class ST_Agedgepair_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_Agedgepair_s
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_Agedgepair_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agedge_s
in
ST_Agedge_s
out
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedgepair_s()
ST_Agedgepair_s(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
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
out
public final ST_Agedge_s out
-
in
public final ST_Agedge_s in
-
-
Constructor Detail
-
ST_Agedgepair_s
public ST_Agedgepair_s()
-
ST_Agedgepair_s
public ST_Agedgepair_s(StarStruct parent)
-
-