Home
last modified time | relevance | path

Searched refs:removeEntities (Results 1 – 25 of 31) sorted by relevance

12

/dports/cad/gmsh/gmsh-4.9.2-source/tutorial/python/
H A Dt20.py94 gmsh.model.removeEntities(gmsh.model.getEntities(3))
95 gmsh.model.removeEntities(dels)
96 gmsh.model.removeEntities(gmsh.model.getEntities(1))
97 gmsh.model.removeEntities(gmsh.model.getEntities(0))
H A Dt18.py84 gmsh.model.removeEntities(out, True) # Delete outside parts recursively
/dports/cad/gmsh/gmsh-4.9.2-source/tutorial/c++/
H A Dt20.cpp119 gmsh::model::removeEntities(tmp); in main()
120 gmsh::model::removeEntities(dels); in main()
122 gmsh::model::removeEntities(tmp); in main()
124 gmsh::model::removeEntities(tmp); in main()
H A Dt18.cpp92 gmsh::model::removeEntities(out, true); // Delete outside parts recursively in main()
/dports/cad/gmsh/gmsh-4.9.2-source/demos/api/
H A Dspherical_surf.jl14 gmsh.model.removeEntities([(3,sph)])
15 gmsh.model.removeEntities([(2,2), (2,4), (2,6)], true)
H A Dspherical_surf.py16 gmsh.model.removeEntities([(3, sph)])
17 gmsh.model.removeEntities([(2, 2), (2, 4), (2, 6)], True)
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DMapFile.cpp771 const idKeyValue *removeEntities = entities[0]->epairs.MatchPrefix( "removeEntities", NULL ); in Parse() local
772 while ( removeEntities ) { in Parse()
773 RemoveEntities( removeEntities->GetValue() ); in Parse()
774 removeEntities = entities[0]->epairs.MatchPrefix( "removeEntities", removeEntities ); in Parse()
/dports/games/stuntrally/stuntrally-2.6.1/source/paged-geom/
H A DBatchPage.h58 void removeEntities();
H A DBatchPage.cpp163 void BatchPage::removeEntities() in removeEntities() function in BatchPage
H A DGrassLoader.h574 void removeEntities();
H A DImpostorPage.h102 void removeEntities();
H A DPagedGeometry.h967 virtual void removeEntities() = 0;
H A DPagedGeometry.cpp865 page->removeEntities(); in _loadPage()
907 page->removeEntities(); in _unloadPage()
H A DGrassLoader.cpp1190 removeEntities(); in ~GrassPage()
1206 void GrassPage::removeEntities() in removeEntities() function in Forests::GrassPage
H A DImpostorPage.cpp191 void ImpostorPage::removeEntities() in removeEntities() function in Forests::ImpostorPage
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/include/
H A DBatchPage.h60 void removeEntities();
H A DGrassLoader.h573 void removeEntities();
H A DImpostorPage.h99 void removeEntities();
H A DPagedGeometry.h967 virtual void removeEntities() = 0;
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DEntityRenderer.h99 void removeEntities(Iter cur, const Iter end) { in removeEntities() function
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/source/
H A DBatchPage.cpp160 void BatchPage::removeEntities() in removeEntities() function in BatchPage
H A DPagedGeometry.cpp863 page->removeEntities(); in _loadPage()
905 page->removeEntities(); in _unloadPage()
H A DGrassLoader.cpp1441 removeEntities(); in ~GrassPage()
1457 void GrassPage::removeEntities() in removeEntities() function in Forests::GrassPage
H A DImpostorPage.cpp182 void ImpostorPage::removeEntities() in removeEntities() function in ImpostorPage
/dports/cad/gmsh/gmsh-4.9.2-source/api/
H A Dgmsh.h365 GMSH_API void removeEntities(const gmsh::vectorpair & dimTags,

12