Home
last modified time | relevance | path

Searched refs:polygonPoolListSize (Results 1 – 9 of 9) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DOpenVDBToPolygonsNode.cc185 const size_t polygonPoolListSize = mMesher->polygonPoolListSize(); in operator ()() local
186 std::unique_ptr<uint32_t[]> numQuadsPrefix(new uint32_t[polygonPoolListSize]); in operator ()()
187 std::unique_ptr<uint32_t[]> numTrianglesPrefix(new uint32_t[polygonPoolListSize]); in operator ()()
191 for (size_t n = 0; n < polygonPoolListSize; ++n) { in operator ()()
201 tbb::parallel_for(tbb::blocked_range<size_t>(0, polygonPoolListSize), in operator ()()
H A DOpenVDBUtil.h559 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in operator()
567 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in operator()
/dports/math/curv/curv-0.5/curv/
H A Dexport_mesh.cc111 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in vertex_byte_size()
142 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in put_buffer()
370 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in export_mesh()
400 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in export_mesh()
436 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in export_mesh()
469 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in export_mesh()
504 for (unsigned int i=0; i<mesher.polygonPoolListSize(); ++i) { in export_mesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetRebuild.h235 std::vector<size_t> indexlist(mesher.polygonPoolListSize()); in doLevelSetRebuild()
237 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in doLevelSetRebuild()
H A DVolumeToMesh.h178 size_t polygonPoolListSize() const { return mPolygonPoolListSize; } in polygonPoolListSize() function
4371 size_t polygonPoolListSize, in subdivideNonplanarSeamLineQuads() argument
4376 const tbb::blocked_range<size_t> polygonPoolListRange(0, polygonPoolListSize); in subdivideNonplanarSeamLineQuads()
4389 for (size_t n = 0, N = polygonPoolListSize; n < N; ++n) { in subdivideNonplanarSeamLineQuads()
4482 reviseSeamLineFlags(PolygonPoolList& polygonPoolList, size_t polygonPoolListSize, in reviseSeamLineFlags() argument
4485 tbb::parallel_for(tbb::blocked_range<size_t>(0, polygonPoolListSize), in reviseSeamLineFlags()
4576 size_t polygonPoolListSize, in relaxDisorientedTriangles() argument
4580 const tbb::blocked_range<size_t> polygonPoolListRange(0, polygonPoolListSize); in relaxDisorientedTriangles()
4595 for (size_t n = 0, N = polygonPoolListSize; n < N; ++n) { in relaxDisorientedTriangles()
5188 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in doVolumeToMesh()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Convert.cc538 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in convertVDBClass()
545 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in convertVDBClass()
637 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in copyMesh()
666 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in copyMesh()
H A DSOP_OpenVDB_To_Polygons.cc409 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in copyMesh()
438 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in copyMesh()
H A DGU_PrimVDB.cc615 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in guCopyMesh()
631 for (size_t n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in guCopyMesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/viewer/
H A DRenderModules.cc1582 for (Index64 n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in operator ()()
1590 for (Index64 n = 0, N = mesher.polygonPoolListSize(); n < N; ++n) { in operator ()()