![]() |
Radium Engine
1.6.3
|
#include <IO/deprecated/OFFFileManager.hpp>
Inheritance diagram for Ra::IO::OFFFileManager:
Collaboration diagram for Ra::IO::OFFFileManager:Public Member Functions | |
| OFFFileManager () | |
| CONSTRUCTOR. | |
| ~OFFFileManager () override | |
| DESTRUCTOR. | |
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. | |
Protected Member Functions | |
| std::string | header () const |
| HEADER. | |
| 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 |
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) |
Additional Inherited Members | |
Public Types inherited from Ra::IO::FileManager< Core::Geometry::TriangleMesh > | |
| enum | LogEntryType |
| ENUM. More... | |
The class OFFFileManager handles the loading and storing of TriangleMesh in the standard OFF format.
Definition at line 18 of file OFFFileManager.hpp.
| Ra::IO::OFFFileManager::OFFFileManager | ( | ) |
CONSTRUCTOR.
===============================================================================
Definition at line 23 of file OFFFileManager.cpp.
|
override |
DESTRUCTOR.
===============================================================================
Definition at line 28 of file OFFFileManager.cpp.
|
overrideprotectedvirtual |
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 89 of file OFFFileManager.cpp.
|
overrideprotectedvirtual |
INTERFACE.
===============================================================================
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 40 of file OFFFileManager.cpp.
|
protected |
HEADER.
===============================================================================
Definition at line 33 of file OFFFileManager.cpp.
|
overrideprotectedvirtual |
Implements Ra::IO::FileManager< Core::Geometry::TriangleMesh >.
Definition at line 44 of file OFFFileManager.cpp.