Package h
Class ST_point
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_point extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description intxinty-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_point()ST_point(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)__struct__copy()voidsetInt(java.lang.String fieldName, int data)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
____, amp, 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, 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
-
-
-
-
Constructor Detail
-
ST_point
public ST_point()
-
ST_point
public ST_point(StarStruct parent)
-
-
Method Detail
-
copy
public __struct__ copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStructAndPtr
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStructAndPtr
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
-