|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
RAII range adapter wrapping occtl_topo_explorer_iter_t.
More...
#include <topo.hpp>
Classes | |
| struct | Item |
| One yield from an explorer iteration. More... | |
| class | iterator |
Public Member Functions | |
| ExplorerIter (::occtl_topo_explorer_iter_t *theIter) noexcept | |
| ExplorerIter (const ExplorerIter &)=delete | |
| ExplorerIter & | operator= (const ExplorerIter &)=delete |
| ExplorerIter (ExplorerIter &&theOther) noexcept | |
| ExplorerIter & | operator= (ExplorerIter &&theOther) noexcept |
| iterator | begin () noexcept |
| iterator | end () noexcept |
RAII range adapter wrapping occtl_topo_explorer_iter_t.
Yields a tuple of (NodeId, Transform, Orientation) per step. Created by Graph::child_explorer() and Graph::parent_explorer().