Home
last modified time | relevance | path

Searched refs:tmpCell (Results 1 – 25 of 25) sorted by relevance

/dports/games/kapman/kapman-21.12.3/src/
H A Dmaze.cpp82 QPoint tmpCell; in getPathToGhostCamp() local
110 if (m_cells[tmpCell.y()][tmpCell.x()].getType() != Cell::WALL) { in getPathToGhostCamp()
112 if (!closedList.contains(tmpCell) && !openList.contains(tmpCell)) { in getPathToGhostCamp()
114 m_cells[tmpCell.y()][tmpCell.x()].setCost( in getPathToGhostCamp()
124 if (m_cells[tmpCell.y()][tmpCell.x()].getType() != Cell::WALL) { in getPathToGhostCamp()
126 if (!closedList.contains(tmpCell) && !openList.contains(tmpCell)) { in getPathToGhostCamp()
128 m_cells[tmpCell.y()][tmpCell.x()].setCost( in getPathToGhostCamp()
138 if (m_cells[tmpCell.y()][tmpCell.x()].getType() != Cell::WALL) { in getPathToGhostCamp()
142 m_cells[tmpCell.y()][tmpCell.x()].setCost( in getPathToGhostCamp()
152 if (m_cells[tmpCell.y()][tmpCell.x()].getType() != Cell::WALL) { in getPathToGhostCamp()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshlevelcolumn.cpp246 TXshCell tmpCell = m_cells[tmpIndex]; in setNumbers() local
247 if (!tmpCell.isEmpty() && tmpCell.m_frameId != TFrameId::NO_FRAME) { in setNumbers()
248 currentLevel = tmpCell.m_level; in setNumbers()
257 TXshCell tmpCell = m_cells[tmpIndex]; in setNumbers() local
258 if (!tmpCell.isEmpty() && tmpCell.m_frameId != TFrameId::NO_FRAME) { in setNumbers()
259 currentLevel = tmpCell.m_level; in setNumbers()
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dtextbuilder.go195 tmpCell := make([]Cell, len(cs))
196 copy(tmpCell, cs)
205 finalCell := tmpCell // finalcell will get the inserts and is what is returned
223 tmpCell[i] = cell
250 finalCell = tmpCell
/dports/finance/cointop/cointop-1.5.4/cointop/common/gizak/termui/
H A Dtextbuilder.go195 tmpCell := make([]Cell, len(cs))
196 copy(tmpCell, cs)
205 finalCell := tmpCell // finalcell will get the inserts and is what is returned
223 tmpCell[i] = cell
250 finalCell = tmpCell
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/erroneousboat/termui/
H A Dtextbuilder.go195 tmpCell := make([]Cell, len(cs))
196 copy(tmpCell, cs)
205 finalCell := tmpCell // finalcell will get the inserts and is what is returned
223 tmpCell[i] = cell
250 finalCell = tmpCell
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gizak/termui/
H A Dtextbuilder.go195 tmpCell := make([]Cell, len(cs))
196 copy(tmpCell, cs)
205 finalCell := tmpCell // finalcell will get the inserts and is what is returned
223 tmpCell[i] = cell
250 finalCell = tmpCell
/dports/games/kblocks/kblocks-21.12.3/src/
H A DKBlocksPiece.cpp211 PiecePoint tmpCell = C_PieceCell[mType * PieceRotation_Max_Count + mRotation][index]; in getCellPosX() local
214 return (mPosX + tmpCell.x() + tmpOffset.x()); in getCellPosX()
223 PiecePoint tmpCell = C_PieceCell[mType * PieceRotation_Max_Count + mRotation][index]; in getCellPosY() local
226 return (mPosY + tmpCell.y() + tmpOffset.y()); in getCellPosY()
/dports/games/py-fife/fifengine-0.4.2/engine/core/pathfinder/routepather/
H A Droutepather.cpp335 Cell* tmpCell = nodeCache->getCell(currentNode.getLayerCoordinates()); in followRoute() local
336 if (tmpCell) { in followRoute()
337 targetPos.z = tmpCell->getLayerCoordinates().z + nodeGrid->getZShift(); in followRoute()
359 tmpCell = prevCache->getCell(prevNode.getLayerCoordinates()); in followRoute()
360 if (tmpCell) { in followRoute()
361 prevPos.z = tmpCell->getLayerCoordinates().z + prevGrid->getZShift(); in followRoute()
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/TorsionSubcomplexes/
H A DreduceTorsionSubcomplexes.gi166 tmpCell:=StructuralCopy(data[j][i]!.BoundaryImage);
168 tmpCell!.ListIFace:=b;
169 data[j][i]!.BoundaryImage:=tmpCell;
330 tmpCell:=StructuralCopy(data[j][i]!.BoundaryImage);
332 tmpCell!.ListIFace:=b;
333 data[j][i]!.BoundaryImage:=tmpCell;
456 terminalFacets, data, i, x, tmpCell,
764 tmpCell!.ListIFace:=b;
765 data[2][i]!.BoundaryImage:=tmpCell;
969 tmpCell!.ListIFace:=b;
[all …]
H A Dquotientcomplex.gi218 groupname, admissibilityCheck, x, i, b, tmpCell, cell, boundary, groupName,
336 tmpCell:=StructuralCopy(data[j][i]!.BoundaryImage);
337 b:=List(tmpCell!.ListIFace,w->Position(torsionCells[j-1], [j-2,w]));
338 tmpCell!.ListIFace:=b;
339 data[j][i]!.BoundaryImage:=tmpCell;
/dports/graphics/cenon/Cenon/
H A DMoveMatrix.m305 { NSCell *tmpCell;
318 { tmpCell = [self cellAtRow:row column:0]; // cell's new location up one row
319 [self putCell:tmpCell atRow:row-1 column:0]; // so that we fill the vacant spot
320 [tmpCell setTag:row-1];
332 { tmpCell = [self cellAtRow:row column:0]; // cell's new location down one
333 [self putCell:tmpCell atRow:row+1 column:0]; // row so that we fill
334 [tmpCell setTag:row+1]; // the vacant spot
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.cxx308 vtkGenericCell* tmpCell = nullptr; in FunctionValues() local
312 tmpCell = this->TempCell; in FunctionValues()
315 data->DataSet->FindCell(x, tmpCell, data->Cell, this->LastCellId, in FunctionValues()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.cxx312 vtkGenericCell* tmpCell = nullptr; in FunctionValues() local
316 tmpCell = this->TempCell; in FunctionValues()
318 this->LastCellId = data->DataSet->FindCell(x, tmpCell, data->Cell, this->LastCellId, in FunctionValues()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkContourGrid.cxx306 vtkCell *tmpCell; in vtkContourGridExecute() local
312 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, in vtkContourGridExecute()
315 helper.Contour(tmpCell, values[i], cellScalars, cellId); in vtkContourGridExecute()
/dports/math/vtk6/VTK-6.2.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.cxx289 vtkGenericCell* tmpCell = 0; in FunctionValues() local
293 tmpCell = this->TempCell; in FunctionValues()
296 data->DataSet->FindCell(x, tmpCell, data->Cell, this->LastCellId, in FunctionValues()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkOBJReader.cxx918 vtkNew<vtkIdList> tmpCell; in RequestData() local
950 tmpCell->SetNumberOfIds(n_pts); in RequestData()
982 tmpCell->SetId(pointi, new_points->InsertNextPoint(points->GetPoint(pts[pointi]))); in RequestData()
984 polys->ReplaceCellAtId(celli, tmpCell); in RequestData()
986 new_polys->InsertNextCell(tmpCell); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContourGrid.cxx332 vtkCell *tmpCell; in vtkContourGridExecute() local
338 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, in vtkContourGridExecute()
341 helper.Contour(tmpCell, values[i], cellScalars, cellId); in vtkContourGridExecute()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkContourGrid.cxx326 vtkCell* tmpCell; in vtkContourGridExecute() local
332 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, cellScalars));) in vtkContourGridExecute()
334 helper.Contour(tmpCell, values[i], cellScalars, cellId); in vtkContourGridExecute()
/dports/math/vtk9/VTK-9.1.0/IO/Import/
H A DvtkOBJImporter.cxx999 vtkNew<vtkIdList> tmpCell; in RequestData() local
1023 tmpCell->SetNumberOfIds(n_pts); in RequestData()
1049 tmpCell->SetId(j, new_points->InsertNextPoint(points->GetPoint(pts[j]))); in RequestData()
1051 polys->ReplaceCellAtId(i, tmpCell); in RequestData()
1053 new_polys->InsertNextCell(tmpCell); in RequestData()
H A DvtkVRMLImporter.cxx706 vtkNew<vtkIdList> tmpCell; in exitNode() local
745 tmpCell->SetNumberOfIds(npts); in exitNode()
766 tmpCell->SetId(j, newPoints->InsertNextPoint(this->CurrentPoints->GetPoint(pts[j]))); in exitNode()
768 polys->ReplaceCellAtId(i, tmpCell); in exitNode()
770 newPolys->InsertNextCell(tmpCell); in exitNode()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx215 CellType tmpCell = RotateCell(cell, c); in ChairCell() local
216 CellType::iterator it = tmpCell.end(); in ChairCell()
217 tmpCell.erase(--it); in ChairCell()
218 CellType outputCell = tmpCell; in ChairCell()
219 for (CellType::reverse_iterator cit = tmpCell.rbegin(); cit != tmpCell.rend(); ++cit) in ChairCell()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx209 CellType tmpCell = RotateCell(cell, c); in ChairCell() local
210 CellType::iterator it = tmpCell.end(); in ChairCell()
211 tmpCell.erase(--it); in ChairCell()
212 CellType outputCell = tmpCell; in ChairCell()
213 for (CellType::reverse_iterator cit = tmpCell.rbegin(); cit != tmpCell.rend(); ++cit) in ChairCell()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx209 CellType tmpCell = RotateCell(cell, c); in ChairCell() local
210 CellType::iterator it = tmpCell.end(); in ChairCell()
211 tmpCell.erase(--it); in ChairCell()
212 CellType outputCell = tmpCell; in ChairCell()
213 for (CellType::reverse_iterator cit = tmpCell.rbegin(); cit != tmpCell.rend(); ++cit) in ChairCell()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/server/
H A DConfig.cpp84 Cell tmpCell = index->second; in renameScreen() local
86 m_map.insert(std::make_pair(newName, tmpCell)); in renameScreen()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/server/
H A DConfig.cpp86 Cell tmpCell = index->second; in renameScreen() local
88 m_map.insert(std::make_pair(newName, tmpCell)); in renameScreen()