|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.CArrayOfBreakpts
public class CArrayOfBreakpts
Class replacing C language pointer
Constructor Summary | |
---|---|
CArrayOfBreakpts(Breakpt[] array,
int pointer)
Makes new CArray |
|
CArrayOfBreakpts(CArrayOfBreakpts carray)
Makes new CArray from other CArray |
Method Summary | |
---|---|
Breakpt |
get()
Returns element at pointer |
Breakpt |
get(int i)
Returns array element at specified index |
int |
getPointer()
Returns pointer value |
void |
lessenPointerBy(int i)
Lessens pointer by value |
void |
mm()
Lessens ponter by one (--) |
void |
pp()
Increases pointer by one (++) |
void |
raisePointerBy(int i)
Raises pointer by value |
void |
set(Breakpt f)
Sets element at pointer |
void |
setPointer(int pointer)
Sets ponter value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CArrayOfBreakpts(Breakpt[] array, int pointer)
array
- underlaying arraypointer
- pointer (index) to arraypublic CArrayOfBreakpts(CArrayOfBreakpts carray)
carray
- reference arrayMethod Detail |
---|
public Breakpt get()
public void pp()
public void set(Breakpt f)
f
- desired valuepublic Breakpt get(int i)
i
- array index
public void lessenPointerBy(int i)
i
- lessen bypublic int getPointer()
public void setPointer(int pointer)
pointer
- pointer value to be setpublic void raisePointerBy(int i)
i
- raise bypublic void mm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |