#include <OpenMesh/Core/System/config.h>#include <OpenMesh/Core/IO/SR_store.hh>#include <cstdio>#include <algorithm>#include <typeinfo>#include <OpenMesh/Core/System/omstream.hh>#include <OpenMesh/Core/IO/SR_types.hh>#include <OpenMesh/Core/Utils/GenProg.hh>#include <OpenMesh/Core/IO/SR_binary.hh>#include <iterator>#include <string>#include <limits>#include <vector>#include <stdexcept>#include <numeric>#include <OpenMesh/Core/Geometry/VectorT.hh>#include <OpenMesh/Core/Mesh/Status.hh>#include <OpenMesh/Core/IO/SR_rbo.hh>#include <OpenMesh/Core/IO/StoreRestore.hh>#include <iostream>#include <sstream>#include <set>#include <OpenMesh/Core/IO/Options.hh>#include <OpenMesh/Core/IO/reader/BaseReader.hh>#include <OpenMesh/Core/IO/writer/BaseWriter.hh>#include <OpenMesh/Core/IO/importer/BaseImporter.hh>#include <OpenMesh/Core/IO/exporter/BaseExporter.hh>#include <OpenMesh/Core/Utils/SingletonT.hh>#include <OpenMesh/Core/Utils/vector_cast.hh>#include <OpenMesh/Core/Utils/color_cast.hh>#include <OpenMesh/Core/Mesh/Attributes.hh>

Go to the source code of this file.
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::IO |
Functions | |
Mesh Reading / Writing | |
| template<class Mesh > | |
| size_t | OpenMesh::IO::binary_size (const Mesh &_mesh, const std::string &_format, Options _opt=Options::Default) |
| template<class Mesh > | |
| bool | OpenMesh::IO::read_mesh (Mesh &_mesh, std::istream &_is, const std::string &_ext, Options &_opt, bool _clear=true) |
| template<class Mesh > | |
| bool | OpenMesh::IO::read_mesh (Mesh &_mesh, const std::string &_filename, Options &_opt, bool _clear=true) |
| template<class Mesh > | |
| bool | OpenMesh::IO::read_mesh (Mesh &_mesh, const std::string &_filename, bool _clear=true) |
| template<class Mesh > | |
| bool | OpenMesh::IO::write_mesh (const Mesh &_mesh, std::ostream &_os, const std::string &_ext, Options _opt=Options::Default) |
| template<class Mesh > | |
| bool | OpenMesh::IO::write_mesh (const Mesh &_mesh, const std::string &_filename, Options _opt=Options::Default) |