35#ifndef VERTEXMESHREADER2D_HPP_
36#define VERTEXMESHREADER2D_HPP_
44#include "AbstractMeshReader.hpp"
62 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
unsigned GetNumFaces() const
unsigned GetNumElementAttributes() const
unsigned GetNumEdges() const
ElementData GetNextElementData()
unsigned GetNumNodes() const
VertexElementData GetNextElementDataWithFaces()
unsigned mNumElementAttributes
std::ifstream mElementsFile
void GetNextLineFromStream(std::ifstream &fileStream, std::string &rawLine)
unsigned mNumNodeAttributes
std::string mFilesBaseName
unsigned GetNumElements() const
std::vector< double > GetNextNode()
ElementData GetNextFaceData()
std::vector< bool > Orientations
std::vector< ElementData > Faces
std::vector< unsigned > NodeIndices
unsigned ContainingElement