CFx SDK Documentation  2020SP3
IfcModelContext.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 // OdIfcModelContext.h: interface for the OdIfcContext class.
25 //
27 
28 #if !defined(ODA_ODIFCCONTEXT_H_INCLUDED_)
29 #define ODA_ODIFCCONTEXT_H_INCLUDED_
30 
31 #if _MSC_VER > 1000
32 #pragma once
33 #endif // _MSC_VER > 1000
34 
35 #include "IfcEntity.h"
36 #include "IfcDeviationParams.h"
37 
41 namespace OdIfc
42 {
47  {
48  public:
55 
61 
67 
73 
79 
80 //DOM-IGNORE-BEGIN
81  private:
82  OdIfcDeviationParams m_deviationParams;
83  OdCmEntityColor m_defaultEntityColor;
84  OdDAIObjectIds m_selContexts;
85 //DOM-IGNORE-END
86  };
87 }
88 
89 #endif // !defined(ODA_ODIFCCONTEXT_H_INCLUDED_)
OdCmEntityColor
Definition: CmColorBase.h:68
OdIfc::OdIfcModelContext::setDefaultEntityColor
void setDefaultEntityColor(const OdCmEntityColor &color)
IFCCORE_EXPORT
#define IFCCORE_EXPORT
Definition: IfcBuildOptions.h:28
OdIfc::OdIfcModelContext::getDeviationParams
OdIfcDeviationParams getDeviationParams() const
OdArray< OdDAIObjectId >
OdIfc::OdIfcModelContext::setDeviationParams
void setDeviationParams(OdIfcDeviationParams params)
OdIfc::OdIfcModelContext::getDefaultEntityColor
OdCmEntityColor getDefaultEntityColor() const
OdIfc
Definition: FxBIMDatabase.h:24
IfcEntity.h
OdCmEntityColor::kNone
@ kNone
Definition: CmColorBase.h:98
IfcDeviationParams.h
params
GLenum GLint * params
Definition: gles2_ext.h:184
OdIfc::OdIfcModelContext::OdIfcModelContext
OdIfcModelContext(OdIfcDeviationParams params=OdIfcDeviationParams(), OdCmEntityColor color=OdCmEntityColor::kNone)
OdIfc::OdIfcDeviationParams
Definition: IfcDeviationParams.h:45
OdIfc::OdIfcModelContext
Definition: IfcModelContext.h:47