Home
last modified time | relevance | path

Searched refs:getNodeData (Results 26 – 50 of 460) sorted by relevance

12345678910>>...19

/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtGImpactBvh.h104 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
260 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
262 return m_box_tree.getNodeData(nodeindex); in getNodeData()
292 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dlookupcall.cxx179 qrzSessionKey = xml->getNodeData(); in parseSessionKey()
182 qrzalert = xml->getNodeData(); in parseSessionKey()
185 qrzerror = xml->getNodeData(); in parseSessionKey()
252 lookup_fname = xml->getNodeData(); in parse_xml()
255 lookup_name = xml->getNodeData(); in parse_xml()
272 lookup_zip = xml->getNodeData(); in parse_xml()
278 lookup_latd = xml->getNodeData(); in parse_xml()
281 lookup_lond = xml->getNodeData(); in parse_xml()
284 lookup_grid = xml->getNodeData(); in parse_xml()
287 qrzalert = xml->getNodeData(); in parse_xml()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Utils/
H A DDOMDataUtils.php75 public static function getNodeData( Element $node ): stdClass { function in Wikimedia\\Parsoid\\Utils\\DOMDataUtils
122 $data = self::getNodeData( $node );
138 $data = self::getNodeData( $node );
149 $data = self::getNodeData( $node );
160 $data = self::getNodeData( $node );
171 $data = self::getNodeData( $node );
184 $data = self::getNodeData( $node );
591 $nd = self::getNodeData( $node );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Utils/
H A DDOMDataUtils.php53 public static function getNodeData( DOMElement $node ): stdClass { function in Wikimedia\\Parsoid\\Utils\\DOMDataUtils
100 $data = self::getNodeData( $node );
116 $data = self::getNodeData( $node );
127 $data = self::getNodeData( $node );
138 $data = self::getNodeData( $node );
149 $data = self::getNodeData( $node );
162 $data = self::getNodeData( $node );
599 $nd = self::getNodeData( $node );
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtGImpactQuantizedBvh.h96 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
249 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
251 return m_box_tree.getNodeData(nodeindex); in getNodeData()
281 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex), triangle); in getNodeTriangle()
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/test/
H A DilTreeTest.php86 $root = $tree->getNodeData(1);
170 $node = $tree->getNodeData(24);
201 $seq = $tree->getChildSequenceNumber($tree->getNodeData(24));
/dports/www/ilias6/ILIAS-6.14/Services/Tree/test/
H A DilTreeTest.php88 $root = $tree->getNodeData(1);
172 $node = $tree->getNodeData(24);
203 $seq = $tree->getChildSequenceNumber($tree->getNodeData(24));
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtGImpactQuantizedBvh.h164 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
320 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
322 return m_box_tree.getNodeData(nodeindex); in getNodeData()
353 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
H A DbtGImpactBvh.h184 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
344 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
346 return m_box_tree.getNodeData(nodeindex); in getNodeData()
377 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtGImpactQuantizedBvh.h164 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
320 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
322 return m_box_tree.getNodeData(nodeindex); in getNodeData()
353 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
H A DbtGImpactBvh.h184 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
344 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
346 return m_box_tree.getNodeData(nodeindex); in getNodeData()
377 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtGImpactBvh.h184 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
344 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
346 return m_box_tree.getNodeData(nodeindex); in getNodeData()
377 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
H A DbtGImpactQuantizedBvh.h164 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
320 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
322 return m_box_tree.getNodeData(nodeindex); in getNodeData()
353 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtGImpactQuantizedBvh.h164 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
320 SIMD_FORCE_INLINE int getNodeData(int nodeindex) const in getNodeData() function
322 return m_box_tree.getNodeData(nodeindex); in getNodeData()
353 m_primitive_manager->get_primitive_triangle(getNodeData(nodeindex),triangle); in getNodeTriangle()

12345678910>>...19