OpenLexocad  27.0
GeomInit.h
Go to the documentation of this file.
1 #pragma once
2 #pragma warning(disable : 4251)
3 
4 
5 
6 #include <Geom/geom_defines.h>
7 
8 namespace Geom
9 {
11 {
12 public:
13  static void init();
14  static void release();
15 
16 private:
17  static bool isInit;
18 };
19 
20 } // namespace Geom
Definition: Rotation.h:5
#define GEOM_EXPORT
Definition: geom_defines.h:8
Definition: GeomInit.h:10