Home
last modified time | relevance | path

Searched refs:getChildIndex (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/math/vtk9/VTK-9.1.0/IO/PIO/
H A DBHTree.cxx215 int oindx = getChildIndex(this->bhNode[tindx], loc); in insertLeaf()
225 oindx = getChildIndex(this->bhNode[tindx], loc); in insertLeaf()
252 int oindx2 = getChildIndex(this->bhNode[tindx2], bhLeaf[pindx]->location); in insertLeaf()
260 oindx = getChildIndex(this->bhNode[tindx], loc); in insertLeaf()
297 int BHTree::getChildIndex(BHNode* node, double* loc) in getChildIndex() function in BHTree
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionChangePositionData.cpp27 mIndex = parent->getChildIndex(mData1); in doAction()
28 size_t index2 = parent->getChildIndex(mData2); in doAction()
H A DData.cpp117 size_t Data::getChildIndex(DataPtr _child) in getChildIndex() function in tools::Data
147 mIndexSelected = getChildIndex(_child); in setChildSelected()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionChangePositionData.cpp27 mIndex = parent->getChildIndex(mData1); in doAction()
28 size_t index2 = parent->getChildIndex(mData2); in doAction()
H A DData.cpp117 size_t Data::getChildIndex(DataPtr _child) in getChildIndex() function in tools::Data
147 mIndexSelected = getChildIndex(_child); in setChildSelected()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionChangePositionData.cpp27 mIndex = parent->getChildIndex(mData1); in doAction()
28 size_t index2 = parent->getChildIndex(mData2); in doAction()
H A DData.cpp117 size_t Data::getChildIndex(DataPtr _child) in getChildIndex() function in tools::Data
147 mIndexSelected = getChildIndex(_child); in setChildSelected()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionChangePositionData.cpp27 mIndex = parent->getChildIndex(mData1); in doAction()
28 size_t index2 = parent->getChildIndex(mData2); in doAction()
H A DData.cpp117 size_t Data::getChildIndex(DataPtr _child) in getChildIndex() function in tools::Data
147 mIndexSelected = getChildIndex(_child); in setChildSelected()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/supportClasses/
H A DAddActionInstance.as156 private function getChildIndex(container:*, child:*):int
161 return container.getChildIndex(child);
203 getChildIndex(getContainer(relativeTo), relativeTo));
210 getChildIndex(getContainer(relativeTo), relativeTo) + 1);
H A DRemoveActionInstance.as124 private function getChildIndex(container:*, child:*):int
129 return container.getChildIndex(child);
172 getChildIndex(getContainer(target), target);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DMultiSwitch.cpp102 unsigned int pos=getChildIndex(child); in removeChild()
130 unsigned int pos=getChildIndex(child); in setChildValue()
152 unsigned int pos=getChildIndex(child); in getChildValue()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DMultiSwitch.cpp102 unsigned int pos=getChildIndex(child); in addLOS()
130 unsigned int pos=getChildIndex(child);
152 unsigned int pos=getChildIndex(child); in computeIntersections()
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3commontreeadaptor.c59 static ANTLR3_INT32 getChildIndex (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
136 cta->baseAdaptor.getChildIndex = (ANTLR3_INT32 (*) (pANTLR3_BASE_TREE_ADAPTOR, void *)) in ANTLR3_TREE_ADAPTORNew()
137 getChildIndex; in ANTLR3_TREE_ADAPTORNew()
483 getChildIndex (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in getChildIndex() function
485 return t->getChildIndex(t); in getChildIndex()
H A Dantlr3commontree.c52 static ANTLR3_INT32 getChildIndex (pANTLR3_BASE_TREE tree);
315 tree->baseTree.getChildIndex = getChildIndex; in antlr3SetCTAPI()
521 getChildIndex (pANTLR3_BASE_TREE tree ) in getChildIndex() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoCompactPathList.cpp134 this->lookupidx = this->getChildIndex(i); in push()
241 SoCompactPathList::getChildIndex(const int child) in getChildIndex() function in SoCompactPathList
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/core/
H A DIDisplayObjectContainerInterface.as40 * @copy flash.display.DisplayObjectContainer#getChildIndex()
42 function getChildIndex(child:DisplayObject):int;
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/game/
H A DNodeTest.java41 assertEquals(root.getChildIndex(node), 0); in testChildren()
42 assertEquals(node.getChildIndex(child1), 0); in testChildren()
43 assertEquals(node.getChildIndex(child2), 1); in testChildren()
/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/XQL/
H A DDOM.pm62 for (my $i = $parent->getChildIndex ($self) - 1; $i >= 0; $i--)
111 $_[0]->[_Parent]->getChildIndex ($_[0]);
431 $map ? $map->getChildIndex ($_[0]) : 0;
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/lib/XML/XQL/
H A DDOM.pm62 for (my $i = $parent->getChildIndex ($self) - 1; $i >= 0; $i--)
111 $_[0]->[_Parent]->getChildIndex ($_[0]);
431 $map ? $map->getChildIndex ($_[0]) : 0;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/effects/effectClasses/
H A DAddChildActionInstance.as127 relativeTo.parent.getChildIndex(relativeTo));
134 relativeTo.parent.getChildIndex(relativeTo) + 1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTimerTree.cpp121 TimerStack::TTindex TimerStack::getChildIndex(TimerStack::TTindex Parent, in getChildIndex() function in Ice::TimerStack
142 CurIndex = getChildIndex(CurIndex, Index); in findPath()
154 StackTop = getChildIndex(StackTop, ID); in push()
/dports/textproc/p5-SVG/SVG-2.86/lib/SVG/
H A DDOM.pm29 sub getChildIndex { subroutine
70 my $index = $self->getChildIndex(@children);
87 my $index = $self->getChildIndex(@children);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DSwitch.cpp119 unsigned int pos=getChildIndex(child); in setChildValue()
135 unsigned int pos=getChildIndex(child); in getChildValue()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DSwitch.cpp119 unsigned int pos=getChildIndex(child); in setChildValue()
135 unsigned int pos=getChildIndex(child); in getChildValue()

12345678910>>...18