ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
E57Version.h
Go to the documentation of this file.
1 #pragma once
2 // SPDX-License-Identifier: MIT
3 // Copyright 2020 Andy Maloney <asmaloney@gmail.com>
4 
5 #include <cstdint>
6 
7 namespace e57
8 {
10  constexpr uint32_t E57_FORMAT_MAJOR = 1;
11  constexpr uint32_t E57_FORMAT_MINOR = 0;
12 }
constexpr uint32_t E57_FORMAT_MAJOR
Version numbers of ASTM standard that this library supports.
Definition: E57Version.h:10
constexpr uint32_t E57_FORMAT_MINOR
Definition: E57Version.h:11