Home
last modified time | relevance | path

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

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DD3MFImporter.cpp110 std::vector<unsigned long> meshIds; in ReadObject() local
136 meshIds.push_back(static_cast<unsigned long>(meshIdx)); in ReadObject()
142 node->mNumMeshes = static_cast<unsigned int>(meshIds.size()); in ReadObject()
146 std::copy(meshIds.begin(), meshIds.end(), node->mMeshes); in ReadObject()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DD3MFImporter.cpp152 std::vector<unsigned long> meshIds; in ReadObject() local
171 meshIds.push_back(meshIdx); in ReadObject()
177 node->mNumMeshes = static_cast<unsigned int>(meshIds.size()); in ReadObject()
181 std::copy(meshIds.begin(), meshIds.end(), node->mMeshes); in ReadObject()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/3MF/
H A DD3MFImporter.cpp147 std::vector<unsigned long> meshIds; in ReadObject() local
171 meshIds.push_back(static_cast<unsigned long>(meshIdx)); in ReadObject()
176 node->mNumMeshes = static_cast<unsigned int>(meshIds.size()); in ReadObject()
180 std::copy(meshIds.begin(), meshIds.end(), node->mMeshes); in ReadObject()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLLibraryControllersLoader.cpp465 const StringList& meshIds = it->second; in begin__input____InputLocal() local
466 size_t meshIdCount = meshIds.size(); in begin__input____InputLocal()
471 StringList::const_iterator itTarget = meshIds.begin(); in begin__input____InputLocal()
472 for ( size_t i = 0 ; itTarget != meshIds.end(); ++itTarget, ++i) in begin__input____InputLocal()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/
H A DDataSetMesh.h177 GetGlobalIdsFromMeshIndices(const MeshIdArrayType& meshIds, in GetGlobalIdsFromMeshIndices() argument
181 meshIds, *localToGlobalIdRelabeler); in GetGlobalIdsFromMeshIndices()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/
H A DContourTreeMesh.h250 GetGlobalIdsFromMeshIndices(const MeshIdArrayType& meshIds,
255 return vtkm::cont::make_ArrayHandlePermutation(meshIds, this->GlobalMeshIndex);