![]() |
Radium Engine
1.6.3
|
#include <IO/deprecated/OBJFileManager.hpp>
Inheritance diagram for Ra::IO::OBJFileManager:
Collaboration diagram for Ra::IO::OBJFileManager:Public Member Functions | |
| OBJFileManager () | |
| CONSTRUCTOR. | |
| ~OBJFileManager () override | |
| DESTRUCTOR. | |
| std::string | fileExtension () const override |
| INTERFACE. | |
| bool | importData (std::istream &file, Core::Geometry::TriangleMesh &data) override |
| bool | exportData (std::ostream &file, const Core::Geometry::TriangleMesh &data) override |
Public Member Functions inherited from Ra::IO::FileManager< Core::Geometry::TriangleMesh > | |
| FileManager ()=default | |
| CONSTRUCTOR. | |
| virtual | ~FileManager ()=default |
| DESTRUCTOR. | |
| bool | load (const std::string &filename, Core::Geometry::TriangleMesh &data, const bool SAVE_LOG_FILE=false) |
| INTERFACE. | |
| bool | save (const std::string &filename, const Core::Geometry::TriangleMesh &data, const bool SAVE_LOG_FILE=false) |
| std::string | log () const |
| LOG. | |
Additional Inherited Members | |
Public Types inherited from Ra::IO::FileManager< Core::Geometry::TriangleMesh > | |
| enum | LogEntryType |
| ENUM. More... | |
Protected Member Functions inherited from Ra::IO::FileManager< Core::Geometry::TriangleMesh > | |
| void | addLogEntry (const std::string &text) |
| LOG. | |
| void | addLogEntry (const std::string &text, const LogEntryType type) |
| void | addLogWarningEntry (const std::string &text) |
| void | addLogErrorEntry (const std::string &text) |
Definition at line 14 of file OBJFileManager.hpp.
| Ra::IO::OBJFileManager::OBJFileManager | ( | ) |
CONSTRUCTOR.
===============================================================================
Definition at line 21 of file OBJFileManager.cpp.
|
override |
DESTRUCTOR.
===============================================================================
Definition at line 26 of file OBJFileManager.cpp.
|
overridevirtual |
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 91 of file OBJFileManager.cpp.
|
overridevirtual |
INTERFACE.
===============================================================================
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 31 of file OBJFileManager.cpp.
|
overridevirtual |
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 35 of file OBJFileManager.cpp.