Home
last modified time | relevance | path

Searched defs:meshid (Results 1 – 25 of 54) sorted by relevance

123

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dml_render_gui.cpp22 MLRenderingToolbar::MLRenderingToolbar(int meshid,QWidget* parent ) in MLRenderingToolbar()
103 void MLRenderingToolbar::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
338 void MLRenderingSolidParametersFrame::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
433 void MLRenderingWireParametersFrame::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
596 void MLRenderingPointsParametersFrame::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
735 void MLRenderingBBoxParametersFrame::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
946 void MLRenderingSelectionParametersFrame::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
990 void MLRenderingParametersTab::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
1247 void MLRenderingOnOffToolbar::setAssociatedMeshId( int meshid ) in setAssociatedMeshId()
1286 MLRenderingFloatSlider::MLRenderingFloatSlider( int meshid,QWidget *p ) in MLRenderingFloatSlider()
[all …]
H A Dml_rendering_actions.cpp38 MLRenderingAction::MLRenderingAction(int meshid,QObject* parent ) in MLRenderingAction()
53 void MLRenderingAction::setMeshId(int meshid) in setMeshId()
77 MLRenderingBBoxAction::MLRenderingBBoxAction( int meshid,QObject* parent) in MLRenderingBBoxAction()
114 MLRenderingPointsAction::MLRenderingPointsAction( int meshid,QObject* parent) in MLRenderingPointsAction()
143 MLRenderingWireAction::MLRenderingWireAction(int meshid,QObject* parent) in MLRenderingWireAction()
180 MLRenderingSolidAction::MLRenderingSolidAction( int meshid,QObject* parent ) in MLRenderingSolidAction()
587 MLRenderingFaceCullAction::MLRenderingFaceCullAction( int meshid,QObject* parent) in MLRenderingFaceCullAction()
953 MLRenderingSelectionAction::MLRenderingSelectionAction( int meshid,QObject* parent ) in MLRenderingSelectionAction()
989 MLRenderingPointsDotAction::MLRenderingPointsDotAction( int meshid,QObject* parent ) in MLRenderingPointsDotAction()
1421 MLRenderingDotAction::MLRenderingDotAction( int meshid,QObject* parent ) in MLRenderingDotAction()
[all …]
H A DlayerDialog.cpp1034 void LayerDialog::updateRenderingParametersTab(int meshid,const MLRenderingData& dt ) in updateRenderingParametersTab()
1138 void LayerDialog::updateRenderingDataAccordingToActions(int meshid,const QList<MLRenderingAction*>&… in updateRenderingDataAccordingToActions()
1152 void LayerDialog::updateRenderingDataAccordingToAction( int meshid,MLRenderingAction* act) in updateRenderingDataAccordingToAction()
H A Dglarea.h80 void updateSelection(int meshid, bool vertsel, bool facesel) in updateSelection()
111 void requestForRenderingAttsUpdate( int meshid,MLRenderingData::ATT_NAMES attname ) in requestForRenderingAttsUpdate()
H A Dmainwindow_RunTime.cpp3434 void MainWindow::updateTexture(int meshid) in updateTexture()
3785 void MainWindow::updateRenderingDataAccordingToActionsCommonCode(int meshid, const QList<MLRenderin… in updateRenderingDataAccordingToActionsCommonCode()
3829 void MainWindow::updateRenderingDataAccordingToActions(int meshid,const QList<MLRenderingAction*>& … in updateRenderingDataAccordingToActions()
3887 void MainWindow::updateRenderingDataAccordingToActionCommonCode(int meshid, MLRenderingAction* act) in updateRenderingDataAccordingToActionCommonCode()
3913 void MainWindow::updateRenderingDataAccordingToAction( int meshid,MLRenderingAction* act) in updateRenderingDataAccordingToAction()
3979 bool MainWindow::addRenderingDataIfNewlyGeneratedMesh(int meshid) in addRenderingDataIfNewlyGeneratedMesh()
4004 unsigned int MainWindow::viewsRequiringRenderingActions(int meshid, MLRenderingAction* act) in viewsRequiringRenderingActions()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dml_shared_data_context.cpp117 GLuint MLSceneGLSharedDataContext::getTextureId(int meshid, size_t position) const in getTextureId()
139 GLuint MLSceneGLSharedDataContext::allocateTexturePerMesh( int meshid,const QImage& img,size_t maxd… in allocateTexturePerMesh()
326 int meshid = it.key(); in getRenderInfoPerMeshView() local
423 void MLSceneGLSharedDataContext::initPerMeshViewRequested( int meshid,QGLContext* cont,const MLRend… in initPerMeshViewRequested()
430 void MLSceneGLSharedDataContext::setPerMeshViewRenderingDataRequested( int meshid,QGLContext* cont,… in setPerMeshViewRenderingDataRequested()
441 void MLSceneGLSharedDataContext::meshAttributesUpdatedRequested( int meshid,bool connectivitychange… in meshAttributesUpdatedRequested()
447 void MLSceneGLSharedDataContext::requestInitPerMeshView(QThread* callingthread,int meshid,QGLContex… in requestInitPerMeshView()
466 …DataContext::requestSetPerMeshViewRenderingData(QThread* callingthread,int meshid,QGLContext* cont… in requestSetPerMeshViewRenderingData()
965 void MLPluginGLContext::setRenderingData( int meshid,MLRenderingData& dt ) in setRenderingData()
970 void MLPluginGLContext::initPerViewRenderingData(int meshid,MLRenderingData& dt) in initPerViewRenderingData()
[all …]
/dports/games/gillo/gillo/src/
H A Dfield.h46 dTriMeshDataID meshid; variable
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dtestlib.c102 int i, dims[3], zones[3], ndims, cycle, meshid; in build_quad() local
216 int i, dims[3], zones[3], ndims, cycle, meshid; in build_quad3() local
369 int meshid; in build_ucd() local
553 int meshid; in build_ucd3() local
797 int meshid; in build_ucd_tri() local
H A Ddir.c90 int meshid, diridq, diridu, diridt; in main() local
H A Ducdsamp3.c143 int meshid; in build_ucd3() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_mutualinfoxml/
H A Dalignset.h31 int meshid; variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_img_patch_param/
H A DVisibleSet.cpp32 VisibleSet::VisibleSet( glw::Context &ctx,MLPluginGLContext* plugctx,int meshid, in VisibleSet()
H A DVisibilityCheck.h101 …void setMesh(int meshid,CMeshO *mesh ) { m_Mesh… in setMesh()
H A DVisibilityCheck.cpp512 void VisibilityCheck_ShadowMap::setMesh(int meshid,CMeshO *mesh ) in setMesh()
H A Dfilter_img_patch_param.cpp897 int meshid, in patchBasedTextureParameterization()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/model/dot11s/
H A Die-dot11s-id.cc37 const char *meshid = s.c_str (); in IeMeshId() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dpaint-selector.cpp705 gchar const *meshid = repr->attribute("id"); in sp_mesh_menu_build() local
825 gchar *meshid = nullptr; in updateMeshList() local
934 gchar *meshid = nullptr; in getMeshGradient() local
/dports/math/mathgl/mathgl-2.5/src/prc/
H A DoPRCFile.h693 …const uint32_t meshid = createTriangleMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI,… in createTriangleMesh() local
722 …const uint32_t meshid = createQuadMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI, nM,… in createQuadMesh() local
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/
H A DoPRCFile.h765 …const uint32_t meshid = createTriangleMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI,… in createTriangleMesh() local
794 …const uint32_t meshid = createQuadMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI, nM,… in createQuadMesh() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/prc/
H A DoPRCFile.h764 …const uint32_t meshid = createTriangleMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI,… in createTriangleMesh() local
793 …const uint32_t meshid = createQuadMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI, nM,… in createQuadMesh() local
/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_import_collada.cpp1499 String meshid; in _create_resources() local
1591 String meshid = names[i]; in _create_resources() local
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_import_collada.cpp1499 String meshid; in _create_resources() local
1591 String meshid = names[i]; in _create_resources() local
/dports/math/asymptote/asymptote-2.67/prc/
H A DoPRCFile.h789 …const uint32_t meshid = createTriangleMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI,… in createTriangleMesh() local
931 …const uint32_t meshid = createQuadMesh(nP, P, nI, PI, style, nN, N, NI, nT, T, TI, nC, C, CI, nM,… in createQuadMesh() local
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dnotify.c915 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dnotify.c915 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed()

123