Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Attributes

vl::PlyLoader::PlyScalar Class Reference

Used by PlyLoader. More...

#include <vlPLY.hpp>

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

List of all members.

Public Member Functions

 PlyScalar ()
void setScalarType (EType type)
EType scalarType () const
virtual void read (VirtualFile *file, bool le)
virtual void read (TextStream *text)
float getAsFloat () const
int getAsInt () const

Protected Attributes

union {
   char   mChar
   unsigned char   mUChar
   short   mShort
   unsigned short   mUShort
   int   mInt
   unsigned int   mUInt
   float   mFloat
   double   mDouble
mData
EType mScalarType

Detailed Description

Used by PlyLoader.


Constructor & Destructor Documentation

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

Member Function Documentation

void vl::PlyLoader::PlyScalar::setScalarType ( EType  type ) [inline]
EType vl::PlyLoader::PlyScalar::scalarType (  ) const [inline]
void PlyLoader::PlyScalar::read ( VirtualFile file,
bool  le 
) [virtual]
void PlyLoader::PlyScalar::read ( TextStream text ) [virtual]
float PlyLoader::PlyScalar::getAsFloat (  ) const
int PlyLoader::PlyScalar::getAsInt (  ) const

Member Data Documentation

union { ... } vl::PlyLoader::PlyScalar::mData [protected]

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

Visualization Library v2010.11.1123 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Thu Nov 18 2010 02:08:17.
Permission is granted to use this page to write and publish articles regarding Visualization Library.