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::Init {
18  class IONIT_EXPORT Initializer
19  {
20  public:
21  Initializer();
22  ~Initializer();
23  static Initializer &initialize_ioss();
24  // Copy constructor
25  // Assignment operator
26  };
27 } // namespace Ioss::Init
Initialization of the Ioss library.