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::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 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.