Region

Undocumented in source.

Constructors

this
this(Region!(N, K) e)
Undocumented in source.
this
this(E ext)
Undocumented in source.

Members

Aliases

ptype
alias ptype = Vector!(N, T, "xyz"[0 .. N].spaceSep)
Undocumented in source.
rtype
alias rtype = Vector!(N * 2, T, ("xyz"[0 .. N] ~ "whd"[0 .. N]).spaceSep)
Undocumented in source.
selftype
alias selftype = Region!(N, T)
Undocumented in source.

Functions

expand
auto expand(E pnt)
Undocumented in source. Be warned that the author may not have intended to support it.
expand
auto expand(Region!(N, E) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(Vector!(N, E, AS) p)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(E p)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(Region!(N, E) p)
Undocumented in source. Be warned that the author may not have intended to support it.
overlap
auto overlap(Region!(N, E) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
overlapLocal
auto overlapLocal(Region!(N, E) reg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

lim
ptype lim [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lim
ptype lim [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ptype pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ptype pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
ptype size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
ptype size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta