Home
last modified time | relevance | path

Searched refs:getBound (Results 226 – 250 of 608) sorted by relevance

12345678910>>...25

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DLOD.cpp57 … required_range = cullStack->clampedPixelSize(getBound()) / cullStack->getLODScale(); in traverse()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetnotebook/
H A Dosgwidgetnotebook.cpp115 osg::BoundingSphere bs = node->getBound(); in bound()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DBVHPageNodeOSG.cxx373 bool flatten = (node->getBound()._radius < 30000); in load()
376 nodeVisitor.setCenter(node->getBound()._center); in load()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgsimulation/
H A Dosgsimulation.cpp407 double s = 200000.0 / cessna->getBound().radius(); in main()
416 osg::Vec3d center = cessna->getBound().center(); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DImpostor.cpp125 const BoundingSphere& bs = getBound(); in traverse()
224 const BoundingSphere& bs = getBound(); in createImpostorSprite()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthQt/
H A DLOSControlWidget.cpp236 osg::Vec3d center = losItem->los()->getBound().center(); in onItemDoubleClicked()
242 double range = losItem->los()->getBound().radius() / 0.267949849; in onItemDoubleClicked()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DLinearLineOfSight.cpp53 return node->getBound().center(); in getNodeCenter()
66 const osg::BoundingSphere& bs = node->getBound(); in getNodeCenter()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DImpostor.cpp125 const BoundingSphere& bs = getBound(); in traverse()
224 const BoundingSphere& bs = getBound(); in createImpostorSprite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/
H A Dtext_handler.h137 uint32_t getBound() const;
/dports/games/palomino/palomino/src/object/
H A Dobject.cc183 const fp radius = GetRootNode()->getBound().radius(); // faster in ComputeRadius()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/yafraycore/
H A Dkdtree.h142 bound_t getBound(){ return treeBound; } in getBound() function
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DFadeEffect.cpp216 float p = cv->clampedPixelSize(getBound()) / cv->getLODScale(); in traverse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp556 Options.store(Opts, Key, getBound(H, BK).getValue()); in storeOptions()
584 Optional<int8_t> SuspiciousCallArgumentCheck::getBound(Heuristic H, in getBound() function in clang::tidy::readability::SuspiciousCallArgumentCheck
780 if (Optional<int8_t> GotBound = getBound(H, BK)) in areNamesSimilar()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp556 Options.store(Opts, Key, getBound(H, BK).getValue()); in storeOptions()
584 Optional<int8_t> SuspiciousCallArgumentCheck::getBound(Heuristic H, in getBound() function in clang::tidy::readability::SuspiciousCallArgumentCheck
780 if (Optional<int8_t> GotBound = getBound(H, BK)) in areNamesSimilar()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp556 Options.store(Opts, Key, getBound(H, BK).getValue()); in storeOptions()
584 Optional<int8_t> SuspiciousCallArgumentCheck::getBound(Heuristic H, in getBound() function in clang::tidy::readability::SuspiciousCallArgumentCheck
780 if (Optional<int8_t> GotBound = getBound(H, BK)) in areNamesSimilar()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp556 Options.store(Opts, Key, getBound(H, BK).getValue()); in storeOptions()
584 Optional<int8_t> SuspiciousCallArgumentCheck::getBound(Heuristic H, in getBound() function in clang::tidy::readability::SuspiciousCallArgumentCheck
780 if (Optional<int8_t> GotBound = getBound(H, BK)) in areNamesSimilar()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp556 Options.store(Opts, Key, getBound(H, BK).getValue()); in storeOptions()
584 Optional<int8_t> SuspiciousCallArgumentCheck::getBound(Heuristic H, in getBound() function in clang::tidy::readability::SuspiciousCallArgumentCheck
780 if (Optional<int8_t> GotBound = getBound(H, BK)) in areNamesSimilar()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgprerender/
H A Dosgprerender.cpp326 const osg::BoundingSphere& bs = subgraph->getBound(); in createPreRenderSubGraph()
480 …osg::NodeCallback* nc = new osg::AnimationPathCallback(loadedModelTransform->getBound().center(),o… in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgsimulation/
H A Dosgsimulation.cpp407 double s = 200000.0 / cessna->getBound().radius(); in main()
416 osg::Vec3d center = cessna->getBound().center(); in main()

12345678910>>...25