Image

Undocumented in source.

Constructors

this
this(Image!N img)
Undocumented in source.
this
this(Image!N img)
Undocumented in source.
this
this(Header hdr, void[] data)
Undocumented in source.
this
this(size_t[N] sz, PixelType pt, void[] data)
Undocumented in source.
this
this(V v, PixelType pt, void[] data)
Undocumented in source.
this
this(size_t[N] sz, T[] data)
Undocumented in source.
this
this(V v, T[] data)
Undocumented in source.
this
this(Image!(N - 1) img, size_t dim)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

imcrd_t
alias imcrd_t = Vector!(N, size_t, "xyz"[0 .. N].spaceSep)
Undocumented in source.
imdiff_t
alias imdiff_t = Vector!(N, ptrdiff_t, "xyz"[0 .. N].spaceSep)
Undocumented in source.
imregion_t
alias imregion_t = Region!(N, ptrdiff_t)
Undocumented in source.
imsize_t
alias imsize_t = Vector!(N, size_t, "whd"[0 .. N].spaceSep)
Undocumented in source.
selftype
alias selftype = Image!N
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
auto copy(Region!(N, T) r)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
immutable(void[]) dump()
Undocumented in source. Be warned that the author may not have intended to support it.
paste
void paste(V pos, Image!N im)
Undocumented in source. Be warned that the author may not have intended to support it.
pixel
T pixel(size_t[N] crd)
Undocumented in source. Be warned that the author may not have intended to support it.
pixel
const(T) pixel(size_t[N] crd)
Undocumented in source. Be warned that the author may not have intended to support it.
pixel
T pixel(V v)
Undocumented in source. Be warned that the author may not have intended to support it.
pixel
const(T) pixel(V v)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
auto dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
header
auto header [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
histoConv
Image!(N - 1) histoConv [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
idup
auto idup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mapAs
T[] mapAs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mapAs
const(T)[] mapAs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
auto size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
V size [@property setter]
Undocumented in source.
type
auto type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
PixelType type [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

load
auto load(immutable(void[]) rawdata)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Header
struct Header
Undocumented in source.

Variables

data
void[] data;
Undocumented in source.

Meta