Visualization Library

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

vl::IndexIterator Class Reference

Wraps a IndexIteratorAbstract to iterate over the indices of a DrawCall. More...

#include <IndexIterator.hpp>

Inheritance diagram for vl::IndexIterator:
vl::Object

List of all members.

Public Member Functions

virtual const char * className ()
 Returns the name of the class.
 IndexIterator ()
void initialize (IndexIteratorAbstract *iterator)
int index ()
bool isEnd ()
bool next ()

Protected Attributes

ref< IndexIteratorAbstractmIterator

Detailed Description

Wraps a IndexIteratorAbstract to iterate over the indices of a DrawCall.

Definition at line 63 of file IndexIterator.hpp.


Constructor & Destructor Documentation

vl::IndexIterator::IndexIterator (  ) [inline]

Definition at line 68 of file IndexIterator.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

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

Returns the name of the class.

Reimplemented from vl::Object.

Definition at line 66 of file IndexIterator.hpp.

void vl::IndexIterator::initialize ( IndexIteratorAbstract iterator ) [inline]
int vl::IndexIterator::index (  ) [inline]

Definition at line 73 of file IndexIterator.hpp.

References mIterator.

bool vl::IndexIterator::isEnd (  ) [inline]
bool vl::IndexIterator::next (  ) [inline]

Definition at line 75 of file IndexIterator.hpp.

References mIterator.


Member Data Documentation

Definition at line 78 of file IndexIterator.hpp.

Referenced by index(), initialize(), isEnd(), and next().


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

Visualization Library v2011.05.1142 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 26 2011 22:51:41.
Permission is granted to use this page to write and publish articles regarding Visualization Library.