Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlPLY.hpp>

Public Member Functions | |
| PlyScalarList () | |
| void | setCountType (EType type) |
| EType | countType () const |
| void | setScalarType (EType type) |
| EType | scalarType () const |
| const std::vector< PlyScalar > & | scalars () const |
| std::vector< PlyScalar > & | scalars () |
| virtual void | read (VirtualFile *file, bool le) |
| virtual void | read (TextStream *text) |
Protected Attributes | |
| std::vector< PlyScalar > | mScalars |
| EType | mScalarType |
| EType | mCountType |
| vl::PlyLoader::PlyScalarList::PlyScalarList | ( | ) | [inline] |
| void vl::PlyLoader::PlyScalarList::setCountType | ( | EType | type | ) | [inline] |
| EType vl::PlyLoader::PlyScalarList::countType | ( | ) | const [inline] |
| void vl::PlyLoader::PlyScalarList::setScalarType | ( | EType | type | ) | [inline] |
| EType vl::PlyLoader::PlyScalarList::scalarType | ( | ) | const [inline] |
| const std::vector<PlyScalar>& vl::PlyLoader::PlyScalarList::scalars | ( | ) | const [inline] |
| std::vector<PlyScalar>& vl::PlyLoader::PlyScalarList::scalars | ( | ) | [inline] |
| virtual void vl::PlyLoader::PlyScalarList::read | ( | VirtualFile * | file, | |
| bool | le | |||
| ) | [inline, virtual] |
Implements vl::PlyLoader::PlyPropertyAbstract.
| virtual void vl::PlyLoader::PlyScalarList::read | ( | TextStream * | text | ) | [inline, virtual] |
Implements vl::PlyLoader::PlyPropertyAbstract.
std::vector<PlyScalar> vl::PlyLoader::PlyScalarList::mScalars [protected] |
EType vl::PlyLoader::PlyScalarList::mScalarType [protected] |
EType vl::PlyLoader::PlyScalarList::mCountType [protected] |