Package h
Class ST_BestPos_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_BestPos_t extends UnsupportedStructAndPtr
-
-
Constructor Summary
Constructors Constructor Description ST_BestPos_t()
ST_BestPos_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
__struct__
copy()
void
setDouble(java.lang.String fieldName, double data)
void
setInt(java.lang.String fieldName, int data)
void
setStruct(java.lang.String fieldName, __struct__ newData)
-
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, 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
-
-
-
-
Field Detail
-
n
public int n
-
area
public double area
-
pos
public final ST_pointf pos
-
-
Constructor Detail
-
ST_BestPos_t
public ST_BestPos_t()
-
ST_BestPos_t
public ST_BestPos_t(StarStruct parent)
-
-
Method Detail
-
copy
public __struct__ copy()
- Specified by:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStructAndPtr
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStructAndPtr
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)
- Specified by:
setStruct
in interface__c__fields
- Specified by:
setStruct
in interfaceStarStruct
- Overrides:
setStruct
in classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
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
-
-