CFx SDK Documentation
2023 SP0
SDK
CFx
bim_ifc
sdai
daiModule.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_MODULE_H_
25
#define _DAI_MODULE_H_
26
27
#include "
OdaCommon.h
"
28
#include "
OdPlatformSettings.h
"
29
30
#include "
SharedPtr.h
"
31
#include "
RxModule.h
"
32
#include "
DynamicLinker.h
"
33
#include "
OdString.h
"
34
#include "
OdAnsiString.h
"
35
#include "
UInt32Array.h
"
36
#include "
DbBaseDatabase.h
"
37
38
#define STL_USING_VECTOR
39
#define STL_USING_MAP
40
#define STL_USING_LIST
41
#include "
OdaSTL.h
"
42
43
#include "
ModuleNames.h
"
44
#include "
daiBuildOptions.h
"
45
#include "
daiHostAppServicesBase.h
"
46
#include "
daiSchema.h
"
47
#include "
daiSession.h
"
48
52
DAI_EXPORT
void
oddaiRegisterSchema
(
const
OdString
&schemaName,
const
OdString
&moduleName,
OdRxClass
*modelClass);
53
57
DAI_EXPORT
void
oddaiUnregisterSchema
(
const
OdString
&schemaName);
58
64
DAI_EXPORT
OdDAI::SchemaPtr
oddaiGetSchema
(
const
OdString
&schemaName);
65
69
DAI_EXPORT
OdDAI::SessionPtr
oddaiSession
();
70
74
DAI_EXPORT
OdDAI::SessionPtr
oddaiCreateSession
();
75
79
DAI_EXPORT
bool
oddaiCloseCurrentSession
();
80
84
namespace
OdDAI
{
85
89
class
DAI_EXPORT
OdSDAIModule
:
public
OdRxModule
90
{
91
public
:
92
93
};
94
98
typedef
OdSmartPtr<OdSDAIModule>
OdSDAIModulePtr
;
99
100
}
101
102
#endif
// _DAI_MODULE_H_
DbBaseDatabase.h
DynamicLinker.h
ModuleNames.h
OdAnsiString.h
OdPlatformSettings.h
OdString.h
OdaCommon.h
OdaSTL.h
RxModule.h
SharedPtr.h
UInt32Array.h
OdDAI::OdSDAIModule
Definition:
daiModule.h:90
OdRxClass
Definition:
RxObject.h:884
OdRxModule
Definition:
RxModule.h:45
OdSmartPtr< Schema >
OdString
Definition:
OdString.h:95
daiBuildOptions.h
DAI_EXPORT
#define DAI_EXPORT
Definition:
daiBuildOptions.h:28
daiHostAppServicesBase.h
oddaiGetSchema
DAI_EXPORT OdDAI::SchemaPtr oddaiGetSchema(const OdString &schemaName)
oddaiCreateSession
DAI_EXPORT OdDAI::SessionPtr oddaiCreateSession()
oddaiUnregisterSchema
DAI_EXPORT void oddaiUnregisterSchema(const OdString &schemaName)
oddaiSession
DAI_EXPORT OdDAI::SessionPtr oddaiSession()
oddaiRegisterSchema
DAI_EXPORT void oddaiRegisterSchema(const OdString &schemaName, const OdString &moduleName, OdRxClass *modelClass)
oddaiCloseCurrentSession
DAI_EXPORT bool oddaiCloseCurrentSession()
daiSchema.h
daiSession.h
OdDAI
Definition:
daiAccessDefines.h:31
OdDAI::OdSDAIModulePtr
OdSmartPtr< OdSDAIModule > OdSDAIModulePtr
Definition:
daiModule.h:98
Generated on Thu Feb 24 2022 15:09:25