Visualization Library

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

vl::PlyLoader::PlyPropertyAbstract Class Reference

Used by PlyLoader. More...

#include <ioPLY.hpp>

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

List of all members.

Public Member Functions

const Stringname () const
void setName (const String &name)
virtual void read (VirtualFile *, bool le)=0
virtual void read (TextStream *text)=0

Protected Attributes

String mName

Detailed Description

Used by PlyLoader.

Definition at line 107 of file ioPLY.hpp.


Member Function Documentation

const String& vl::PlyLoader::PlyPropertyAbstract::name ( ) const [inline]

Definition at line 110 of file ioPLY.hpp.

Referenced by vl::PlyLoader::PlyElement::analyze(), and vl::PlyLoader::newElement().

void vl::PlyLoader::PlyPropertyAbstract::setName ( const String name) [inline]

Definition at line 111 of file ioPLY.hpp.

virtual void vl::PlyLoader::PlyPropertyAbstract::read ( VirtualFile ,
bool  le 
) [pure virtual]
virtual void vl::PlyLoader::PlyPropertyAbstract::read ( TextStream text) [pure virtual]

Member Data Documentation

Definition at line 115 of file ioPLY.hpp.


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

Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:33.
Permission is granted to use this page to write and publish articles regarding Visualization Library.