OGS
|
Implementation of the MeshIO class.
Definition in file MeshIO.cpp.
#include "MeshIO.h"
#include <fstream>
#include <iomanip>
#include <memory>
#include <sstream>
#include "BaseLib/Error.h"
#include "BaseLib/FileTools.h"
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/Location.h"
#include "MeshLib/Node.h"
#include "MeshLib/PropertyVector.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{MeshIO.cpp} |
namespace | MeshLib |
namespace | MeshLib::IO |
namespace | MeshLib::IO::Legacy |
Functions | |
int | anonymous_namespace{MeshIO.cpp}::readMaterialID (std::istream &in) |
MeshLib::Element * | anonymous_namespace{MeshIO.cpp}::readElement (std::istream &in, const std::vector< MeshLib::Node * > &nodes) |
std::string | anonymous_namespace{MeshIO.cpp}::ElemType2StringOutput (const MeshLib::MeshElemType t) |
void | anonymous_namespace{MeshIO.cpp}::writeElements (std::vector< MeshLib::Element * > const &ele_vec, MeshLib::PropertyVector< int > const *const material_ids, std::ostream &out) |