Enum copy_type_t

Enum Documentation

enum mrpt::img::copy_type_t

Define kind of copies

Values:

enumerator SHALLOW_COPY

Shallow copy: the copied object is a reference to the original one

enumerator DEEP_COPY

Deep copy: the copied object has a duplicate of all data, becoming independent