#include <ObjectFileFormatInterface.hpp>
Classes | |
| struct | OFFMesh |
Public Member Functions | |
| ObjectFileFormatInterface () | |
| ~ObjectFileFormatInterface () | |
| OFFMesh | StringsToOFFMesh (const std::vector< std::string > &fileLines) const |
| std::vector< std::string > | OFFMeshToStrings (const OFFMesh &mesh) const |
| OFFMesh | MeshDAOToOFFMesh (const IMeshDAO &originalMesh) const |
| void | OFFMeshToMeshDAO (const OFFMesh &originalMesh, const MeshUtilities &meshUtilities, IMeshDAO &convertedMesh) const |
| void | ImportMeshFromFile (const std::string &offFilePath, const MeshUtilities &meshUtilities, IMeshDAO &mesh) const |
| void | ExportMeshToFile (const IMeshDAO &mesh, const std::string &offFilePath) const |
| Gedim::ObjectFileFormatInterface::ObjectFileFormatInterface | ( | ) |
| Gedim::ObjectFileFormatInterface::~ObjectFileFormatInterface | ( | ) |
| void Gedim::ObjectFileFormatInterface::ExportMeshToFile | ( | const IMeshDAO & | mesh, |
| const std::string & | offFilePath | ||
| ) | const |
| void Gedim::ObjectFileFormatInterface::ImportMeshFromFile | ( | const std::string & | offFilePath, |
| const MeshUtilities & | meshUtilities, | ||
| IMeshDAO & | mesh | ||
| ) | const |
| ObjectFileFormatInterface::OFFMesh Gedim::ObjectFileFormatInterface::MeshDAOToOFFMesh | ( | const IMeshDAO & | originalMesh | ) | const |
| void Gedim::ObjectFileFormatInterface::OFFMeshToMeshDAO | ( | const OFFMesh & | originalMesh, |
| const MeshUtilities & | meshUtilities, | ||
| IMeshDAO & | convertedMesh | ||
| ) | const |
| std::vector< string > Gedim::ObjectFileFormatInterface::OFFMeshToStrings | ( | const OFFMesh & | mesh | ) | const |
| ObjectFileFormatInterface::OFFMesh Gedim::ObjectFileFormatInterface::StringsToOFFMesh | ( | const std::vector< std::string > & | fileLines | ) | const |