OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::ExplorerIter Class Reference

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
 
ExplorerIteroperator= (const ExplorerIter &)=delete
 
 ExplorerIter (ExplorerIter &&theOther) noexcept
 
ExplorerIteroperator= (ExplorerIter &&theOther) noexcept
 
iterator begin () noexcept
 
iterator end () noexcept
 

Detailed Description

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().


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