GMOperatorsInterfaces CATICGMTopMultiResult
Usage: you must use this class as is. You should never derive it.
public class CATICGMTopMultiResult
Base class for all the operators that output several resulting bodies.
Constructor and Destructor Index
- o
CATICGMTopMultiResult()
- Constructor
Method Index
- o
BeginningResult()
- Initializes the iterator to the resulting bodies created after a run of this operator.
- o
GetNumberOfResults()
- Returns the number of bodies that are created after a run of this operator.
- o
GetResult()
- Returns a pointer to the current body.
- o
GetResult(CATCGMJournalList*)
- Returns a pointer to the current body.
- o
NextResult()
- Skips to the next (and the first in particular) resulting body created after a run of this operator.
Constructor and Destructor
o CATICGMTopMultiResult
public CATICGMTopMultiResult( | ) |
-
Constructor
Methods
o BeginningResult
public virtual BeginningResult( | ) |
-
Initializes the iterator to the resulting bodies created after a run of this operator.
o GetNumberOfResults
public virtual GetNumberOfResults( | ) |
-
Returns the number of bodies that are created after a run of this operator.
o GetResult
public virtual GetResult( | ) |
-
Returns a pointer to the current body.
To call after the Next method.
- Returns:
- A pointer to the current body.
o GetResult
public virtual GetResult( | | iJournal) |
-
Returns a pointer to the current body.
To call after the Next method.
- Parameters:
-
- iJournal
- The associated journal if not 0.
- Returns:
- A pointer to the current body.
o NextResult
public virtual NextResult( | ) |
-
Skips to the next (and the first in particular) resulting body created after a run of this operator.
- Returns:
- The existence of the current resulting body.
Legal values:
- TRUE
- if there is a next solution body.
- FALSE
- there is no solution body anymore.
This object is included in the file: CATICGMTopMultiResult.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.