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::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 v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:10.
Permission is granted to use this page to write and publish articles regarding Visualization Library.