C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Iterator for traverse faces of a shell. More...
#include <topology_iterator.h>
Public Member Functions | |
ShellFacesIterator (MbFaceShell &shell) | |
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. | |
MbFace & | operator* () |
Получить грань. | |
size_t | Index () |
Get current index. | |
Iterator for traverse faces of a shell.