public class DPix
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<java.lang.Double> |
data()
the double image data
C type : l_float64* |
DPix |
data(org.bridj.Pointer<java.lang.Double> data)
the double image data
C type : l_float64* |
int |
h()
height in pixels
C type : l_int32 |
DPix |
h(int h)
height in pixels
C type : l_int32 |
int |
refcount()
reference count (1 if no clones)
C type : l_uint32 |
DPix |
refcount(int refcount)
reference count (1 if no clones)
C type : l_uint32 |
int |
w()
width in pixels
C type : l_int32 |
DPix |
w(int w)
width in pixels
C type : l_int32 |
int |
wpl()
32-bit words/line
C type : l_int32 |
DPix |
wpl(int wpl)
32-bit words/line
C type : l_int32 |
int |
xres()
image res (ppi) in x direction
C type : l_int32 |
DPix |
xres(int xres)
image res (ppi) in x direction
C type : l_int32 |
int |
yres()
image res (ppi) in y direction
C type : l_int32 |
DPix |
yres(int yres)
image res (ppi) in y direction
C type : l_int32 |
public int w()
public DPix w(int w)
public int h()
public DPix h(int h)
public int wpl()
public DPix wpl(int wpl)
public int refcount()
public DPix refcount(int refcount)
public int xres()
public DPix xres(int xres)
public int yres()
public DPix yres(int yres)
public org.bridj.Pointer<java.lang.Double> data()
public DPix data(org.bridj.Pointer<java.lang.Double> data)