Package h
Class ST_Agnode_s.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_Agnode_s.Array
-
- All Implemented Interfaces:
__array_of_ptr__
,__c__fields
,__ptr__
,Area
- Enclosing class:
- ST_Agnode_s
public static class ST_Agnode_s.Array extends UnsupportedArrayOfStruct2 implements __ptr__, __array_of_ptr__
-
-
Constructor Summary
Constructors Constructor Description Array(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_Agnode_s.Array
asPtr()
int
comparePointerInternal(__array_of_ptr__ other)
ST_Agnode_s
get(int i)
ST_Agnode_s
getPtr()
int
minus(ST_Agnode_s.Array other)
ST_Agnode_s.Array
move(int delta)
ST_Agnode_s.Array
plus(int delta)
ST_Agnode_s.Array
plusJ(int i)
void
realloc(size_t nb)
ST_Agnode_s.Array
reallocJ(int newsize)
void
setPtr(__ptr__ value)
void
setStruct(__struct__ value)
-
Methods inherited from class smetana.core.UnsupportedArrayOfStruct2
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getInternal, getStruct, getUID36, memcopyFrom, minus, realloc, setDouble, setDouble, setInt, setInt, setInternalByIndex, setPtr, setStruct, swap, 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__
getInt, getInternal, getStruct, getUID36, memcopyFrom, realloc, setDouble, setInt, setInternalByIndex, swap
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getStruct, minus, setDouble, setInt, unsupported
-
-
-
-
Method Detail
-
setStruct
public void setStruct(__struct__ value)
- Specified by:
setStruct
in interface__array_of_ptr__
- Specified by:
setStruct
in interface__ptr__
- Overrides:
setStruct
in classUnsupportedArrayOfStruct2
-
asPtr
public ST_Agnode_s.Array asPtr()
- Specified by:
asPtr
in interface__array_of_ptr__
- Overrides:
asPtr
in classUnsupportedArrayOfStruct2
-
reallocJ
public ST_Agnode_s.Array reallocJ(int newsize)
-
plus
public ST_Agnode_s.Array plus(int delta)
- Specified by:
plus
in interface__array_of_ptr__
- Specified by:
plus
in interface__ptr__
-
setPtr
public void setPtr(__ptr__ value)
- Specified by:
setPtr
in interface__array_of_ptr__
- Specified by:
setPtr
in interface__ptr__
- Overrides:
setPtr
in classUnsupportedArrayOfStruct2
-
getPtr
public ST_Agnode_s getPtr()
- Specified by:
getPtr
in interface__array_of_ptr__
- Specified by:
getPtr
in interface__ptr__
- Overrides:
getPtr
in classUnsupportedArrayOfStruct2
-
get
public ST_Agnode_s get(int i)
-
plusJ
public ST_Agnode_s.Array plusJ(int i)
-
minus
public int minus(ST_Agnode_s.Array other)
-
move
public ST_Agnode_s.Array move(int delta)
- Specified by:
move
in interface__array_of_ptr__
-
realloc
public void realloc(size_t nb)
- Specified by:
realloc
in interface__array_of_ptr__
-
comparePointerInternal
public int comparePointerInternal(__array_of_ptr__ other)
- Specified by:
comparePointerInternal
in interface__array_of_ptr__
-
-