CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeLibVersion.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24#pragma once
25
26#include "GeExport.h"
27#include "TD_PackPush.h"
28
29#define IMAGE_MAJOR_VER 2
30#define IMAGE_MINOR_VER 0
31#define IMAGE_CORRECTIVE_VER 0
32#define IMAGE_INTERNAL_VER 0
33
42{
43public:
47 OdGeLibVersion (); //FELIX_CHANGE Build fix 23.1
48
55 const OdGeLibVersion& source);
56
66 OdUInt8 major,
67 OdUInt8 minor,
68 OdUInt8 corrective,
69 OdUInt8 schema);
70
75
80
85
90
97 OdUInt8 major);
98
105 OdUInt8 minor);
106
113 OdUInt8 corrective);
114
121 OdUInt8 schema);
122
132 const OdGeLibVersion& libVersion) const;
133
143 const OdGeLibVersion& libVersion) const;
144
154 const OdGeLibVersion& libVersion) const;
155
165 const OdGeLibVersion& libVersion) const;
166
176 const OdGeLibVersion& libVersion) const;
177
187 const OdGeLibVersion& libVersion) const;
188//DOM-IGNORE-BEGIN
189 GE_STATIC_EXPORT static const OdGeLibVersion kRelease0_95; // GeLib release 0.
190
191 GE_STATIC_EXPORT static const OdGeLibVersion kReleaseSed; // GeLib 14.0 release.
192
193 GE_STATIC_EXPORT static const OdGeLibVersion kReleaseTah; // GeLib 15.0 release.
194
195private:
196 OdUInt8 mVersion[10];
197//DOM-IGNORE-END
198};
199
200#include "TD_PackPop.h"
201
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
#define GE_STATIC_EXPORT
Definition: GeExport.h:52
bool operator!=(T left, const OdGiVariant::EnumType right)
Definition: GiVariant.h:403
bool operator==(T left, const OdGiVariant::EnumType right)
Definition: GiVariant.h:397
unsigned char OdUInt8
bool operator>=(const OdString &s1, const OdString &s2)
Definition: OdString.h:1376
bool operator<=(const OdString &s1, const OdString &s2)
Definition: OdString.h:1354
bool operator<(const OdString &s1, const OdString &s2)
Definition: OdString.h:1309
bool operator>(const OdString &s1, const OdString &s2)
Definition: OdString.h:1332
OdGeLibVersion & setMinorVersion(OdUInt8 minor)
static GE_STATIC_EXPORT const OdGeLibVersion kReleaseSed
Definition: GeLibVersion.h:191
OdUInt8 correctiveVersion() const
OdGeLibVersion & setSchemaVersion(OdUInt8 schema)
OdUInt8 schemaVersion() const
OdGeLibVersion(OdUInt8 major, OdUInt8 minor, OdUInt8 corrective, OdUInt8 schema)
OdGeLibVersion & setMajorVersion(OdUInt8 major)
static GE_STATIC_EXPORT const OdGeLibVersion kReleaseTah
Definition: GeLibVersion.h:193
OdUInt8 majorVersion() const
static GE_STATIC_EXPORT const OdGeLibVersion kRelease0_95
Definition: GeLibVersion.h:189
OdUInt8 minorVersion() const
OdGeLibVersion(const OdGeLibVersion &source)
OdGeLibVersion & setCorrectiveVersion(OdUInt8 corrective)
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282