Package h
Class ST_pointf
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct,HardcodedStruct
public class ST_pointf extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classST_pointf.Array
-
Field Summary
Fields Modifier and Type Field Description doublexdoubley-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_pointf()ST_pointf(StarStruct parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)void____(__ptr__ other)ST_pointfcopy()voidcopyDataFrom(__ptr__ value)voidcopyDataFrom(__struct__ other)ST_pointfgetStruct()booleanisSameThan(StarStruct other)static ST_pointf[]malloc(int nb)voidmemcopyFrom(Area source)static ST_pointf[]realloc(ST_pointf[] old, int nb)voidsetDouble(java.lang.String fieldName, double data)voidsetStruct(__struct__ value)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
amp, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getUID36, minus, plus, setDouble, setInt, setInt, setPtr, setPtr, 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
-
-
-
-
Constructor Detail
-
ST_pointf
public ST_pointf()
-
ST_pointf
public ST_pointf(StarStruct parent)
-
-
Method Detail
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThanin interfaceStarStruct- Overrides:
isSameThanin classUnsupportedStarStruct
-
malloc
public static ST_pointf[] malloc(int nb)
-
copy
public ST_pointf copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStructAndPtr
-
setStruct
public void setStruct(__struct__ value)
- Specified by:
setStructin interface__ptr__- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
copyDataFrom
public void copyDataFrom(__ptr__ value)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
getStruct
public ST_pointf getStruct()
- Specified by:
getStructin interface__ptr__- Specified by:
getStructin interfaceStarStruct- Overrides:
getStructin classUnsupportedStarStruct
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFromin interfaceArea- Specified by:
memcopyFromin interfaceStarStruct- Overrides:
memcopyFromin classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStructAndPtr
-
____
public void ____(__ptr__ other)
- Specified by:
____in interface__struct__- Overrides:
____in classUnsupportedStructAndPtr
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceHardcodedStruct- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)- Specified by:
setDoublein interface__c__fields- Specified by:
setDoublein interfaceStarStruct- Overrides:
setDoublein classUnsupportedStarStruct
-
-