|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = TouchHit |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const TouchHit * |
| using | reference = const TouchHit & |
Public Member Functions | |
| iterator (::occtl_topo_touch_iter_t *theIter) | |
| iterator (const iterator &)=delete | |
| iterator & | operator= (const iterator &)=delete |
| iterator (iterator &&)=default | |
| iterator & | operator= (iterator &&)=default |
| const TouchHit & | operator* () const noexcept |
| const TouchHit * | operator-> () const noexcept |
| iterator & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const iterator &theOther) const noexcept |
| bool | operator!= (const iterator &theOther) const noexcept |