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 | Protected Attributes

vl::PlyLoader::PlyScalarList Class Reference

Used by PlyLoader. More...

#include <ioPLY.hpp>

Inheritance diagram for vl::PlyLoader::PlyScalarList:
vl::PlyLoader::PlyPropertyAbstract vl::Object

List of all members.

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< PlyScalarmScalars
EType mScalarType
EType mCountType

Detailed Description

Used by PlyLoader.

Definition at line 143 of file ioPLY.hpp.


Constructor & Destructor Documentation

vl::PlyLoader::PlyScalarList::PlyScalarList (  ) [inline]

Definition at line 146 of file ioPLY.hpp.


Member Function Documentation

void vl::PlyLoader::PlyScalarList::setCountType ( EType  type ) [inline]

Definition at line 147 of file ioPLY.hpp.

EType vl::PlyLoader::PlyScalarList::countType (  ) const [inline]

Definition at line 148 of file ioPLY.hpp.

void vl::PlyLoader::PlyScalarList::setScalarType ( EType  type ) [inline]

Definition at line 149 of file ioPLY.hpp.

EType vl::PlyLoader::PlyScalarList::scalarType (  ) const [inline]

Definition at line 150 of file ioPLY.hpp.

const std::vector<PlyScalar>& vl::PlyLoader::PlyScalarList::scalars (  ) const [inline]

Definition at line 151 of file ioPLY.hpp.

Referenced by vl::PlyLoader::newElement().

std::vector<PlyScalar>& vl::PlyLoader::PlyScalarList::scalars (  ) [inline]

Definition at line 152 of file ioPLY.hpp.

virtual void vl::PlyLoader::PlyScalarList::read ( VirtualFile file,
bool  le 
) [inline, virtual]
virtual void vl::PlyLoader::PlyScalarList::read ( TextStream text ) [inline, virtual]

Member Data Documentation

Definition at line 178 of file ioPLY.hpp.

Definition at line 179 of file ioPLY.hpp.

Definition at line 180 of file ioPLY.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.