Mesh::EditDependencies

Background

This method maps the referencible database elements from one set of elements to another set of elements. All nodes or data elements that require updating are mapped by this method.

Prototype

virtual int EditDependencies( DependencyMap & p_roMap )

Parameters

  • DependencyMap & p_roMap: A pointer-to-pointer map that maps the source database element set into the new database element set. If a map for an element is not present in the map, then its value will not be mapped.

Return Value

Non-zero indicates success, zero indicates failure.