Smart Object Layer Structure#

Note

This Layer Type is not yet implemented and simply exists to allow us to read Files with this Layer Type.

template<typename T>
struct SmartObjectLayer : public Layer<T>#

This struct holds no data, we just use it to identify its type. We could hold references here

Public Functions

SmartObjectLayer() = default#