Home
last modified time | relevance | path

Searched refs:sourceCellIdx (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/AMR/
H A DvtkAMRSliceFilter.cxx476 int sourceCellIdx = this->GetDonorCellIdx( probePnt, grid3D ); in GetSliceCellData() local
477 if( sourceCellIdx != -1 ) in GetSliceCellData()
495 targetArray->SetTuple( cellIdx, sourceCellIdx, sourceArray ); in GetSliceCellData()
/dports/math/vtk6/VTK-6.2.0/Filters/AMR/
H A DvtkAMRSliceFilter.cxx536 int sourceCellIdx = this->GetDonorCellIdx( probePnt, grid3D ); in GetSliceCellData() local
537 if( sourceCellIdx != -1 ) in GetSliceCellData()
555 targetArray->SetTuple( cellIdx, sourceCellIdx, sourceArray ); in GetSliceCellData()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkAMRUtilities.cxx222 vtkIdType sourceCellIdx = in CopyFieldsWithinRealExtent() local
234 ghostedGrid->GetCellData(),sourceCellIdx); in CopyFieldsWithinRealExtent()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkAMRUtilities.cxx222 vtkIdType sourceCellIdx = in CopyFieldsWithinRealExtent() local
234 ghostedGrid->GetCellData(),sourceCellIdx); in CopyFieldsWithinRealExtent()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkAMRUtilities.cxx208 vtkIdType sourceCellIdx = in CopyFieldsWithinRealExtent() local
217 strippedGrid->GetCellData(), targetCellIdx, ghostedGrid->GetCellData(), sourceCellIdx); in CopyFieldsWithinRealExtent()
/dports/math/vtk9/VTK-9.1.0/Filters/AMR/
H A DvtkAMRSliceFilter.cxx471 int sourceCellIdx = this->GetDonorCellIdx(probePnt, grid3D); in GetSliceCellData() local
481 targetArray->SetTuple(cellIdx, sourceCellIdx, sourceArray); in GetSliceCellData()
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/
H A DvtkStructuredGridConnectivity.cxx1442 vtkIdType sourceCellIdx = in TransferRegisteredDataToGhostedData() local
1455 this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
1553 vtkIdType sourceCellIdx = in TransferLocalNeighborData() local
1566 this->GridCellData[Neighbor.NeighborID], sourceCellIdx, in TransferLocalNeighborData()
H A DvtkStructuredAMRGridConnectivity.cxx494 vtkIdType sourceCellIdx = in TransferRegisteredDataToGhostedData() local
507 this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkStructuredGridConnectivity.cxx1366 vtkIdType sourceCellIdx = in TransferRegisteredDataToGhostedData() local
1376 this->CopyFieldData(this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
1468 vtkIdType sourceCellIdx = vtkStructuredData::ComputePointIdForExtent( in TransferLocalNeighborData() local
1478 this->CopyFieldData(this->GridCellData[Neighbor.NeighborID], sourceCellIdx, in TransferLocalNeighborData()
H A DvtkStructuredAMRGridConnectivity.cxx469 vtkIdType sourceCellIdx = vtkStructuredData::ComputePointIdForExtent( in TransferRegisteredDataToGhostedData() local
479 this->CopyFieldData(this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/
H A DvtkStructuredGridConnectivity.cxx1441 vtkIdType sourceCellIdx = in TransferRegisteredDataToGhostedData() local
1454 this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
1552 vtkIdType sourceCellIdx = in TransferLocalNeighborData() local
1565 this->GridCellData[Neighbor.NeighborID], sourceCellIdx, in TransferLocalNeighborData()
H A DvtkStructuredAMRGridConnectivity.cxx490 vtkIdType sourceCellIdx = in TransferRegisteredDataToGhostedData() local
503 this->GridCellData[gridID], sourceCellIdx, in TransferRegisteredDataToGhostedData()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelGeometry/
H A DvtkPStructuredGridConnectivity.cxx269 vtkIdType sourceCellIdx = in TransferRemoteNeighborData() local
282 this->RemoteCellData[gridIdx][nei], sourceCellIdx, in TransferRemoteNeighborData()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelGeometry/
H A DvtkPStructuredGridConnectivity.cxx253 vtkIdType sourceCellIdx = vtkStructuredData::ComputePointIdForExtent(RcvCellExtent, ijk); in TransferRemoteNeighborData() local
262 this->CopyFieldData(this->RemoteCellData[gridIdx][nei], sourceCellIdx, in TransferRemoteNeighborData()
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelGeometry/
H A DvtkPStructuredGridConnectivity.cxx264 vtkIdType sourceCellIdx = in TransferRemoteNeighborData() local
277 this->RemoteCellData[gridIdx][nei], sourceCellIdx, in TransferRemoteNeighborData()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DMLTest.cpp1455 const CellIdx &sourceCellIdx = clockwiseOrder[i]; in generateMatrixRotationRecognitionData() local
1460 {idx, sourceCellIdx.first, sourceCellIdx.second}); in generateMatrixRotationRecognitionData()