OpenLexocad  27.0
GeometryProxy.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Ax2.h>
4 #include <Geom/Pnt.h>
5 #include <OpenLxApp/Geometry.h>
7 
8 #include <vector>
9 
10 
11 
12 FORWARD_DECL(App, Geometry)
13 
14 namespace OpenLxApp
15 {
24 {
25  PROXY_HEADER_ABSTRACT(GeometryProxy, App::Geometry, IFC_ENTITY_UNDEFINED)
26 
27 public:
28  ~GeometryProxy(void);
29 
30 private:
31  GeometryProxy() {}
32 };
33 
34 } // namespace OpenLxApp
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:26
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
A GeometryProxy can hold any type of Geometry. It must be instantiated with a specific type.
Definition: GeometryProxy.h:23
#define FORWARD_DECL(x, y)
Definition: Globals.h:96