Package h
Class ST_Agedge_s.ArrayOfStar
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfPtr
-
- h.ST_Agedge_s.ArrayOfStar
-
- All Implemented Interfaces:
__array_of_ptr__
,__c__fields
,__ptr__
,Area
- Enclosing class:
- ST_Agedge_s
public static class ST_Agedge_s.ArrayOfStar extends UnsupportedArrayOfPtr implements __ptr__, __array_of_ptr__
-
-
Constructor Summary
Constructors Constructor Description ArrayOfStar(int size)
ArrayOfStar(java.util.List<ST_Agedge_s> data, int pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_Agedge_s.ArrayOfStar
asPtr()
int
comparePointer(__ptr__ other)
ST_Agedge_s
get(int i)
ST_Agedge_s
getPtr()
boolean
isSameThan2(ST_Agedge_s.ArrayOfStar other)
ST_Agedge_s.ArrayOfStar
plus(int delta)
ST_Agedge_s.ArrayOfStar
reallocJ(int newsize)
void
setPtr(__ptr__ value)
void
swap(int i, int j)
-
Methods inherited from class smetana.core.UnsupportedArrayOfPtr
addVirtualBytes, castTo, comparePointerInternal, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getInternal, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, move, realloc, realloc, setDouble, setDouble, setInt, setInt, setInternalByIndex, 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.__array_of_ptr__
comparePointerInternal, getInt, getInternal, getStruct, getUID36, memcopyFrom, move, realloc, realloc, setDouble, setInt, setInternalByIndex, setStruct
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getStruct, minus, setDouble, setInt, setStruct, unsupported
-
-
-
-
Constructor Detail
-
ArrayOfStar
public ArrayOfStar(int size)
-
ArrayOfStar
public ArrayOfStar(java.util.List<ST_Agedge_s> data, int pos)
-
-
Method Detail
-
swap
public void swap(int i, int j)
- Specified by:
swap
in interface__array_of_ptr__
- Overrides:
swap
in classUnsupportedArrayOfPtr
-
reallocJ
public ST_Agedge_s.ArrayOfStar reallocJ(int newsize)
-
plus
public ST_Agedge_s.ArrayOfStar plus(int delta)
- Specified by:
plus
in interface__array_of_ptr__
- Specified by:
plus
in interface__ptr__
- Overrides:
plus
in classUnsupportedArrayOfPtr
-
get
public ST_Agedge_s get(int i)
-
asPtr
public ST_Agedge_s.ArrayOfStar asPtr()
- Specified by:
asPtr
in interface__array_of_ptr__
- Overrides:
asPtr
in classUnsupportedArrayOfPtr
-
setPtr
public void setPtr(__ptr__ value)
- Specified by:
setPtr
in interface__array_of_ptr__
- Specified by:
setPtr
in interface__ptr__
- Overrides:
setPtr
in classUnsupportedArrayOfPtr
-
getPtr
public ST_Agedge_s getPtr()
- Specified by:
getPtr
in interface__array_of_ptr__
- Specified by:
getPtr
in interface__ptr__
- Overrides:
getPtr
in classUnsupportedArrayOfPtr
-
comparePointer
public int comparePointer(__ptr__ other)
- Specified by:
comparePointer
in interface__ptr__
- Overrides:
comparePointer
in classUnsupportedArrayOfPtr
-
isSameThan2
public boolean isSameThan2(ST_Agedge_s.ArrayOfStar other)
-
-