SliceO_Class::Child_Add

 

This method add a children to the list of children for this instance.  It will update the variables "m_child_nb" and "m_child_pt".

 

 

Syntax

 

int  Child_Add(

          SliceO_Class * child

) ;

 

 

Parameters

 

child

                    pointer to the class to add a\in the children list.

 

 

Return value

 

This method return 1 if success, 0 if an error occurred.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also