C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Iterator for traverse faces of a constant solid. More...
#include <topology_iterator.h>
Public Member Functions | |
SolidFacesConstIterator (const MbSolid &solid) | |
Constructor. | |
void | next () |
Move to the next face. | |
void | operator++ () |
Move to the next face. | |
bool | done () const |
Test whether the traverse is over. | |
bool | undone () const |
Test whether the traverse is not over. | |
const MbFace & | operator* () |
Получить грань. | |
size_t | Index () |
Get current index. | |
Iterator for traverse faces of a constant solid.