Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <IndexIterator.hpp>
Public Member Functions | |
| void | initialize (IndexIteratorAbstract *iterator) |
| int | index () |
| bool | isEnd () |
| bool | next () |
Protected Attributes | |
| ref< IndexIteratorAbstract > | mIterator |
| void vl::IndexIterator::initialize | ( | IndexIteratorAbstract * | iterator ) | [inline] |
| int vl::IndexIterator::index | ( | ) | [inline] |
| bool vl::IndexIterator::isEnd | ( | ) | [inline] |
| bool vl::IndexIterator::next | ( | ) | [inline] |
ref<IndexIteratorAbstract> vl::IndexIterator::mIterator [protected] |