IOSS  2.0
io_info.h
Go to the documentation of this file.
1 /*
2  * Copyright(C) 1999-2017 National Technology & Engineering Solutions
3  * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4  * NTESS, the U.S. Government retains certain rights in this software.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions are
8  * met:
9  *
10  * * Redistributions of source code must retain the above copyright
11  * notice, this list of conditions and the following disclaimer.
12  *
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  *
18  * * Neither the name of NTESS nor the names of its
19  * contributors may be used to endorse or promote products derived
20  * from this software without specific prior written permission.
21  *
22  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33  */
34 #ifndef Ioss_io_info_h
35 #define Ioss_io_info_h
36 
37 #include "info_interface.h"
38 
39 #include <Ionit_Initializer.h>
40 #include <Ioss_CodeTypes.h>
41 #include <Ioss_SurfaceSplit.h>
42 #include <Ioss_Utils.h>
43 #include <cstddef>
44 #include <cstdlib>
45 #include <cstring>
46 #include <iomanip>
47 #include <iostream>
48 #include <string>
49 #include <utility>
50 #include <vector>
51 #if !defined(NO_EXODUS_SUPPORT)
52 #include <exodusII.h>
53 #endif
54 
55 #include "Ioss_CommSet.h"
56 #include "Ioss_CoordinateFrame.h"
57 #include "Ioss_DBUsage.h"
58 #include "Ioss_DatabaseIO.h"
59 #include "Ioss_EdgeBlock.h"
60 #include "Ioss_EdgeSet.h"
61 #include "Ioss_ElementBlock.h"
62 #include "Ioss_ElementSet.h"
63 #include "Ioss_ElementTopology.h"
64 #include "Ioss_FaceBlock.h"
65 #include "Ioss_FaceSet.h"
66 #include "Ioss_Field.h"
67 #include "Ioss_GroupingEntity.h"
68 #include "Ioss_IOFactory.h"
69 #include "Ioss_NodeBlock.h"
70 #include "Ioss_NodeSet.h"
71 #include "Ioss_Property.h"
72 #include "Ioss_Region.h"
73 #include "Ioss_SideBlock.h"
74 #include "Ioss_SideSet.h"
75 #include "Ioss_StructuredBlock.h"
76 #include "Ioss_VariableType.h"
77 
78 #include <cassert>
79 
80 #include "info_interface.h"
81 
82 #define OUTPUT std::cout
83 
84 namespace Ioss {
85 
86  // internal to io_info
87  void io_info_file_info(const Info::Interface &interface);
88  void io_info_group_info(Info::Interface &interface);
89 
90  // for external calls
91  void io_info_set_db_properties(const Info::Interface &interface, Ioss::DatabaseIO *dbi);
92  void io_info_file_info(const Info::Interface &interface, Ioss::Region &region);
93 } // namespace Ioss
94 
95 #endif
void io_info_group_info(Info::Interface &interface)
Definition: io_info.C:675
The main namespace for the Ioss library.
Definition: Iocgns_DatabaseIO.h:50
An input or output Database.
Definition: Ioss_DatabaseIO.h:80
Definition: info_interface.h:44
void io_info_file_info(const Info::Interface &interface)
Definition: io_info.C:674
A grouping entity that contains other grouping entities.
Definition: Ioss_Region.h:98
void io_info_set_db_properties(const Info::Interface &interface, Ioss::DatabaseIO *dbi)
Definition: io_info.C:677