Ionit_Initializer.h
Go to the documentation of this file.
1 // Copyright(C) 1999-2020, 2022, 2023 National Technology & Engineering Solutions
2 // of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3 // NTESS, the U.S. Government retains certain rights in this software.
4 //
5 // See packages/seacas/LICENSE for details
6 
7 #pragma once
8 
9 #include "ionit_export.h"
10 #include "vtk_ioss_mangle.h"
11 
12 namespace Ioss {
13 namespace Init {
19  class IONIT_EXPORT Initializer
20  {
21  public:
22  Initializer();
23  ~Initializer();
24  static Initializer &initialize_ioss();
25  // Copy constructor
26  // Assignment operator
27  };
28 } // namespace Init
29 } // namespace Ioss
Initialization of the Ioss library.