public class Pixacc
extends org.bridj.StructObject
| Constructor and Description |
|---|
Pixacc() |
Pixacc(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
int |
h()
array height
C type : l_int32 |
Pixacc |
h(int h)
array height
C type : l_int32 |
int |
offset()
used to allow negative
C type : l_int32 |
Pixacc |
offset(int offset)
used to allow negative
C type : l_int32 |
org.bridj.Pointer<Pix> |
pix()
the 32 bit accumulator pix
C type : Pix* |
Pixacc |
pix(org.bridj.Pointer<Pix> pix)
the 32 bit accumulator pix
C type : Pix* |
int |
w()
array width
C type : l_int32 |
Pixacc |
w(int w)
array width
C type : l_int32 |
public int w()
public Pixacc w(int w)
public int h()
public Pixacc h(int h)
public int offset()
public Pixacc offset(int offset)
public org.bridj.Pointer<Pix> pix()