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::IndexIteratorDrawArrays Class Reference

Index iterator operating used by DrawArrays. More...

#include <IndexIterator.hpp>

Inheritance diagram for vl::IndexIteratorDrawArrays:
vl::IndexIteratorAbstract vl::Object

List of all members.

Public Member Functions

 IndexIteratorDrawArrays ()
void initialize (int start, int count)
virtual bool hasNext () const
virtual bool next ()

Protected Attributes

int mStart
int mCount
int mCurPos

Detailed Description

Index iterator operating used by DrawArrays.

Definition at line 85 of file IndexIterator.hpp.


Constructor & Destructor Documentation

vl::IndexIteratorDrawArrays::IndexIteratorDrawArrays (  ) [inline]

Definition at line 90 of file IndexIterator.hpp.

References initialize(), and VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

void vl::IndexIteratorDrawArrays::initialize ( int  start,
int  count 
) [inline]

Definition at line 96 of file IndexIterator.hpp.

References mCount, mCurPos, vl::IndexIteratorAbstract::mIndex, and mStart.

Referenced by IndexIteratorDrawArrays().

virtual bool vl::IndexIteratorDrawArrays::hasNext (  ) const [inline, virtual]

Implements vl::IndexIteratorAbstract.

Definition at line 104 of file IndexIterator.hpp.

References mCount, mCurPos, and mStart.

virtual bool vl::IndexIteratorDrawArrays::next (  ) [inline, virtual]

Implements vl::IndexIteratorAbstract.

Definition at line 109 of file IndexIterator.hpp.

References mCurPos, and vl::IndexIteratorAbstract::mIndex.


Member Data Documentation

Definition at line 117 of file IndexIterator.hpp.

Referenced by hasNext(), and initialize().

Definition at line 118 of file IndexIterator.hpp.

Referenced by hasNext(), and initialize().

Definition at line 119 of file IndexIterator.hpp.

Referenced by hasNext(), initialize(), and next().


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.