|
Get a child by path name.
- Parameters:
-
[in] | pathName | The absolute pathname, or pathname relative to this object, of the object to get. The pathName may be relative to this node, or absolute (starting with a "/"). The origin of the absolute path name is the root of the tree that contains this StructureNode. If this StructureNode is not attached to an ImageFile, the pathName origin root will not the root node of an ImageFile. |
- Precondition:
- The destination ImageFile must be open (i.e. destImageFile().isOpen()).
-
The pathName must be defined (i.e. isDefined(pathName)).
- Postcondition:
- No visible state is modified.
- Returns:
- A smart Node handle referencing the child node.
- Exceptions:
-
- See also:
- StructureCreate.cpp example, StructureNode::get(int64_t) const
|