Visualization Library

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

vl::IndexIteratorAbstract Class Reference

Abstract class used as base for all the index iterators specializations. More...

#include <IndexIterator.hpp>

Inheritance diagram for vl::IndexIteratorAbstract:
vl::Object vl::IndexIteratorDrawArrays vl::IndexIteratorElements< TArray >

List of all members.

Public Member Functions

virtual const char * className ()
 Returns the name of the class.
 IndexIteratorAbstract ()
int index () const
virtual bool isEnd () const =0
virtual bool next ()=0

Protected Attributes

int mIndex

Detailed Description

Abstract class used as base for all the index iterators specializations.

Definition at line 43 of file IndexIterator.hpp.


Constructor & Destructor Documentation

vl::IndexIteratorAbstract::IndexIteratorAbstract (  ) [inline]

Definition at line 48 of file IndexIterator.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

virtual const char* vl::IndexIteratorAbstract::className (  ) [inline, virtual]

Returns the name of the class.

Reimplemented from vl::Object.

Reimplemented in vl::IndexIteratorDrawArrays, and vl::IndexIteratorElements< TArray >.

Definition at line 46 of file IndexIterator.hpp.

int vl::IndexIteratorAbstract::index (  ) const [inline]

Definition at line 52 of file IndexIterator.hpp.

References mIndex.

virtual bool vl::IndexIteratorAbstract::isEnd (  ) const [pure virtual]
virtual bool vl::IndexIteratorAbstract::next (  ) [pure virtual]

Member Data Documentation


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

Visualization Library v2011.05.1144 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Tue Sep 13 2011 21:59:14.
Permission is granted to use this page to write and publish articles regarding Visualization Library.