Home
last modified time | relevance | path

Searched refs:tempSel (Results 1 – 10 of 10) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/cvpcb/tools/
H A Dcvpcb_control.cpp227 …std::vector<unsigned int> tempSel = m_frame->GetComponentIndices( CVPCB_MAINFRAME::SEL_COMPONENTS … in ToNA() local
239 if( !tempSel.empty() ) in ToNA()
240 newSel = tempSel.front(); in ToNA()
255 if( !tempSel.empty() ) in ToNA()
257 newSel = tempSel.front(); in ToNA()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractSelectionLegacy.cxx381 vtkSmartPointer<vtkSelection> tempSel = in RequestDataFromBlock() local
383 tempSel->AddNode(sel); in RequestDataFromBlock()
385 tp->SetOutput(tempSel); in RequestDataFromBlock()
H A DvtkConvertSelection.cxx242 vtkSmartPointer<vtkSelection> tempSel = in ConvertToBlockSelection() local
244 tempSel->AddNode(inputNode); in ConvertToBlockSelection()
246 tempOutput.TakeReference(vtkConvertSelection::ToIndexSelection(tempSel, data)); in ConvertToBlockSelection()
352 vtkSmartPointer<vtkSelection> tempSel = in ConvertCompositeDataSet() local
354 tempSel->AddNode(inputNode); in ConvertCompositeDataSet()
355 if (!this->Convert(tempSel, iter->GetCurrentDataObject(), outputNodes)) in ConvertCompositeDataSet()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractSelection.cxx376 vtkSmartPointer<vtkSelection> tempSel = in RequestDataFromBlock() local
378 tempSel->AddNode(sel); in RequestDataFromBlock()
380 tp->SetOutput(tempSel); in RequestDataFromBlock()
H A DvtkConvertSelection.cxx242 vtkSmartPointer<vtkSelection> tempSel = in ConvertToBlockSelection() local
244 tempSel->AddNode(inputNode); in ConvertToBlockSelection()
246 tempOutput.TakeReference(vtkConvertSelection::ToIndexSelection(tempSel, data)); in ConvertToBlockSelection()
352 vtkSmartPointer<vtkSelection> tempSel = in ConvertCompositeDataSet() local
354 tempSel->AddNode(inputNode); in ConvertCompositeDataSet()
355 if (!this->Convert(tempSel, iter->GetCurrentDataObject(), outputNodes)) in ConvertCompositeDataSet()
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkConvertSelection.cxx244 vtkSmartPointer<vtkSelection> tempSel = vtkSmartPointer<vtkSelection>::New(); in ConvertToBlockSelection() local
245 tempSel->AddNode(inputNode); in ConvertToBlockSelection()
247 tempOutput.TakeReference(vtkConvertSelection::ToIndexSelection(tempSel, data)); in ConvertToBlockSelection()
393 vtkSmartPointer<vtkSelection> tempSel = vtkSmartPointer<vtkSelection>::New(); in ConvertCompositeDataSet() local
394 tempSel->AddNode(inputNode); in ConvertCompositeDataSet()
395 if (!this->Convert(tempSel, iter->GetCurrentDataObject(), outputNodes)) in ConvertCompositeDataSet()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DinteractiveEdit.h93 vector<CMeshO::FacePointer> tempSel; //to use when needed variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editpaint/
H A Deditpaint.h96 std::vector<CMeshO::FacePointer> tempSel; //to use when needed variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_user_interface.cpp1227 int tempSel = _selector; // Save the selector in doInvControl() local
1231 _selector = tempSel; // Restore it in doInvControl()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_user_interface.cpp1229 int tempSel = _selector; // Save the selector in doInvControl() local
1233 _selector = tempSel; // Restore it in doInvControl()