Home
last modified time | relevance | path

Searched refs:removeParent (Results 1 – 25 of 102) sorted by relevance

12345

/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/robots/
H A Dhummer.py39 wheel1.removeParent()
42 wheel2.removeParent()
45 wheel3.removeParent()
48 wheel4.removeParent()
H A Dgrasping_robot.py96 previous_object.removeParent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Delement.cpp57 void Element::removeParent(Element *parent) { removeEdge(parent, this); } in removeParent() function in fcitx::Element
85 removeParent(parents().front()); in removeAllParent()
91 childs().front()->removeParent(this); in removeAllChild()
H A Delement.h54 void removeParent(Element *parent);
/dports/devel/simgear/simgear-2020.3.11/simgear/bvh/
H A DBVHGroup.cxx36 (*i)->removeParent(this); in ~BVHGroup()
78 child->removeParent(this); in removeChild()
H A DBVHNode.hxx61 void removeParent(BVHNode* parent);
H A DBVHNode.cxx55 BVHNode::removeParent(BVHNode* parent) in removeParent() function in simgear::BVHNode
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/util/
H A DXMLObjectChildrenList.h531 removeParent(*_Where); in erase()
541 removeParent(*i); in erase()
562 void removeParent(const_reference _Val) { in removeParent() function
687 removeParent(*_Where); in erase()
699 removeParent(*i); in erase()
724 void removeParent(const_reference _Val) { in removeParent() function
/dports/net/drive/drive-0.4.0/src/
H A Dmove.go154 err = g.removeParent(remSrc.Id, opt.src)
160 func (g *Commands) removeParent(fileId, relToRootPath string) error { func
169 return g.rem.removeParent(fileId, parent.Id)
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DGroup.cpp51 (*itr)->removeParent(this); in ~Group()
189 child->removeParent(this); in removeChildren()
254 origNode->removeParent(this); in setChild()
H A DStateSet.cpp287 void StateSet::removeParent(osg::Node* node) in removeParent() function in StateSet
620 itr->second.first->removeParent(this); in clear()
635 itr->second.first->removeParent(this); in clear()
648 uitr->second.first->removeParent(this); in clear()
992 itr->second.first->removeParent(this); in removeAttribute()
1017 itr->second.first->removeParent(this); in removeAttribute()
1075 itr->second.first->removeParent(this); in addUniform()
1116 itr->second.first->removeParent(this); in removeUniform()
1141 itr->second.first->removeParent(this); in removeUniform()
1328 itr->second.first->removeParent(this); in removeTextureAttribute()
[all …]
H A DStateAttribute.cpp36 void StateAttribute::removeParent(osg::StateSet* object) in removeParent() function in StateAttribute
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DGroup.cpp51 (*itr)->removeParent(this); in ~Group()
185 child->removeParent(this); in removeChildren()
250 origNode->removeParent(this); in setChild()
H A DStateSet.cpp373 void StateSet::removeParent(osg::Node* node) in removeParent() function in StateSet
734 itr->second.first->removeParent(this); in clear()
749 itr->second.first->removeParent(this); in clear()
762 uitr->second.first->removeParent(this); in clear()
1106 itr->second.first->removeParent(this); in removeAttribute()
1131 itr->second.first->removeParent(this); in removeAttribute()
1194 itr->second.first->removeParent(this); in addUniform()
1235 itr->second.first->removeParent(this); in removeUniform()
1260 itr->second.first->removeParent(this); in removeUniform()
1447 itr->second.first->removeParent(this); in removeTextureAttribute()
[all …]
H A DStateAttribute.cpp36 void StateAttribute::removeParent(osg::StateSet* object) in removeParent() function in StateAttribute
/dports/java/jdom/jdom/src/java/org/jdom/
H A DContentList.java304 removeParent(obj); in clear()
340 removeParent(old[i]); in clearAndSet()
441 removeParent(old); in remove()
452 private static void removeParent(Content c) { in removeParent() method in ContentList
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dprojectbuilddata.cpp205 bool removeParent = false; in removeArtifactAndExclusiveDependents() local
208 removeParent = true; in removeArtifactAndExclusiveDependents()
211 removeParent = parent->transformer->inputs.empty(); in removeArtifactAndExclusiveDependents()
213 if (removeParent) { in removeArtifactAndExclusiveDependents()
/dports/science/devisor/devisor2.1/devisor2/foundation/elements/
H A DCell2D.java81 edges[j].removeParent(this); in setCell()
109 edges[j].removeParent(this); in setEdge()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/hierarchy/
H A DHashMapHierarchy.java121 changed |= rec.removeParent(parent); in remove()
139 getRec((O) rec.children[i]).removeParent(entry); in remove()
159 crec.removeParent(entry); in removeSubtree()
362 boolean removeParent(O parent) { in removeParent() method in HashMapHierarchy.Rec
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dcondition.h132 void removeParent(Condition* parentCondition);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DRevisioning.cpp48 DirtyNotifier::removeParent( DirtyNotifier* parent ) in removeParent() function in DirtyNotifier
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/Modification/
H A DNodeRemoveAction.php86 $node->removeParent($parentName);
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/utils/FunctionGraphUtilities/
H A DinternalNode.h248 void removeParent(NodeId parent, Idx modality);
H A DinternalNode.cpp111 void InternalNode::removeParent(NodeId parent, Idx modality) { in removeParent() function in gum::InternalNode
/dports/science/devisor/devisor2.1/devisor2/foundation/base/
H A DBasicDomain.java879 adges[e].removeParent(zells[c]); in delNode()
883 ((Cell2D)zells[c]).getEdge(k).removeParent(zells[c]); in delNode()
910 e.removeParent(c); in delCell()
931 n1.removeParent (e); in delEdge()
932 n2.removeParent(e); in delEdge()

12345