CFx SDK Documentation
2020SP3
SDK
CFx
bim_ifc
sdai
daiTCKind.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2019, 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-2019 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
#ifndef _DAI_TCKIND_H_
25
#define _DAI_TCKIND_H_
26
27
enum
OdTCKind
28
{
29
tkNull
= 0,
30
// tkVoid,
31
tkShort
,
32
tkLong
,
33
tkLong2d
,
34
tkUShort
,
35
tkULong
,
36
tkFloat
,
37
tkDouble
,
38
tkDouble2d
,
39
tkBoolean
,
40
// tkChar,
41
// tkOctet,
42
tkAny
,
43
tkTypeCode
,
44
tkString
,
45
tkObjectId
,
46
tkObjectId2d
,
47
tkSelect
,
48
tkEnum
,
49
};
50
51
#endif // _DAI_TCKIND_H_
tkUShort
@ tkUShort
Definition:
daiTCKind.h:34
tkEnum
@ tkEnum
Definition:
daiTCKind.h:48
tkShort
@ tkShort
Definition:
daiTCKind.h:31
tkObjectId2d
@ tkObjectId2d
Definition:
daiTCKind.h:46
tkString
@ tkString
Definition:
daiTCKind.h:44
tkULong
@ tkULong
Definition:
daiTCKind.h:35
tkLong2d
@ tkLong2d
Definition:
daiTCKind.h:33
tkDouble2d
@ tkDouble2d
Definition:
daiTCKind.h:38
tkTypeCode
@ tkTypeCode
Definition:
daiTCKind.h:43
OdTCKind
OdTCKind
Definition:
daiTCKind.h:28
tkObjectId
@ tkObjectId
Definition:
daiTCKind.h:45
tkLong
@ tkLong
Definition:
daiTCKind.h:32
tkAny
@ tkAny
Definition:
daiTCKind.h:42
tkDouble
@ tkDouble
Definition:
daiTCKind.h:37
tkFloat
@ tkFloat
Definition:
daiTCKind.h:36
tkBoolean
@ tkBoolean
Definition:
daiTCKind.h:39
tkSelect
@ tkSelect
Definition:
daiTCKind.h:47
tkNull
@ tkNull
Definition:
daiTCKind.h:29
Generated on Mon Oct 12 2020 11:49:30