enum mrpt::img::copy_type_t

Overview

Define kind of copies More…

#include <CImage.h>

enum copy_type_t
{
    SHALLOW_COPY = 0,
    DEEP_COPY    = 1,
};

Detailed Documentation

Define kind of copies

Enum Values

SHALLOW_COPY

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

DEEP_COPY

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