SliceO_Class::Child_Get_Pt

 

This method returns the pointer to one of the child classes associated with this instance.

 

 

Syntax

 

SliceO_Class * Child_Get_Pt(

          int child_id

) ;

 

 

Parameters

 

child_id

                    index of the desired children from the children list (m_child_pt).

 

 

Return value

 

This method returns the pointer to one of the child classes associated with this instance (m_child_pt[child_id].  If the value of child_id is outside the range 0 to m_child_nb-1, then the method returns NULL.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also