IOSS 2.0
Loading...
Searching...
No Matches
Ioex_BaseDatabaseIO.h File Reference
#include "Ioss_DBUsage.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_Field.h"
#include "Ioss_Map.h"
#include "Ioss_Utils.h"
#include <algorithm>
#include <cstdint>
#include <ctime>
#include <exodusII.h>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include "Ioss_CodeTypes.h"
#include "Ioss_DataSize.h"
#include "Ioss_State.h"
#include "ioex_export.h"
Include dependency graph for Ioex_BaseDatabaseIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ioex::BaseDatabaseIO
 

Namespaces

namespace  Ioss
 The main namespace for the Ioss library.
 
namespace  Ioex
 A namespace for the exodus database format.
 

Typedefs

using Ioex::VariableNameMap = std::map<std::string, int, std::less<>>
 
using Ioex::VNMValuePair = VariableNameMap::value_type
 
using Ioex::ValueContainer = std::vector<double>
 
using Ioex::EntityIdSet = std::set<std::pair<int64_t, int64_t>>