IOSS 2.0
Loading...
Searching...
No Matches
Iotr_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 "iotr_export.h"
10
11/** \brief A namespace for Ioss transformations.
12 */
13namespace Iotr {
14 class IOTR_EXPORT Initializer
15 {
16 public:
18 // Copy constructor
19 // Assignment operator
20 };
21} // namespace Iotr
Definition Iotr_Initializer.h:15
A namespace for Ioss transformations.
Definition Iotr_Initializer.C:16