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