Home
last modified time | relevance | path

Searched refs:totalFaces (Results 1 – 5 of 5) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_segmentation/
H A DRG_Segmenter.cpp117 int totalFaces = meshObj_->face.size(); in greedyFIFOSegmentation() local
150 … if (cb_ && (++index % 5000) == 0) { cb_(100 * index / totalFaces, "Performing Segmentation..."); } in greedyFIFOSegmentation()
172 int totalFaces = meshObj_->face.size(); in greedyBestFirstSegmentation() local
203 … if (cb_ && (++index % 5000) == 0) { cb_(100 * index / totalFaces, "Performing Segmentation..."); } in greedyBestFirstSegmentation()
228 int totalFaces = meshObj_->face.size(); in greedyBestFirstSegmentationLocalNeighbors() local
249 cb_(100 * index / totalFaces, "Performing Segmentation..."); in greedyBestFirstSegmentationLocalNeighbors()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBuilder.cxx540 vtkm::Id totalFaces = 0; in GenerateFaceConnnectivity() local
541 totalFaces = vtkm::cont::Algorithm::Reduce(facesPerCell, vtkm::Id(0)); in GenerateFaceConnnectivity()
577 cellFaceId.Allocate(totalFaces); in GenerateFaceConnnectivity()
578 faceMortonCodes.Allocate(totalFaces); in GenerateFaceConnnectivity()
579 uniqueFaces.Allocate(totalFaces); in GenerateFaceConnnectivity()
589 faceConnectivity.Allocate(totalFaces); in GenerateFaceConnnectivity()
592 vtkm::cont::ArrayHandleConstant<vtkm::Id> negOne(-1, totalFaces); in GenerateFaceConnnectivity()
595 vtkm::cont::ArrayHandleConstant<vtkm::Int32> negOne32(-1, totalFaces); in GenerateFaceConnnectivity()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBuilder.cxx542 vtkm::Id totalFaces = 0; in GenerateFaceConnnectivity() local
543 totalFaces = vtkm::cont::Algorithm::Reduce(facesPerCell, vtkm::Id(0)); in GenerateFaceConnnectivity()
579 cellFaceId.Allocate(totalFaces); in GenerateFaceConnnectivity()
580 faceMortonCodes.Allocate(totalFaces); in GenerateFaceConnnectivity()
591 faceConnectivity.Allocate(totalFaces); in GenerateFaceConnnectivity()
594 vtkm::cont::ArrayHandleConstant<vtkm::Id> negOne(-1, totalFaces); in GenerateFaceConnnectivity()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_fedata.cxx1132 totalFaces = 0; in initComplete()
1136 faceArray[totalFaces++] = elemFaceList[i][j]; in initComplete()
1139 totalFaces = 1; in initComplete()
1142 faceArray[totalFaces++] = faceArray[i]; in initComplete()
1144 if ( totalFaces != currBlock->numLocalFaces_ && in initComplete()
1149 else if ( totalFaces != currBlock->numLocalFaces_ && in initComplete()
1182 totalFaces); in initComplete()
1195 currBlock->numLocalFaces_ = totalFaces - nExtFaces; in initComplete()
1196 currBlock->faceGlobalIDs_ = new int[totalFaces]; in initComplete()
1198 for (i = 0; i < totalFaces; i++) in initComplete()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/3ds/
H A D3dsLoader.cpp432 int totalFaces; member
473 totalVertices(0), totalFaces(0), in tagContext()
665 con.totalVertices, con.totalFaces); in read3dsFile()
841 con->totalFaces += con->numFaces; in CHUNK()