IOSS 2.0
Loading...
Searching...
No Matches
Iotm_TextMeshAdjacencyGraph.h File Reference
#include <ctype.h>
#include <stddef.h>
#include <algorithm>
#include <iterator>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <unordered_map>
#include <iostream>
#include <functional>
#include <stdexcept>
#include <numeric>
#include <strings.h>
#include "Iotm_TextMeshFuncs.h"
#include "Iotm_TextMeshDataTypes.h"
Include dependency graph for Iotm_TextMeshAdjacencyGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Iotm::text_mesh::SideAdjacencyGraph< EntityId, Topology >
 
struct  Iotm::text_mesh::SideAdjacencyGraph< EntityId, Topology >::FaceConnection
 
struct  Iotm::text_mesh::SideAdjacencyGraph< EntityId, Topology >::FaceConnections
 
struct  Iotm::text_mesh::SideAdjacencyGraph< EntityId, Topology >::StringCaseCompLess
 
struct  Iotm::text_mesh::SideAdjacencyGraph< EntityId, Topology >::CurrentAdjacency
 

Namespaces

namespace  Iotm
 A namespace for the generated database format.
 
namespace  Iotm::text_mesh
 

Typedefs

using Iotm::text_mesh::ErrorHandler = std::function<void(const std::ostringstream &)>