OpenLexocad
28.0
SpatialZone.h
Go to the documentation of this file.
1
#pragma once
2
#include <
OpenLxApp/SpatialElement.h
>
3
4
#include <memory>
5
6
FORWARD_DECL
(App, SpatialZone)
7
8
13
namespace
OpenLxApp
14
{
24
class
LX_OPENLXAPP_EXPORT
SpatialZone
:
public
SpatialElement
25
{
26
PROXY_HEADER
(
SpatialZone
, App::SpatialZone, IFCSPATIALZONE)
27
28
public
:
29
virtual
~SpatialZone
(
void
);
30
31
protected
:
32
SpatialZone
() {}
33
};
34
}
// namespace OpenLxApp
35
36
// IfcRoot -----------------------------------------------------------
37
// attributes:
38
// std::shared_ptr<IfcGloballyUniqueId> m_GlobalId;
39
// std::shared_ptr<IfcOwnerHistory> m_OwnerHistory; //optional
40
// std::shared_ptr<IfcLabel> m_Name; //optional
41
// std::shared_ptr<IfcText> m_Description; //optional
42
43
// IfcObjectDefinition -----------------------------------------------------------
44
// inverse attributes:
45
// std::vector<std::weak_ptr<IfcRelAssigns> > m_HasAssignments_inverse;
46
// std::vector<std::weak_ptr<IfcRelNests> > m_Nests_inverse;
47
// std::vector<std::weak_ptr<IfcRelNests> > m_IsNestedBy_inverse;
48
// std::vector<std::weak_ptr<IfcRelDeclares> > m_HasContext_inverse;
49
// std::vector<std::weak_ptr<IfcRelAggregates> > m_IsDecomposedBy_inverse;
50
// std::vector<std::weak_ptr<IfcRelAggregates> > m_Decomposes_inverse;
51
// std::vector<std::weak_ptr<IfcRelAssociates> > m_HasAssociations_inverse;
52
53
// IfcObject -----------------------------------------------------------
54
// attributes:
55
// std::shared_ptr<IfcLabel> m_ObjectType; //optional
56
// inverse attributes:
57
// std::vector<std::weak_ptr<IfcRelDefinesByObject> > m_IsDeclaredBy_inverse;
58
// std::vector<std::weak_ptr<IfcRelDefinesByObject> > m_Declares_inverse;
59
// std::vector<std::weak_ptr<IfcRelDefinesByType> > m_IsTypedBy_inverse;
60
// std::vector<std::weak_ptr<IfcRelDefinesByProperties> > m_IsDefinedBy_inverse;
61
62
// IfcProduct -----------------------------------------------------------
63
// attributes:
64
// std::shared_ptr<IfcObjectPlacement> m_ObjectPlacement; //optional
65
// std::shared_ptr<IfcProductRepresentation> m_Representation; //optional
66
// inverse attributes:
67
// std::vector<std::weak_ptr<IfcRelAssignsToProduct> > m_ReferencedBy_inverse;
68
69
// IfcSpatialElement -----------------------------------------------------------
70
// attributes:
71
// std::shared_ptr<IfcLabel> m_LongName; //optional
72
// inverse attributes:
73
// std::vector<std::weak_ptr<IfcRelContainedInSpatialStructure> > m_ContainsElements_inverse;
74
// std::vector<std::weak_ptr<IfcRelServicesBuildings> > m_ServicedBySystems_inverse;
75
// std::vector<std::weak_ptr<IfcRelReferencedInSpatialStructure> > m_ReferencesElements_inverse;
76
77
// IfcSpatialZone -----------------------------------------------------------
78
// attributes:
79
// std::shared_ptr<IfcSpatialZoneTypeEnum> m_PredefinedType; //optional
OpenLxApp
Definition:
ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition:
Globals.h:93
OpenLxApp::SpatialZone::SpatialZone
SpatialZone()
Definition:
SpatialZone.h:32
OpenLxApp::SpatialElement
A spatial element is the generalization of all spatial elements that might be used to define a spatia...
Definition:
SpatialElement.h:23
OpenLxApp::SpatialZone::~SpatialZone
virtual ~SpatialZone(void)
OpenLxApp::SpatialZone
A spatial zone is a non-hierarchical and potentially overlapping decomposition of the project under s...
Definition:
SpatialZone.h:25
SpatialElement.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition:
Globals.h:146
lexocad
OpenLxApp
include
OpenLxApp
SpatialZone.h
Generated by
1.8.18