Visualization Library 2.0.0

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Functions
ioPLY.hpp File Reference
#include <vlGraphics/Geometry.hpp>
#include <vlCore/ResourceLoadWriter.hpp>
#include <vlCore/ResourceDatabase.hpp>

Go to the source code of this file.

Classes

class  vl::LoadWriterPLY
 The LoadWriterPLY class is a ResourceLoadWriter capable of reading PLY files. More...
 
class  vl::PlyLoader
 Loads a PLY file. More...
 
class  vl::PlyLoader::PlyPropertyAbstract
 Used by PlyLoader. More...
 
class  vl::PlyLoader::PlyScalar
 Used by PlyLoader. More...
 
class  vl::PlyLoader::PlyScalarList
 Used by PlyLoader. More...
 
class  vl::PlyLoader::PlyElement
 Used by PlyLoader. More...
 

Namespaces

 vl
 Visualization Library main namespace.
 

Functions

VLGRAPHICS_EXPORT ref< ResourceDatabasevl::loadPLY (VirtualFile *file)
 
VLGRAPHICS_EXPORT ref< ResourceDatabasevl::loadPLY (const String &path)