| 
    Open CASCADE Technology
    7.2.0
    
   | 
 
Iterates on every basic relation contained in a GeneralRelation. More...
#include <Expr_RelationIterator.hxx>
Public Member Functions | |
| Expr_RelationIterator (const Handle< Expr_GeneralRelation > &rel) | |
| Standard_Boolean | More () const | 
| Returns False if no other relation remains.  More... | |
| void | Next () | 
| Handle< Expr_SingleRelation > | Value () const | 
| Returns current basic relation. Exception is raised if no more relation remains.  More... | |
Iterates on every basic relation contained in a GeneralRelation.
| Expr_RelationIterator::Expr_RelationIterator | ( | const Handle< Expr_GeneralRelation > & | rel | ) | 
| Standard_Boolean Expr_RelationIterator::More | ( | ) | const | 
Returns False if no other relation remains.
| void Expr_RelationIterator::Next | ( | ) | 
| Handle< Expr_SingleRelation > Expr_RelationIterator::Value | ( | ) | const | 
Returns current basic relation. Exception is raised if no more relation remains.
 1.8.13