Package h
Class ST_tna_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_tna_t extends UnsupportedStructAndPtr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ST_tna_t.Array
-
Field Summary
Fields Modifier and Type Field Description ST_pointf[]
a
double
t
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_tna_t()
ST_tna_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __struct__
getStruct()
void
setDouble(java.lang.String fieldName, double data)
-
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, getUID36, isSameThan, memcopyFrom, minus, plus, 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
-
t
public double t
-
a
public final ST_pointf[] a
-
-
Constructor Detail
-
ST_tna_t
public ST_tna_t()
-
ST_tna_t
public ST_tna_t(StarStruct parent)
-
-
Method Detail
-
setDouble
public void setDouble(java.lang.String fieldName, double data)
- Specified by:
setDouble
in interface__c__fields
- Specified by:
setDouble
in interfaceStarStruct
- Overrides:
setDouble
in classUnsupportedStarStruct
-
getStruct
public __struct__ getStruct()
- Specified by:
getStruct
in interface__ptr__
- Specified by:
getStruct
in interfaceStarStruct
- Overrides:
getStruct
in classUnsupportedStarStruct
-
-