Package h
Class ST_Agnode_s.ArrayOfStar
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfPtr
-
- h.ST_Agnode_s.ArrayOfStar
-
- All Implemented Interfaces:
__array_of_ptr__,__c__fields,__ptr__,Area
- Enclosing class:
- ST_Agnode_s
public static class ST_Agnode_s.ArrayOfStar extends UnsupportedArrayOfPtr implements __ptr__, __array_of_ptr__
-
-
Constructor Summary
Constructors Constructor Description ArrayOfStar(int size)ArrayOfStar(java.util.List<ST_Agnode_s> data, int pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_Agnode_s.ArrayOfStarasPtr()intcomparePointer(__ptr__ other)ST_Agnode_sget(int i)ST_Agnode_sgetPtr()booleanisSameThan2(ST_Agnode_s.ArrayOfStar other)ST_Agnode_s.ArrayOfStarplus(int delta)ST_Agnode_s.ArrayOfStarreallocJ(int newsize)voidsetPtr(__ptr__ value)voidswap(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_Agnode_s> data, int pos)
-
-
Method Detail
-
swap
public void swap(int i, int j)- Specified by:
swapin interface__array_of_ptr__- Overrides:
swapin classUnsupportedArrayOfPtr
-
reallocJ
public ST_Agnode_s.ArrayOfStar reallocJ(int newsize)
-
plus
public ST_Agnode_s.ArrayOfStar plus(int delta)
- Specified by:
plusin interface__array_of_ptr__- Specified by:
plusin interface__ptr__- Overrides:
plusin classUnsupportedArrayOfPtr
-
asPtr
public ST_Agnode_s.ArrayOfStar asPtr()
- Specified by:
asPtrin interface__array_of_ptr__- Overrides:
asPtrin classUnsupportedArrayOfPtr
-
setPtr
public void setPtr(__ptr__ value)
- Specified by:
setPtrin interface__array_of_ptr__- Specified by:
setPtrin interface__ptr__- Overrides:
setPtrin classUnsupportedArrayOfPtr
-
get
public ST_Agnode_s get(int i)
-
getPtr
public ST_Agnode_s getPtr()
- Specified by:
getPtrin interface__array_of_ptr__- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedArrayOfPtr
-
comparePointer
public int comparePointer(__ptr__ other)
- Specified by:
comparePointerin interface__ptr__- Overrides:
comparePointerin classUnsupportedArrayOfPtr
-
isSameThan2
public boolean isSameThan2(ST_Agnode_s.ArrayOfStar other)
-
-