OpenLexocad  28.0
DoorStandardCase.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenLxApp/Door.h>
3 
4 #include <memory>
5 
6 FORWARD_DECL(App, DoorStandardCase)
7 
8 
13 namespace OpenLxApp
14 {
31 class LX_OPENLXAPP_EXPORT DoorStandardCase : public Door
32 {
33  PROXY_HEADER(DoorStandardCase, App::DoorStandardCase, IFCDOORSTANDARDCASE)
34 
35 public:
36  virtual ~DoorStandardCase(void);
37 
38 
39 protected:
41 };
42 
43 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
Door.h
OpenLxApp::Door
The door is a building element that is predominately used to provide controlled access for people and...
Definition: Door.h:19
OpenLxApp::DoorStandardCase
The standard door, DoorStandardCase, defines a door with certain constraints for the provision of ope...
Definition: DoorStandardCase.h:32
OpenLxApp::DoorStandardCase::DoorStandardCase
DoorStandardCase()
Definition: DoorStandardCase.h:40
OpenLxApp::DoorStandardCase::~DoorStandardCase
virtual ~DoorStandardCase(void)
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146