Searched refs:xmfConnections (Results 1 – 3 of 3) sorted by relevance
/dports/math/vtk8/VTK-8.2.0/IO/Xdmf2/ |
H A D | vtkXdmfHeavyData.cxx | 573 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local 574 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid() 595 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid() 600 delete [] xmfConnections; in ReadUnstructuredGrid() 607 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local 608 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid() 625 int vtk_cell_typeI = this->GetVTKCellType(xmfConnections[index++]); in ReadUnstructuredGrid() 633 delete [] xmfConnections; in ReadUnstructuredGrid() 641 numPointsPerCell = xmfConnections[index++]; in ReadUnstructuredGrid() 649 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid() [all …]
|
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf2/ |
H A D | vtkXdmfHeavyData.cxx | 487 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local 488 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid() 509 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid() 514 delete [] xmfConnections; in ReadUnstructuredGrid() 521 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local 522 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid() 539 int vtk_cell_typeI = this->GetVTKCellType(xmfConnections[index++]); in ReadUnstructuredGrid() 547 delete [] xmfConnections; in ReadUnstructuredGrid() 555 numPointsPerCell = xmfConnections[index++]; in ReadUnstructuredGrid() 563 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid() [all …]
|
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf2/ |
H A D | vtkXdmfHeavyData.cxx | 572 std::vector<XdmfInt64> xmfConnections(conn_length); in ReadUnstructuredGrid() local 573 xmfConnectivity->GetValues(0, xmfConnections.data(), conn_length); in ReadUnstructuredGrid() 594 std::transform(xmfConnections.cbegin(), in ReadUnstructuredGrid() 595 xmfConnections.cbegin() + (numPointsPerCell * numCells), range.begin(), in ReadUnstructuredGrid() 608 std::vector<XdmfInt64> xmfConnections(static_cast<size_t>(conn_length)); in ReadUnstructuredGrid() local 609 xmfConnectivity->GetValues(0, xmfConnections.data(), conn_length); in ReadUnstructuredGrid() 627 int vtk_cell_typeI = this->GetVTKCellType(xmfConnections[index++]); in ReadUnstructuredGrid() 639 numPointsPerCell = xmfConnections[index++]; in ReadUnstructuredGrid() 648 conn->SetValue(connIndex++, xmfConnections[index++]); in ReadUnstructuredGrid()
|