ElemInfo

Description for untyped arrays with multidimension elements

Constructors

this
this(DataType ict, size_t channels)
this
this(size_t channels)

comp = DataType.RAWBYTE

Members

Properties

bpe
size_t bpe [@property getter]

bytes per element

compSize
size_t compSize [@property getter]

size of component

Static functions

fromType
ElemInfo fromType()

get ElemInfo from type

Variables

channels
size_t channels;

count of components in element

comp
DataType comp;

type of one component

Meta