Ionit_Initializer.h
Go to the documentation of this file.
1 // Copyright(C) 1999-2020, 2022 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 
11 #include "vtk_ioss_mangle.h"
12 
13 namespace Ioss {
16  namespace Init {
22  class IONIT_EXPORT Initializer
23  {
24  public:
25  Initializer();
26  ~Initializer();
27  static Initializer &initialize_ioss();
28  // Copy constructor
29  // Assignment operator
30  };
31  } // namespace Init
32 } // namespace Ioss
Initialization of the Ioss library.