Main Content

alreadyWritten

List of blocks already written

Since R2021a

    Description

    ioblocksubs = alreadyWritten(obj,level) returns a list of block subscripts that have data written to them. This list is used to skip processing existing output in blockedImage/apply calls when the parameter Resume is set to true.

    Input Arguments

    collapse all

    Adapter object, specified as an instance of an adapter class that is subclassed from the images.blocked.Adapter class.

    Image resolution level, specified as an integer-valued scalar.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Output Arguments

    collapse all

    List of written blocks, returned as an array of subscripts.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Version History

    Introduced in R2021a