Home
last modified time | relevance | path

Searched refs:boundaryMap (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx212 std::map<vtkIdType,vtkIdType> boundaryMap; in TransformCellInformation() local
312 boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
313 if(it == boundaryMap.end()) in TransformCellInformation()
317 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
336 boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
337 if(it == boundaryMap.end()) in TransformCellInformation()
341 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx202 std::map<vtkIdType, vtkIdType> boundaryMap; in TransformCellInformation() local
301 std::map<vtkIdType, vtkIdType>::iterator it = boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
302 if (it == boundaryMap.end()) in TransformCellInformation()
306 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
324 std::map<vtkIdType, vtkIdType>::iterator it = boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
325 if (it == boundaryMap.end()) in TransformCellInformation()
329 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx208 std::map<vtkIdType,vtkIdType> boundaryMap; in TransformCellInformation() local
308 boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
309 if(it == boundaryMap.end()) in TransformCellInformation()
313 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
332 boundaryMap.find(cellPoints->GetId(pt)); in TransformCellInformation()
333 if(it == boundaryMap.end()) in TransformCellInformation()
337 boundaryMap[cellPoints->GetId(pt)] = id; in TransformCellInformation()
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DCoulomb.cpp352 const WignerSeitz* wsOrig, std::mutex* m, std::multimap<int,int>* boundaryMap) in setEmbedBoundarySymm_sub() argument
368 boundaryMap->insert(bMap.begin(), bMap.end()); in setEmbedBoundarySymm_sub()
416 std::multimap<int,int> boundaryMap; std::mutex m; in Coulomb() local
417 threadLaunch(setEmbedBoundarySymm_sub, gInfo.nr, gInfoOrig.S, gInfo.S, wsOrig, &m, &boundaryMap); in Coulomb()
419 for(auto iter=boundaryMap.begin(); iter!=boundaryMap.end();) in Coulomb()
422 while(iterNext!=boundaryMap.end() && iterNext->first==iter->first) in Coulomb()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dobjectbrowser.cpp1003 QMapIterator<int, int> itr(mainwindow->glWidget->boundaryMap); in updateBoundaryProperties()
1078 for (int i = 0; i < mainwindow->glWidget->boundaryMap.count(); i++) { in boundarySelectedSlot()
1079 int n = mainwindow->glWidget->boundaryMap.key(i); in boundarySelectedSlot()
1081 int m = mainwindow->glWidget->boundaryMap.value(n); in boundarySelectedSlot()
1189 for (int i = 0; i < mainwindow->glWidget->boundaryMap.count(); i++) { in selectBoundary()
1190 int n = mainwindow->glWidget->boundaryMap.key(i); in selectBoundary()
1192 int m = mainwindow->glWidget->boundaryMap.value(n); in selectBoundary()
1228 for (int i = 0; i < mainwindow->glWidget->boundaryMap.count(); i++) { in selectBody()
1229 int n = mainwindow->glWidget->boundaryMap.key(i); in selectBody()
1277 int n = mainwindow->glWidget->boundaryMap.key(i); in selectBody()
[all …]
H A Dsifgenerator.h100 QMap<int, int> boundaryMap;// QHash<int, int> boundaryMap; variable
H A Dglwidget.h178 QMap<int, int> boundaryMap; // QHash<int, int> boundaryMap; variable
H A Dsifgenerator.cpp754 for(int k = 0; k < boundaryMap.count(); k++) { in makeBoundaryBlocks()
758 int originalIndex = boundaryMap.key(k); in makeBoundaryBlocks()
1189 val = boundaryMap.value(val); in handleBCLineEdit()
H A Dmainwindow.cpp3596 QMapIterator<int, int> itr(glWidget->boundaryMap); in createBoundaryCheckBoxes()
4388 for (int i = 0; i < glWidget->boundaryMap.count(); i++) { in selectDefinedEdgesSlot()
4389 int n = glWidget->boundaryMap.key(i); in selectDefinedEdgesSlot()
4398 for (int i = 0; i < glWidget->boundaryMap.count(); i++) { in selectDefinedEdgesSlot()
4399 int n = glWidget->boundaryMap.key(i); in selectDefinedEdgesSlot()
4401 int m = glWidget->boundaryMap.value(n); in selectDefinedEdgesSlot()
5607 int v = glWidget->boundaryMap.value(l->getIndex()); in surfaceUnifySlot()
5870 int v = glWidget->boundaryMap.value(l->getIndex()); in edgeUnifySlot()
5998 sifGenerator->boundaryMap = glWidget->boundaryMap; in generateSifSlot()
6060 int n = glWidget->boundaryMap.value(l->getIndex()); in boundarySelectedSlot()
[all …]
H A Dglwidget.cpp1116 boundaryMap.clear(); in makeLists()
1178 boundaryMap.insert(index, boundaryCount++); in makeLists()
1216 boundaryMap.insert(index, boundaryCount++); in makeLists()
/dports/math/gfan/gfan0.6.2/src/
H A Dsymmetriccomplex.h95 IntegerMatrix boundaryMap(int i);
H A Dgfanlib_symmetriccomplex.h115 ZMatrix boundaryMap(int i);
H A Dapp_fanhomology.cpp319 b1=s.boundaryMap(i); in main()
320 b2=s.boundaryMap(i+1); in main()
H A Dsymmetriccomplex.cpp610 IntegerMatrix SymmetricComplex::boundaryMap(int d) in boundaryMap() function in SymmetricComplex
H A Dgfanlib_symmetriccomplex.cpp492 IntegerMatrix SymmetricComplex::boundaryMap(int d)
/dports/math/gfanlib/gfan0.6.2/src/
H A Dsymmetriccomplex.h95 IntegerMatrix boundaryMap(int i);
H A Dgfanlib_symmetriccomplex.h115 ZMatrix boundaryMap(int i);
H A Dapp_fanhomology.cpp319 b1=s.boundaryMap(i); in main()
320 b2=s.boundaryMap(i+1); in main()
H A Dsymmetriccomplex.cpp610 IntegerMatrix SymmetricComplex::boundaryMap(int d) in boundaryMap() function in SymmetricComplex
H A Dgfanlib_symmetriccomplex.cpp492 IntegerMatrix SymmetricComplex::boundaryMap(int d)
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_symmetriccomplex.h115 ZMatrix boundaryMap(int i);
H A Dgfanlib_symmetriccomplex.cpp493 IntegerMatrix SymmetricComplex::boundaryMap(int d)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/EDISON/segm/
H A DmsImageProcessor.cpp2998 int *boundaryMap, *boundaryCount; in DefineBoundaries() local
2999 if((!(boundaryMap = new int [L]))||(!(boundaryCount = new int [regionCount]))) in DefineBoundaries()
3005 boundaryMap[i] = -1; in DefineBoundaries()
3027 boundaryMap[i] = label = labels[i]; in DefineBoundaries()
3038 boundaryMap[dataPoint] = label = labels[dataPoint]; in DefineBoundaries()
3054 boundaryMap[dataPoint] = label = labels[dataPoint]; in DefineBoundaries()
3062 boundaryMap[dataPoint] = label = labels[dataPoint]; in DefineBoundaries()
3072 boundaryMap[i] = label = labels[i]; in DefineBoundaries()
3102 if((label = boundaryMap[i]) >= 0) in DefineBoundaries()
3138 delete [] boundaryMap; in DefineBoundaries()
/dports/science/siconos/siconos-4.4.0/
H A DChangelog241 * [kernel] move simulation attibutes into the graph (WMap, W boundaryMap, ... )