|
| | TopOpeBRepTool_ShapeExplorer () |
| | Creates an empty explorer, becomes useful after Init.
|
| |
| | TopOpeBRepTool_ShapeExplorer (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) |
| | Creates an Explorer on the Shape .
|
| |
| void | Init (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) |
| |
| void | Next () |
| | Moves to the next Shape in the exploration.
|
| |
| int | Index () const |
| | Index of current sub-shape.
|
| |
| Standard_OStream & | DumpCurrent (Standard_OStream &OS) const |
| | Dump info on current shape to stream.
|
| |
| | TopExp_Explorer () noexcept |
| | Creates an empty explorer, becomes useful after Init.
|
| |
| | TopExp_Explorer (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) |
| | Creates an Explorer on the Shape .
|
| |
| void | Init (const TopoDS_Shape &S, const TopAbs_ShapeEnum ToFind, const TopAbs_ShapeEnum ToAvoid=TopAbs_SHAPE) |
| | Resets this explorer on the shape S. It is initialized to search the shape S, for shapes of type ToFind, that are not part of a shape ToAvoid. If the shape ToAvoid is equal to TopAbs_SHAPE, or if it is the same as, or less complex than, the shape ToFind it has no effect on the search.
|
| |
| bool | More () const noexcept |
| | Returns True if there are more shapes in the exploration.
|
| |
| void | Next () |
| | Moves to the next Shape in the exploration.
|
| |
| const TopoDS_Shape & | Value () const noexcept |
| | Returns the current shape in the exploration.
|
| |
| const TopoDS_Shape & | Current () const noexcept |
| | Returns the current shape in the exploration.
|
| |
| void | ReInit () |
| | Reinitialize the exploration with the original arguments.
|
| |
| const TopoDS_Shape & | ExploredShape () const noexcept |
| | Return explored shape.
|
| |
| int | Depth () const noexcept |
| | Returns the current depth of the exploration. 0 is the shape to explore itself.
|
| |
| void | Clear () |
| | Clears the content of the explorer.
|
| |
| | ~TopExp_Explorer () |
| | Destructor.
|
| |
| NCollection_ForwardRangeIterator< TopExp_Explorer > | begin () |
| | Returns an STL-compatible iterator for range-based for loops.
|
| |
| NCollection_ForwardRangeSentinel | end () const |
| | Returns a sentinel marking the end of iteration.
|
| |
Extends TopExp_Explorer by counting index of current item (for tracing and debug)