Open CASCADE Technology
7.3.0
|
Class to iterate sequentually over all objects from every subset. More...
#include <SelectMgr_SelectableObjectSet.hxx>
Public Member Functions | |
Iterator () | |
Default constructor without initialization. More... | |
Iterator (const SelectMgr_SelectableObjectSet &theSet) | |
Constructs and initializes the iterator. More... | |
void | Init (const SelectMgr_SelectableObjectSet &theSet) |
Initializes the iterator. More... | |
Standard_Boolean | More () |
Returns false when there is no more objects to iterate over. More... | |
void | Next () |
Steps to next selectable object in the set. More... | |
const Handle< SelectMgr_SelectableObject > & | Value () const |
Returns current object. More... | |
Class to iterate sequentually over all objects from every subset.
|
inline |
Default constructor without initialization.
|
inline |
Constructs and initializes the iterator.
|
inline |
Initializes the iterator.
|
inline |
Returns false when there is no more objects to iterate over.
|
inline |
Steps to next selectable object in the set.
|
inline |
Returns current object.