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

Iterator used to extract the indices of every single triangle of a DrawCall regardless of the primitive type. More...

#include <TriangleIterator.hpp>

List of all members.

Public Member Functions

 TriangleIterator (TriangleIteratorAbstract *it)
bool next ()
 Requires the next triangle.
bool operator++ ()
bool hasNext ()
 Returns false if the iterator has reached the end of the triangle list.
int a () const
 First index of the triangle.
int b () const
 First index of the triangle.
int c () const
 First index of the triangle.

Protected Attributes

ref< TriangleIteratorAbstractmIterator

Detailed Description

Iterator used to extract the indices of every single triangle of a DrawCall regardless of the primitive type.

See also:
DrawCall::triangles()

Definition at line 575 of file TriangleIterator.hpp.


Constructor & Destructor Documentation

vl::TriangleIterator::TriangleIterator ( TriangleIteratorAbstract it ) [inline]

Definition at line 578 of file TriangleIterator.hpp.


Member Function Documentation

bool vl::TriangleIterator::next (  ) [inline]

Requires the next triangle.

Returns false the iterator reached the end of the triangle list.

Definition at line 581 of file TriangleIterator.hpp.

References mIterator.

Referenced by operator++().

bool vl::TriangleIterator::operator++ (  ) [inline]

Definition at line 583 of file TriangleIterator.hpp.

References next().

bool vl::TriangleIterator::hasNext (  ) [inline]
int vl::TriangleIterator::a (  ) const [inline]

First index of the triangle.

Definition at line 589 of file TriangleIterator.hpp.

References mIterator.

int vl::TriangleIterator::b (  ) const [inline]

First index of the triangle.

Definition at line 592 of file TriangleIterator.hpp.

References mIterator.

int vl::TriangleIterator::c (  ) const [inline]

First index of the triangle.

Definition at line 595 of file TriangleIterator.hpp.

References mIterator.


Member Data Documentation

Definition at line 598 of file TriangleIterator.hpp.

Referenced by a(), b(), c(), hasNext(), 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:12.
Permission is granted to use this page to write and publish articles regarding Visualization Library.