Home
last modified time | relevance | path

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

/dports/math/curv/curv-0.5/curv/
H A Dexport_mesh.cc125 return mesher.pointListSize() * 3 * 4; // xyz (float) 4 bytes each in point_byte_size()
164 for (unsigned int i = 0; i < mesher.pointListSize(); ++i) { in put_buffer()
396 for (unsigned int i = 0; i < mesher.pointListSize(); ++i) { in export_mesh()
458 for (unsigned int i = 0; i < mesher.pointListSize(); ++i) { in export_mesh()
490 for (unsigned int i = 0; i < mesher.pointListSize(); ++i) { in export_mesh()
516 for (unsigned int i=0; i<mesher.pointListSize(); ++i) { in export_mesh()
552 " \"max\": [" << mesher.pointListSize() - 1 << "],\n" in export_mesh()
559 " \"count\": " << mesher.pointListSize() << ",\n" in export_mesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h174 size_t pointListSize() const { return mPointListSize; } in pointListSize() function
4373 size_t& pointListSize, in subdivideNonplanarSeamLineQuads() argument
4399 SubdivideQuads(polygonPoolList, pointList, pointListSize, in subdivideNonplanarSeamLineQuads()
4414 pointListSize = newPointListSize; in subdivideNonplanarSeamLineQuads()
4416 pointFlags.resize(pointListSize, 0); in subdivideNonplanarSeamLineQuads()
4578 const size_t pointListSize) in relaxDisorientedTriangles() argument
4583 fillArray(pointMask.get(), uint8_t(0), pointListSize); in relaxDisorientedTriangles()
4590 fillArray(pointUpdates.get(), uint8_t(0), pointListSize); in relaxDisorientedTriangles()
4592 std::unique_ptr<Vec3s[]> newPoints(new Vec3s[pointListSize]); in relaxDisorientedTriangles()
4634 for (size_t n = 0, N = pointListSize; n < N; ++n) { in relaxDisorientedTriangles()
[all …]
H A DLevelSetRebuild.h221 std::vector<Vec3s> points(mesher.pointListSize()); in doLevelSetRebuild()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Convert.cc527 points.reserve(mesher.pointListSize()); in convertVDBClass()
528 for (size_t i = 0, n = mesher.pointListSize(); i < n; i++) { in convertVDBClass()
609 if (mesher.pointFlags().size() != mesher.pointListSize()) { in copyMesh()
613 GA_Size npoints = mesher.pointListSize(); in copyMesh()
H A DSOP_OpenVDB_To_Polygons.cc385 GA_Size npoints = mesher.pointListSize(); in copyMesh()
H A DGU_PrimVDB.cc602 GA_Size npoints = mesher.pointListSize(); in guCopyMesh()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DOpenVDBUtil.h542 std::vector<GLfloat> points(mesher.pointListSize() * 3); in operator()
543 std::vector<GLfloat> normals(mesher.pointListSize() * 3); in operator()
549 for (size_t n = 0, i = 0, N = mesher.pointListSize(); n < N; ++n) { in operator()
H A DOpenVDBToPolygonsNode.cc209 const size_t numPoints = mMesher->pointListSize(); in operator ()()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/viewer/
H A DRenderModules.cc1565 std::vector<GLfloat> points(mesher.pointListSize() * 3); in operator ()()
1566 std::vector<GLfloat> normals(mesher.pointListSize() * 3); in operator ()()
1572 for (Index64 n = 0, i = 0, N = mesher.pointListSize(); n < N; ++n) { in operator ()()