OpenLexocad  27.1
TopoInit.h
Go to the documentation of this file.
1 #pragma once
2 #pragma warning(disable : 4251)
3 
12 namespace Topo
13 {
14 class LX_TOPO_EXPORT TopoInit
15 {
16 public:
17  static void init();
18  static void release();
19 
20 private:
21  static bool isInit;
22 };
23 
24 } // namespace Topo
Definition: Variant.h:55
Definition: TopoInit.h:14