meshImport3D.hh File Reference
#include <vector>
#include <map>
#include "toolbox/hashMap.hh"
#include "mesh.hh"
#include "toolbox/array.hh"
Go to the source code of this file.
Classes | |
struct | std::hash< concepts::Index > |
Hash function class. More... | |
class | concepts::Import3dMesh |
Imports 3D mesh with tetrahedra and hexahedra. More... | |
struct | concepts::Index |
Stores a number of indices in a ordered fashion. More... | |
struct | std::IndexEqual |
Key equal function class. More... | |
class | concepts::Import3dMesh::NodeCell |
Stores the nodes and edges of a cell to be created. More... | |
class | concepts::Import3dMesh::NodeHexahedron |
Stores the nodes and faces of a hexahedral cell to be created. More... | |
class | concepts::Import3dMesh::NodeTetrahedron |
Stores the nodes and faces of a tetrahedral cell to be created. More... | |
class | concepts::Import3dMesh::S |
Scanner class for Import3dMesh. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
std | |
Functions | |
size_t | std::hash_value (const concepts::Index &i) |
Computes a hash for i . More... | |
Detailed Description
Meshes Combining cells to a mesh to represent a computational domain Importing 3D meshes from Matlab files
Definition in file meshImport3D.hh.