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

 IndexIteratorAbstract ()
int index () const
virtual bool hasNext () 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

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

Definition at line 52 of file IndexIterator.hpp.

References mIndex.

virtual bool vl::IndexIteratorAbstract::hasNext ( ) 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 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:29.
Permission is granted to use this page to write and publish articles regarding Visualization Library.