SALOMEDS.SComponentIterator Interface Reference

SComponentIterator interface More...

import "SALOMEDS.idl";


Public Member Functions

void Init ()
boolean More ()
void Next ()
SComponent Value ()


Detailed Description

This interface contains the methods allowing to iterate over all components in the list. The search is started from the first SComponent in the list.


Member Function Documentation

void SALOMEDS.SComponentIterator.Init  ) 
 

Activates the SComponentIterator.

boolean SALOMEDS.SComponentIterator.More  ) 
 

Method More

Returns:
True if there is one more SComponent in the list.

void SALOMEDS.SComponentIterator.Next  ) 
 

Moves the iterator to the next SComponent in the list.

SComponent SALOMEDS.SComponentIterator.Value  ) 
 

Returns the SComponent corresponding to the current SComponent found by the iterator.


See also an example of this method usage in batchmode of SALOME application.


Generated on Tue Feb 7 22:07:44 2006 for SALOME v.2.2.8 by doxygen 1.3.7