public class PixaComp
extends org.bridj.StructObject
| Constructor and Description |
|---|
PixaComp() |
PixaComp(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<Boxa> |
boxa()
array of boxes
C type : Boxa* |
PixaComp |
boxa(org.bridj.Pointer<Boxa> boxa)
array of boxes
C type : Boxa* |
int |
n()
number of PixComp in ptr array
C type : l_int32 |
PixaComp |
n(int n)
number of PixComp in ptr array
C type : l_int32 |
int |
nalloc()
number of PixComp ptrs allocated
C type : l_int32 |
PixaComp |
nalloc(int nalloc)
number of PixComp ptrs allocated
C type : l_int32 |
int |
offset()
indexing offset into ptr array
C type : l_int32 |
PixaComp |
offset(int offset)
indexing offset into ptr array
C type : l_int32 |
org.bridj.Pointer<org.bridj.Pointer<PixComp>> |
pixc()
the array of ptrs to PixComp
C type : PixComp** |
PixaComp |
pixc(org.bridj.Pointer<org.bridj.Pointer<PixComp>> pixc)
the array of ptrs to PixComp
C type : PixComp** |
public int n()
public PixaComp n(int n)
public int nalloc()
public PixaComp nalloc(int nalloc)
public int offset()
public PixaComp offset(int offset)
public org.bridj.Pointer<org.bridj.Pointer<PixComp>> pixc()
public PixaComp pixc(org.bridj.Pointer<org.bridj.Pointer<PixComp>> pixc)
public org.bridj.Pointer<Boxa> boxa()