Adjustment 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 AdjustmentLayer : public Layer<T># This struct holds no data, we just use it to identify its type This will probably be split into multiple files later on Public Functions AdjustmentLayer() = default#