ENH: Add macros to simplify adding children to an XdmfItem.
The macros XDMF_CHILDREN and XDMF_CHILDREN_IMPLEMENTATION add capabilities to add and remove children by index or property from a parent item. This simplifies the code as the same insert() getChild() calls were used throughout the code.
Showing