bool Initialize(const ImageData& source, unsigned levelIndex, unsigned levelCount);
Initialize initializes ImageData to a sub-range of levels from source, which should have valid planes. Shouldn't fail unless allocPlanes() does.
Parameters |
Description |
const ImageData& source |
_nt_ |
unsigned levelIndex |
_nt_ |
unsigned levelCount |
_nt_ |