Home
last modified time | relevance | path

Searched refs:polygonPoolList (Results 1 – 10 of 10) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DOpenVDBToPolygonsNode.cc124 const openvdb::tools::PolygonPoolList& polygonPoolList) in FaceCopyOp()
129 , mPolygonPoolList(&polygonPoolList) in FaceCopyOp()
190 openvdb::tools::PolygonPoolList& polygonPoolList = mMesher->polygonPoolList(); in operator ()() local
194 numQuads += uint32_t(polygonPoolList[n].numQuads()); in operator ()()
195 numTriangles += uint32_t(polygonPoolList[n].numTriangles()); in operator ()()
203 numQuadsPrefix, numTrianglesPrefix, polygonPoolList)); in operator ()()
205 polygonPoolList.reset(); // delete polygons in operator ()()
H A DOpenVDBUtil.h557 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in operator() local
560 numQuads += polygonPoolList[n].numQuads(); in operator()
568 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in operator()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetRebuild.h232 PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in doLevelSetRebuild() local
238 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in doLevelSetRebuild()
245 internal::PrimCpy primCpy(polygonPoolList, indexlist, primitives); in doLevelSetRebuild()
H A DVolumeToMesh.h179 PolygonPoolList& polygonPoolList() { return mPolygons; } in polygonPoolList() function
180 const PolygonPoolList& polygonPoolList() const { return mPolygons; } in polygonPoolList() function
4370 PolygonPoolList& polygonPoolList, in subdivideNonplanarSeamLineQuads() argument
4399 SubdivideQuads(polygonPoolList, pointList, pointListSize, in subdivideNonplanarSeamLineQuads()
4482 reviseSeamLineFlags(PolygonPoolList& polygonPoolList, size_t polygonPoolListSize, in reviseSeamLineFlags() argument
4486 ReviseSeamLineFlags(polygonPoolList, pointFlags)); in reviseSeamLineFlags()
4575 PolygonPoolList& polygonPoolList, in relaxDisorientedTriangles() argument
4597 PolygonPool& polygons = polygonPoolList[n]; in relaxDisorientedTriangles()
5184 PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in doVolumeToMesh() local
5189 openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in doVolumeToMesh()
[all …]
/dports/math/curv/curv-0.5/curv/
H A Dexport_mesh.cc112 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in vertex_byte_size()
143 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in put_buffer()
371 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in export_mesh()
401 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in export_mesh()
437 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in export_mesh()
470 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in export_mesh()
505 openvdb::tools::PolygonPool& pool = mesher.polygonPoolList()[i]; in export_mesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Convert.cc534 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in convertVDBClass() local
539 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in convertVDBClass()
547 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in convertVDBClass()
603 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in copyMesh() local
638 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in copyMesh()
667 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in copyMesh()
H A DSOP_OpenVDB_To_Polygons.cc378 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in copyMesh() local
410 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in copyMesh()
439 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in copyMesh()
H A DGU_PrimVDB.cc597 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in guCopyMesh() local
616 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in guCopyMesh()
632 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in guCopyMesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/viewer/
H A DRenderModules.cc1580 openvdb::tools::PolygonPoolList& polygonPoolList = mesher.polygonPoolList(); in operator ()() local
1583 numQuads += polygonPoolList[n].numQuads(); in operator ()()
1591 const openvdb::tools::PolygonPool& polygons = polygonPoolList[n]; in operator ()()
/dports/misc/openvdb/openvdb-9.0.0/
H A DCHANGES778 - VolumeToMesh::pointList() and VolumeToMesh::polygonPoolList() now return