Program Listing for File subblock_info_interop.h#
↰ Return to documentation for file (inc/subblock_info_interop.h
)
// SPDX-FileCopyrightText: 2025 Carl Zeiss Microscopy GmbH
//
// SPDX-License-Identifier: MIT
#pragma once
#include "misc_types.h"
#pragma pack(push, 4)
struct SubBlockInfoInterop
{
std::int32_t compression_mode_raw;
std::int32_t pixel_type;
CoordinateInterop coordinate;
IntRectInterop logical_rect;
IntSizeInterop physical_size;
std::int32_t m_index;
};
#pragma pack(pop)