Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
The LoadWriterSTL class is a ResourceLoadWriter capable of reading STL files. More...
#include <ioSTL.hpp>
Public Member Functions | |
| LoadWriterSTL () | |
| ref< ResourceDatabase > | loadResource (const String &path) const |
| ref< ResourceDatabase > | loadResource (VirtualFile *file) const |
| bool | writeResource (const String &, ResourceDatabase *) const |
| Not supported yet. | |
| bool | writeResource (VirtualFile *, ResourceDatabase *) const |
| Not supported yet. | |
The LoadWriterSTL class is a ResourceLoadWriter capable of reading STL files.
| ref<ResourceDatabase> vl::LoadWriterSTL::loadResource | ( | const String & | path | ) | const [inline, virtual] |
Implements vl::ResourceLoadWriter.
Definition at line 63 of file ioSTL.hpp.
References vl::loadSTL().
| ref<ResourceDatabase> vl::LoadWriterSTL::loadResource | ( | VirtualFile * | file | ) | const [inline, virtual] |
Implements vl::ResourceLoadWriter.
Definition at line 68 of file ioSTL.hpp.
References vl::loadSTL().
| bool vl::LoadWriterSTL::writeResource | ( | const String & | , |
| ResourceDatabase * | |||
| ) | const [inline, virtual] |
| bool vl::LoadWriterSTL::writeResource | ( | VirtualFile * | , |
| ResourceDatabase * | |||
| ) | const [inline, virtual] |