Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::LoadWriterSTL Class Reference

The LoadWriterSTL class is a ResourceLoadWriter capable of reading STL files. More...

#include <ioSTL.hpp>

Inheritance diagram for vl::LoadWriterSTL:
vl::ResourceLoadWriter vl::Object

List of all members.

Public Member Functions

 LoadWriterSTL ()
ref< ResourceDatabaseloadResource (const String &path) const
ref< ResourceDatabaseloadResource (VirtualFile *file) const
bool writeResource (const String &, ResourceDatabase *) const
 Not supported yet.
bool writeResource (VirtualFile *, ResourceDatabase *) const
 Not supported yet.

Detailed Description

The LoadWriterSTL class is a ResourceLoadWriter capable of reading STL files.

Definition at line 56 of file ioSTL.hpp.


Constructor & Destructor Documentation

vl::LoadWriterSTL::LoadWriterSTL (  ) [inline]

Definition at line 61 of file ioSTL.hpp.


Member Function Documentation

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]

Not supported yet.

Implements vl::ResourceLoadWriter.

Definition at line 74 of file ioSTL.hpp.

bool vl::LoadWriterSTL::writeResource ( VirtualFile ,
ResourceDatabase  
) const [inline, virtual]

Not supported yet.

Implements vl::ResourceLoadWriter.

Definition at line 80 of file ioSTL.hpp.


The documentation for this class was generated from the following file:

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:11.
Permission is granted to use this page to write and publish articles regarding Visualization Library.