GMModelInterfaces Interface CATCGMPickOperatorResultIterator
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATCGMPickOperatorResultIterator
Iterator through picked objects as computed by the picking operator
- See also:
-
Method Index
- o
Begin()
- Set the iterator to the beginning.
- o
End()
- Returns TRUE if the iterator has reached the end.
- o
Get()
- Returns the picked object at the current iterator position.
- o
operator++()
- Increment the iterator.
Methods
o Begin
-
Set the iterator to the beginning.
o End
-
Returns TRUE if the iterator has reached the end.
- Returns:
- TRUE or FALSE
o Get
-
Returns the picked object at the current iterator position.
- Returns:
- The picked object.
o operator++
public virtual operator++( | ) |
-
Increment the iterator.
This object is included in the file: CATCGMPickOperatorResultIterator.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.