GetPointer
Retruns the raw memory pointer to the underlying pinned data buffer of the HostMem object. This …
IsContinuous
Returns true if the pinned host memory is stored contiguously (no padding/gaps between rows).
ReadElemSize
Returns the total size of a single pixel (all channels) in bytes.
ReadElemSize1
Returns the size of a single channel (sub-element) in bytes.
ReadtStep
Returns the row stride (the distance from the start of one row to the next) in bytes.
ReadtStep1
Returns the row stride in terms of the number of individual elements (channels).
Reshape
creates alternative HostMem header for the same data, with different number of channels and/or …
Swap
Swaps with other smart pointer