Home
last modified time | relevance | path

Searched refs:showMesh (Results 1 – 22 of 22) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DGazeboReactionForce.cpp141 DecorativeMesh showMesh(cubeMesh.createPolygonalMesh()); in MyMultibodySystem() local
142 showMesh.setRepresentation(DecorativeGeometry::DrawWireframe); in MyMultibodySystem()
145 link2Info.addDecoration(COM2, showMesh); in MyMultibodySystem()
H A DGazeboReactionForceWithAppliedForceCompliant.cpp188 DecorativeMesh showMesh(cubeMesh.createPolygonalMesh()); in MyMultibodySystem() local
189 showMesh.setRepresentation(DecorativeGeometry::DrawWireframe); in MyMultibodySystem()
193 link1Info.addDecoration(Centroid, showMesh); in MyMultibodySystem()
H A DGazeboReactionForceWithAppliedForceRigid.cpp186 DecorativeMesh showMesh(cubeMesh.createPolygonalMesh()); in MyMultibodySystem() local
187 showMesh.setRepresentation(DecorativeGeometry::DrawWireframe); in MyMultibodySystem()
191 link1Info.addDecoration(Centroid, showMesh); in MyMultibodySystem()
/dports/devel/upp/upp/bazaar/GLCanvas/
H A DGLCanvas.h59 void PaintSurface(const Surface &surf, const Color &linCol, bool showMesh, bool showNormals);
92 …void PaintSurface0(const Vector<Point3D> &nodes, const Vector<Panel> &panels, bool showMesh, bool …
H A DGLCanvas.cpp383 …urface0(const Vector<Point3D> &nodes, const Vector<Panel> &panels, bool showMesh, bool showNormals… in PaintSurface0() argument
387 if (showMesh) { in PaintSurface0()
401 void GLCanvas::PaintSurface(const Surface &surf, const Color &linCol, bool showMesh, bool showNorma… in PaintSurface() argument
402 PaintSurface0(surf.nodes, surf.panels, showMesh, showNormals, surf.avgFacetSideLen, linCol); in PaintSurface()
/dports/graphics/dilay/dilay-1.9.0/lib/src/view/info-pane/
H A Dscene.cpp81 const auto showMesh = [this](DynamicMesh& mesh) { in updateInfo() local
101 this->mainWindow.glWidget ().state ().scene ().forEachMesh (showMesh); in updateInfo()
/dports/devel/upp/upp/bazaar/SurfaceCtrl/
H A DObject3D.h111 Object3D& ShowMesh(bool b = true)noexcept{showMesh = b; return *this;}
126 bool GetShowMesh()const noexcept{return showMesh;} in GetShowMesh()
210 bool showMesh = true; variable
H A DObject3D.cpp24 showMesh = true; in Object3D()
53 showMesh = obj.showMesh; in operator =()
97 showMesh = obj.showMesh; in operator =()
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dvoxelframe.h125 void showMesh(Polyhedron * poly);
H A Dstlexport.cpp120 view3D->getView()->showMesh(p); in cb_Update3DView()
H A Dvoxelframe.cpp899 void voxelFrame_c::showMesh(Polyhedron * poly) in showMesh() function in voxelFrame_c
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/tools/
H A Dkinfu_app_sim.cpp835 showMesh(KinfuTracker& kinfu, bool /*integrate_colors*/) in showMesh() function
1112 scene_cloud_view_.showMesh(kinfu_, integrate_colors_); in execute()
1145 scene_cloud_view_.showMesh(kinfu_, integrate_colors_); in execute()
H A Dkinfu_app.cpp598 showMesh(KinfuTracker& kinfu, bool /*integrate_colors*/) in showMesh() function
820 scene_cloud_view_.showMesh(kinfu_, integrate_colors_); in execute()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dplastictool.cpp1488 QAction *showMesh = menu->addAction(tr("Show Mesh")); in addContextMenuItems() local
1489 showMesh->setCheckable(true); in addContextMenuItems()
1490 showMesh->setChecked(m_pvs.m_drawMeshesWireframe); in addContextMenuItems()
1492 ret = ret && connect(showMesh, SIGNAL(triggered(bool)), &l_plasticTool, in addContextMenuItems()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/tools/
H A Dkinfu_app_sim.cpp829 showMesh(KinfuTracker& kinfu, bool /*integrate_colors*/) in showMesh() function
1131 scene_cloud_view_.showMesh(kinfu_, integrate_colors_); in execute()
1168 scene_cloud_view_.showMesh(kinfu_, integrate_colors_); in execute()
H A DkinfuLS_app.cpp648 showMesh(KinfuTracker& kinfu, bool /*integrate_colors*/) in showMesh() function
875 scene_cloud_view_.showMesh(*kinfu_, integrate_colors_); in execute()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dmedview.c115 static Boolean DisplayArticle (DoC d, MedlineEntryPtr mep, Boolean showMesh) in DisplayArticle() argument
194 if (showMesh) { in DisplayArticle()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dtomedlin.c1176 …tic Boolean MedlineEntryToDocOrAbsFile (MedlineEntryPtr mep, Int4 pmid, FILE *fp, Boolean showMesh) in MedlineEntryToDocOrAbsFile() argument
1237 if (showMesh) { in MedlineEntryToDocOrAbsFile()
/dports/cad/solvespace/solvespace-2.3/src/
H A Dui.h714 bool showMesh; variable
H A Dgroupmesh.cpp520 if(SS.GW.showMesh) ssglDebugMesh(&displayMesh); in DrawDisplayItems()
H A Dtextwin.cpp42 { &(SS.GW.showMesh), Icon_mesh, "triangle mesh of solid model" },
H A Dgraphicswin.cpp229 showMesh = false; in Init()