Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [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 isEnd ()
 Returns true if the iterator 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 559 of file TriangleIterator.hpp.


Constructor & Destructor Documentation

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

Definition at line 562 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 565 of file TriangleIterator.hpp.

References mIterator.

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

Returns true if the iterator reached the end of the triangle list.

In this case a(), b() and c() return -1.

Definition at line 568 of file TriangleIterator.hpp.

References mIterator.

Referenced by vl::Geometry::computeTangentSpace(), vl::EdgeExtractor::extractEdges(), vl::RayIntersector::intersectGeometry(), and vl::PolygonSimplifier::simplify().

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

First index of the triangle.

Definition at line 571 of file TriangleIterator.hpp.

References mIterator.

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

First index of the triangle.

Definition at line 574 of file TriangleIterator.hpp.

References mIterator.

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

First index of the triangle.

Definition at line 577 of file TriangleIterator.hpp.

References mIterator.


Member Data Documentation

Definition at line 580 of file TriangleIterator.hpp.

Referenced by a(), b(), c(), isEnd(), and next().


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

Visualization Library v2011.05.1144 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Tue Sep 13 2011 21:59:18.
Permission is granted to use this page to write and publish articles regarding Visualization Library.