OpenLexocad  27.0
TerrainElement.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/Element.h>
5 
6 #include <memory>
7 
8 FORWARD_DECL(App, GeographicElement)
9 
10 namespace OpenLxApp
11 {
22 {
23  PROXY_HEADER(TerrainElement, App::GeographicElement, IFCTERRAINELEMENT)
24 
25 public:
26  virtual ~TerrainElement(void);
27 
28 
29 protected:
31 };
32 
33 } // namespace OpenLxApp
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition: Element.h:40
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
An GeographicElement is a generalization of all elements within a geographical landscape....
Definition: TerrainElement.h:21
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
TerrainElement()
Definition: TerrainElement.h:30