Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
For internal use only. More...
#include <TriangleIterator.hpp>
Public Member Functions | |
| virtual bool | next ()=0 |
| virtual bool | hasNext () const =0 |
| virtual int | a () const =0 |
| virtual int | b () const =0 |
| virtual int | c () const =0 |
For internal use only.
See vl::TriangleIterator instead.
Definition at line 44 of file TriangleIterator.hpp.
| virtual bool vl::TriangleIteratorAbstract::next | ( | ) | [pure virtual] |
| virtual bool vl::TriangleIteratorAbstract::hasNext | ( | ) | const [pure virtual] |
| virtual int vl::TriangleIteratorAbstract::a | ( | ) | const [pure virtual] |
Implemented in vl::TriangleIteratorIndexed< TArray >, and vl::TriangleIteratorDirect.
| virtual int vl::TriangleIteratorAbstract::b | ( | ) | const [pure virtual] |
Implemented in vl::TriangleIteratorIndexed< TArray >, and vl::TriangleIteratorDirect.
| virtual int vl::TriangleIteratorAbstract::c | ( | ) | const [pure virtual] |
Implemented in vl::TriangleIteratorIndexed< TArray >, and vl::TriangleIteratorDirect.