meshlib 3.0.4.121__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_x86_64.whl → 3.0.5.215__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshlib might be problematic. Click here for more details.
- meshlib/mrcudapy.pyi +4 -0
- meshlib/mrcudapy.so +0 -0
- meshlib/mrmeshnumpy.so +0 -0
- meshlib/mrmeshpy.pyi +3434 -1088
- meshlib/mrmeshpy.so +0 -0
- meshlib/mrviewerpy.so +0 -0
- {meshlib-3.0.4.121.dist-info → meshlib-3.0.5.215.dist-info}/METADATA +57 -32
- {meshlib-3.0.4.121.dist-info → meshlib-3.0.5.215.dist-info}/RECORD +21 -21
- {meshlib-3.0.4.121.dist-info → meshlib-3.0.5.215.dist-info}/WHEEL +1 -1
- meshlib.libs/{libMRCuda-2031a815.so → libMRCuda-bde2b6ac.so} +0 -0
- meshlib.libs/libMRIOExtras-3e11901a.so +0 -0
- meshlib.libs/{libMRMesh-8c6f805f.so → libMRMesh-e5db8420.so} +0 -0
- meshlib.libs/libMRPython-9838106f.so +0 -0
- meshlib.libs/libMRSymbolMesh-28fa22da.so +0 -0
- meshlib.libs/{libMRViewer-e937f176.so → libMRViewer-b9a1bd8e.so} +0 -0
- meshlib.libs/{libMRVoxels-ab406c8f.so → libMRVoxels-aab8e3e3.so} +0 -0
- meshlib.libs/{libOpenCTM-cd530b23.so → libOpenCTM-3381561f.so} +0 -0
- meshlib.libs/{libclip-628a7c41.so → libclip-f7b2f663.so} +0 -0
- meshlib.libs/libimgui-8a87ad02.so +0 -0
- meshlib.libs/libMRIOExtras-2d744142.so +0 -0
- meshlib.libs/libMRSymbolMesh-7d747cb4.so +0 -0
- meshlib.libs/libimgui-f9ee8ddb.so +0 -0
- {meshlib-3.0.4.121.dist-info → meshlib-3.0.5.215.dist-info/licenses}/LICENSE +0 -0
- {meshlib-3.0.4.121.dist-info → meshlib-3.0.5.215.dist-info}/top_level.txt +0 -0
meshlib/mrcudapy.pyi
CHANGED
|
@@ -66,6 +66,10 @@ class PointsProjector(meshlib.mrmeshpy.IPointsProjector):
|
|
|
66
66
|
"""
|
|
67
67
|
computes the closest points on point cloud to given points
|
|
68
68
|
"""
|
|
69
|
+
def projectionsHeapBytes(self, numProjections: int) -> int:
|
|
70
|
+
"""
|
|
71
|
+
Returns amount of additional memory needed to compute projections
|
|
72
|
+
"""
|
|
69
73
|
def setPointCloud(self, pointCloud: meshlib.mrmeshpy.PointCloud) -> None:
|
|
70
74
|
"""
|
|
71
75
|
sets the reference point cloud
|
meshlib/mrcudapy.so
CHANGED
|
Binary file
|
meshlib/mrmeshnumpy.so
CHANGED
|
Binary file
|