SALOMEDS.ChildIterator Interface Reference

ChildIterator interface More...

import "SALOMEDS.idl";


Public Member Functions

void Init ()
void InitEx (in boolean allLevels)
boolean More ()
void Next ()
SObject Value ()


Detailed Description

This interface contains methods which allow to iterate over all child levels.


Member Function Documentation

void SALOMEDS.ChildIterator.Init  ) 
 

Activates the ChildIterator.

void SALOMEDS.ChildIterator.InitEx in boolean  allLevels  ) 
 

Activates the ChildIterator for all child levels.

Parameters:
allLevels If this boolean parameter is True, the ChildIterator will be activated for all child levels.

boolean SALOMEDS.ChildIterator.More  ) 
 

Method More

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

void SALOMEDS.ChildIterator.Next  ) 
 

Passes the iterator to the next level.

SObject SALOMEDS.ChildIterator.Value  ) 
 

Returns the SObject corresponding to the current object found by the iterator.


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