GetChild

virtual PNamed INamed::GetChild(const std::string &name) = 0

Gets the child with the specified name.

Parameters

name – Name of the child.

Returns

PNamed – The child with the specified name.

Throws