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 class
ST_pointf.Array
-
Field Summary
Fields Modifier and Type Field Description double
x
double
y
-
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_pointf
copy()
void
copyDataFrom(__ptr__ value)
void
copyDataFrom(__struct__ other)
ST_pointf
getStruct()
boolean
isSameThan(StarStruct other)
static ST_pointf[]
malloc(int nb)
void
memcopyFrom(Area source)
static ST_pointf[]
realloc(ST_pointf[] old, int nb)
void
setDouble(java.lang.String fieldName, double data)
void
setStruct(__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:
isSameThan
in interfaceStarStruct
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
malloc
public static ST_pointf[] malloc(int nb)
-
copy
public ST_pointf copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStructAndPtr
-
setStruct
public void setStruct(__struct__ value)
- Specified by:
setStruct
in interface__ptr__
- Specified by:
setStruct
in interfaceStarStruct
- Overrides:
setStruct
in classUnsupportedStarStruct
-
copyDataFrom
public void copyDataFrom(__ptr__ value)
- Specified by:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
getStruct
public ST_pointf getStruct()
- Specified by:
getStruct
in interface__ptr__
- Specified by:
getStruct
in interfaceStarStruct
- Overrides:
getStruct
in classUnsupportedStarStruct
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFrom
in interfaceArea
- Specified by:
memcopyFrom
in interfaceStarStruct
- Overrides:
memcopyFrom
in 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:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceHardcodedStruct
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
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
-
-