Home
last modified time | relevance | path

Searched refs:endModel (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_bvh_models.cpp78 result = model->endModel(); in testBVHModelPointCloud()
134 result = model->endModel(); in testBVHModelTriangles()
187 result = model->endModel(); in testBVHModelSubModel()
H A Dtest_fcl_frontlist.cpp229 m1.endModel(); in collide_front_list_Test()
233 m2.endModel(); in collide_front_list_Test()
295 m1.endModel(); in collide_front_list_Test_Oriented()
299 m2.endModel(); in collide_front_list_Test_Oriented()
347 m1.endModel(); in collide_Test()
351 m2.endModel(); in collide_Test()
H A Dtest_fcl_distance.cpp405 m1.endModel(); in distance_Test_Oriented()
409 m2.endModel(); in distance_Test_Oriented()
457 m1.endModel(); in distance_Test()
461 m2.endModel(); in distance_Test()
502 m1.endModel(); in collide_Test_OBB()
506 m2.endModel(); in collide_Test_OBB()
H A Dtest_fcl_collision.cpp938 m1.endModel(); in collide_Test2()
942 m2.endModel(); in collide_Test2()
1000 m1.endModel(); in collide_Test()
1004 m2.endModel(); in collide_Test()
1061 m1.endModel(); in collide_Test_Oriented()
1065 m2.endModel(); in collide_Test_Oriented()
1121 m1.endModel(); in test_collide_func()
1125 m2.endModel(); in test_collide_func()
H A Dtest_fcl_octomap_distance.cpp183 m1->endModel(); in octomap_distance_test_BVH()
/dports/math/fcl05/fcl-0.5.0/test/
H A Dtest_fcl_bvh_models.cpp91 result = model->endModel(); in testBVHModelPointCloud()
145 result = model->endModel(); in testBVHModelTriangles()
196 result = model->endModel(); in testBVHModelSubModel()
H A Dtest_fcl_frontlist.cpp221 m1.endModel(); in collide_front_list_Test()
225 m2.endModel(); in collide_front_list_Test()
284 m1.endModel(); in collide_front_list_Test_Oriented()
288 m2.endModel(); in collide_front_list_Test_Oriented()
333 m1.endModel(); in collide_Test()
337 m2.endModel(); in collide_Test()
H A Dtest_fcl_distance.cpp313 m1.endModel(); in distance_Test_Oriented()
317 m2.endModel(); in distance_Test_Oriented()
363 m1.endModel(); in distance_Test()
367 m2.endModel(); in distance_Test()
407 m1.endModel(); in collide_Test_OBB()
411 m2.endModel(); in collide_Test_OBB()
H A Dtest_fcl_collision.cpp834 m1.endModel(); in collide_Test2()
838 m2.endModel(); in collide_Test2()
893 m1.endModel(); in collide_Test()
897 m2.endModel(); in collide_Test()
951 m1.endModel(); in collide_Test_Oriented()
955 m2.endModel(); in collide_Test_Oriented()
1008 m1.endModel(); in test_collide_func()
1012 m2.endModel(); in test_collide_func()
/dports/misc/dartsim/dart-6.11.1/dart/collision/fcl/
H A DCollisionShapes.hpp75 model->endModel(); in createMesh()
187 model->endModel(); in createEllipsoid()
249 model->endModel(); in createCube()
374 model->endModel(); in createCylinder()
H A DFCLCollisionDetector.cpp269 model->endModel(); in createCube()
378 model->endModel(); in createEllipsoid()
487 model->endModel(); in createCylinder()
544 model->endModel(); in createPyramid()
576 model->endModel(); in createMesh()
601 model->endModel(); in createSoftMesh()
/dports/math/fcl05/fcl-0.5.0/include/fcl/shape/
H A Dgeometric_shape_to_BVH_model.h86 model.endModel(); in generateBVHModel()
151 model.endModel(); in generateBVHModel()
233 model.endModel(); in generateBVHModel()
327 model.endModel(); in generateBVHModel()
419 model.endModel(); in generateBVHModel()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DIntersectionPicker.cpp99 osg::Vec3d endModel = endLocal * modelInverse; in pick() local
114 …er = new osgEarth::PrimitiveIntersector(osgUtil::Intersector::MODEL, startModel, endModel, buffer); in pick()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dmodel_manager.h45 void endModel(Model *model,bool mustExistInList=false);
/dports/net/kea/kea-2.0.1/src/bin/d2/
H A Dsimple_remove.cc436 endModel(); in processRemoveOkHandler()
455 endModel(); in processRemoveFailedHandler()
H A Dsimple_add.cc417 endModel(); in processAddOkHandler()
435 endModel(); in processAddFailedHandler()
H A Dnc_remove.cc560 endModel(); in processRemoveOkHandler()
579 endModel(); in processRemoveFailedHandler()
H A Dnc_add.cc547 endModel(); in processAddOkHandler()
565 endModel(); in processAddFailedHandler()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dmodel_manager.cpp68 void ModelManager::endModel(Model *model,bool mustExistInList) { in endModel() function in Shared::Graphics::ModelManager
/dports/net/kea/kea-2.0.1/src/lib/util/tests/
H A Dstate_model_unittest.cc160 endModel(); in doneWorkHandler()
524 EXPECT_NO_THROW(endModel()); in TEST_F()
641 EXPECT_NO_THROW(endModel()); in TEST_F()
/dports/math/fcl/fcl-0.7.0/include/fcl/geometry/bvh/
H A DBVH_model.h112 int endModel();
/dports/net/kea/kea-2.0.1/src/lib/util/
H A Dstate_model.h357 void endModel();
/dports/games/megaglest/megaglest-source-3.13.0/source/g3d_viewer/
H A Drenderer.h150 void endModel(ResourceScope rs,Model *model);
H A Drenderer.cpp203 void Renderer::endModel(ResourceScope rs,Model *model) { in endModel() function in Shared::G3dViewer::Renderer
204 modelManager->endModel(model); in endModel()
/dports/math/fcl05/fcl-0.5.0/include/fcl/BVH/
H A DBVH_model.h147 int endModel();

12