libimgdoc2
Loading...
Searching...
No Matches
inc
DocumentType.h
1
// SPDX-FileCopyrightText: 2023 Carl Zeiss Microscopy GmbH
2
//
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
namespace
imgdoc2
8
{
10
enum class
DocumentType : std::uint8_t
11
{
12
kInvalid = 0,
13
kImage2d,
14
kImage3d
15
};
16
}
Generated by
1.9.5