CFx SDK Documentation
2020SP3
SDK
CFx
bim_ifc
IfcSchemaModule.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 _IFC_SCHEMA_MODULE_H
25
#define _IFC_SCHEMA_MODULE_H
26
27
#include "
IfcBuildOptions.h
"
28
#include "
IfcCommon.h
"
29
#include "
IfcEntity.h
"
30
#include "
IfcEntityTypes.h
"
31
32
#include "
sdai/ExpSchemaModule.h
"
33
37
namespace
OdIfc
{
38
39
class
OdIfcModelContents;
40
typedef
OdSmartPtr<OdIfcModelContents>
OdIfcModelContentsPtr
;
41
46
class
IFCCORE_EXPORT
OdIfcSchemaModule
:
public
OdExpSchemaModule
47
{
48
public
:
49
50
//DOM-IGNORE-BEGIN
51
ODRX_DECLARE_MEMBERS
(
OdIfcSchemaModule
);
52
//DOM-IGNORE-END
53
60
virtual
OdRxObjectPtr
createModelContents
() {
return
OdRxObjectPtr
(); };
61
66
virtual
OdRxObjectPtr
getSchemaDef
() = 0;
67
};
68
72
typedef
OdSmartPtr<OdIfcSchemaModule>
OdIfcSchemaModulePtr
;
73
74
}
// namespace
75
76
#endif // _IFC_SCHEMA_MODULE_H
77
OdIfc::OdIfcSchemaModule::getSchemaDef
virtual OdRxObjectPtr getSchemaDef()=0
IFCCORE_EXPORT
#define IFCCORE_EXPORT
Definition:
IfcBuildOptions.h:28
OdRxObjectPtr
Definition:
RxObject.h:345
OdIfc::OdIfcSchemaModulePtr
OdSmartPtr< OdIfcSchemaModule > OdIfcSchemaModulePtr
Definition:
IfcSchemaModule.h:72
OdIfc::OdIfcModelContentsPtr
OdSmartPtr< OdIfcModelContents > OdIfcModelContentsPtr
Definition:
IfcSchemaModule.h:39
IfcCommon.h
OdSmartPtr
Definition:
SmartPtr.h:58
OdIfc
Definition:
FxBIMDatabase.h:24
IfcEntity.h
OdIfc::OdIfcSchemaModule::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdIfcSchemaModule)
IfcEntityTypes.h
OdIfc::OdIfcSchemaModule::createModelContents
virtual OdRxObjectPtr createModelContents()
Definition:
IfcSchemaModule.h:60
ExpSchemaModule.h
OdExpSchemaModule
Definition:
ExpSchemaModule.h:35
OdIfc::OdIfcSchemaModule
Definition:
IfcSchemaModule.h:47
IfcBuildOptions.h
Generated on Mon Oct 12 2020 11:49:40