OpenLexocad  28.0
GeomInit.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace Geom
4 {
5 class LX_GEOM_EXPORT GeomInit
6 {
7 public:
8  static void init();
9  static void release();
10 
11 private:
12  static bool isInit;
13 };
14 
15 } // namespace Geom
Geom::GeomInit::release
static void release()
Geom::GeomInit::init
static void init()
Geom::GeomInit
Definition: GeomInit.h:6
Geom
Definition: PropertyContainer.h:33