MCPcopy Create free account
hub / github.com/dhale/jtk / removeParent

Method removeParent

core/src/main/java/edu/mines/jtk/sgl/Node.java:394–396  ·  view source on GitHub ↗

Removes the specified parent from this node's list of parents. If this node is not a child of the parent, this method simply returns false. Called by Group.removeChild(Node). @return true, if this node was a child of parent; false, otherwise.

(Group parent)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

removeChildMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected