Home
last modified time | relevance | path

Searched refs:currentCells (Results 1 – 6 of 6) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkMesh.hxx691 currentCells->begin(), in GetCellBoundaryFeatureNeighbors()
692 currentCells->end(), in GetCellBoundaryFeatureNeighbors()
699 std::swap(currentCells, tempCells); in GetCellBoundaryFeatureNeighbors()
720 currentCells->erase(cellId); in GetCellBoundaryFeatureNeighbors()
724 *cellSet = *currentCells; in GetCellBoundaryFeatureNeighbors()
730 delete currentCells; in GetCellBoundaryFeatureNeighbors()
843 currentCells->begin(), in GetCellNeighbors()
844 currentCells->end(), in GetCellNeighbors()
851 std::swap(currentCells, tempCells); in GetCellNeighbors()
872 *cellSet = *currentCells; in GetCellNeighbors()
[all …]
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/hierarchical/stage/
H A DmxCoordinateAssignment.java1369 mxGraphAbstractHierarchyCell[] currentCells = (cell in localEdgeProcessing() local
1381 && currentCells != null in localEdgeProcessing()
1382 && currentCells.length > 0) in localEdgeProcessing()
1384 WeightedCellSorter[] sortedCells = new WeightedCellSorter[currentCells.length]; in localEdgeProcessing()
1386 for (int j = 0; j < currentCells.length; j++) in localEdgeProcessing()
1389 currentCells[j], in localEdgeProcessing()
1390 -(int) currentCells[j].getX(currentRank)); in localEdgeProcessing()
1500 currentCells = (cell.getNextLayerConnectedCells(i)) in localEdgeProcessing()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dworldimp.cpp3284 std::set< std::string >currentCells; in findInteriorPositionInWorldSpace() local
3289 currentCells = nextCells; in findInteriorPositionInWorldSpace()
3291 for (const std::string &currentCell : currentCells) in findInteriorPositionInWorldSpace()
3310 if ( !checkedCells.count(dest) && !currentCells.count(dest) ) in findInteriorPositionInWorldSpace()
3333 std::set< std::string >currentCells; in getClosestMarker() local
3339 currentCells = nextCells; in getClosestMarker()
3341 for (const std::string &cell : currentCells) { in getClosestMarker()
3365 if ( !checkedCells.count(dest) && !currentCells.count(dest) ) in getClosestMarker()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPolyData.cxx1353 vtkIdType* currentCells = this->Links->GetCells(ptId); in GetCellNeighbors() local
1357 if (primeCells[cellNum] == currentCells[j]) in GetCellNeighbors()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPolyData.cxx1653 vtkIdType *currentCells = this->Links->GetCells(ptId); in GetCellNeighbors() local
1657 if (primeCells[cellNum] == currentCells[j]) in GetCellNeighbors()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPolyData.cxx1671 vtkIdType *currentCells = this->Links->GetCells(ptId); in GetCellNeighbors() local
1675 if (primeCells[cellNum] == currentCells[j]) in GetCellNeighbors()