meshlib 3.0.5.215__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_aarch64.whl → 3.0.6.229__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_aarch64.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/libpybind11nonlimitedapi_meshlib_3.10.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.11.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.12.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.13.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.8.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.9.so +0 -0
- meshlib/mrcudapy.pyi +33 -22
- meshlib/mrcudapy.so +0 -0
- meshlib/mrmeshnumpy.so +0 -0
- meshlib/mrmeshpy.pyi +15325 -6665
- meshlib/mrmeshpy.so +0 -0
- meshlib/mrviewerpy.pyi +6 -6
- meshlib/mrviewerpy.so +0 -0
- {meshlib-3.0.5.215.dist-info → meshlib-3.0.6.229.dist-info}/METADATA +23 -22
- {meshlib-3.0.5.215.dist-info → meshlib-3.0.6.229.dist-info}/RECORD +26 -26
- {meshlib-3.0.5.215.dist-info → meshlib-3.0.6.229.dist-info}/WHEEL +1 -1
- meshlib.libs/libMRCuda-40791052.so +0 -0
- meshlib.libs/{libMRIOExtras-24af0399.so → libMRIOExtras-7c80a38a.so} +0 -0
- meshlib.libs/{libMRMesh-3b1c3aef.so → libMRMesh-ababe5a8.so} +0 -0
- meshlib.libs/libMRPython-c37a2047.so +0 -0
- meshlib.libs/{libMRSymbolMesh-cc7287d3.so → libMRSymbolMesh-01088e7c.so} +0 -0
- meshlib.libs/{libMRViewer-cacd6268.so → libMRViewer-dc1eb362.so} +0 -0
- meshlib.libs/{libMRVoxels-4dbd7af2.so → libMRVoxels-8617d062.so} +0 -0
- meshlib.libs/libpybind11nonlimitedapi_stubs-901293a2.so +0 -0
- meshlib.libs/libMRCuda-69921226.so +0 -0
- meshlib.libs/libpybind11nonlimitedapi_stubs-415a6253.so +0 -0
- {meshlib-3.0.5.215.dist-info → meshlib-3.0.6.229.dist-info}/licenses/LICENSE +0 -0
- {meshlib-3.0.5.215.dist-info → meshlib-3.0.6.229.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
meshlib/mrcudapy.pyi
CHANGED
|
@@ -12,7 +12,7 @@ from meshlib.mrmeshpy import std_vector_Vector3_float as std_vector_Vector3f
|
|
|
12
12
|
from meshlib.mrmeshpy import std_vector_Vector3_float
|
|
13
13
|
from meshlib.mrmeshpy import std_vector_float
|
|
14
14
|
import typing
|
|
15
|
-
__all__ = ['FastWindingNumber', 'PointsProjector', 'PointsToMeshProjector', 'computeDistanceMap', 'computeDistanceMapHeapBytes', 'computeSkyViewFactor', 'distanceMapFromContours', 'distanceMapFromContoursHeapBytes', 'findProjectionOnPoints', 'findProjectionOnPointsHeapBytes', 'findSkyRays', 'func_bool_from_float', '
|
|
15
|
+
__all__ = ['FastWindingNumber', 'PointsProjector', 'PointsToMeshProjector', 'computeDistanceMap', 'computeDistanceMapHeapBytes', 'computeSkyViewFactor', 'distanceMapFromContours', 'distanceMapFromContoursHeapBytes', 'findProjectionOnPoints', 'findProjectionOnPointsHeapBytes', 'findSkyRays', 'func_bool_from_float', 'func_tl_expected_void_std_string_from_VoxelsVolumeMinMax_Vector_float_Id_VoxelTag_int', 'func_tl_expected_void_std_string_from_std_vector_float_Vector3_int_int', 'getCudaAvailableMemory', 'getCudaSafeMemoryLimit', 'int_output', 'isCudaAvailable', 'loadMRCudaDll', 'maxBufferSize', 'maxBufferSizeAlignedByBlock', 'negatePicture', 'pointsToDistanceVolume', 'pointsToDistanceVolumeByParts', 'std_vector_MeshIntersectionResult', 'std_vector_MeshProjectionResult', 'std_vector_MeshTriPoint', 'std_vector_PointsProjectionResult', 'std_vector_SkyPatch', 'std_vector_Vector3_float', 'std_vector_Vector3f', 'std_vector_float']
|
|
16
16
|
class FastWindingNumber(meshlib.mrmeshpy.IFastWindingNumber, meshlib.mrmeshpy.IFastWindingNumberByParts):
|
|
17
17
|
"""
|
|
18
18
|
Generated from: MR::Cuda::FastWindingNumber
|
|
@@ -20,16 +20,15 @@ class FastWindingNumber(meshlib.mrmeshpy.IFastWindingNumber, meshlib.mrmeshpy.IF
|
|
|
20
20
|
the class for fast approximate computation of winding number for a mesh (using its AABB tree)
|
|
21
21
|
\\ingroup AABBTreeGroup
|
|
22
22
|
"""
|
|
23
|
+
@staticmethod
|
|
24
|
+
@typing.overload
|
|
25
|
+
def __init__(*args, **kwargs) -> None:
|
|
26
|
+
...
|
|
23
27
|
@typing.overload
|
|
24
28
|
def __init__(self, mesh: meshlib.mrmeshpy.Mesh) -> None:
|
|
25
29
|
"""
|
|
26
30
|
constructs this from AABB tree of given mesh;
|
|
27
31
|
"""
|
|
28
|
-
@typing.overload
|
|
29
|
-
def __init__(self, arg0: FastWindingNumber) -> None:
|
|
30
|
-
"""
|
|
31
|
-
Implicit copy constructor.
|
|
32
|
-
"""
|
|
33
32
|
def calcFromGrid(self, res: meshlib.mrmeshpy.std_vector_float, dims: meshlib.mrmeshpy.Vector3i, gridToMeshXf: meshlib.mrmeshpy.AffineXf3f, beta: float, cb: meshlib.mrmeshpy.func_bool_from_float) -> None:
|
|
34
33
|
...
|
|
35
34
|
def calcFromGridByParts(self, resFunc: meshlib.mrmeshpy.func_tl_expected_void_std_string_from_std_vector_float_Vector3_int_int, dims: meshlib.mrmeshpy.Vector3i, gridToMeshXf: meshlib.mrmeshpy.AffineXf3f, beta: float, layerOverlap: int, cb: meshlib.mrmeshpy.func_bool_from_float) -> None:
|
|
@@ -52,16 +51,21 @@ class PointsProjector(meshlib.mrmeshpy.IPointsProjector):
|
|
|
52
51
|
|
|
53
52
|
CUDA-backed implementation of IPointsProjector
|
|
54
53
|
"""
|
|
54
|
+
@staticmethod
|
|
55
55
|
@typing.overload
|
|
56
|
-
def __init__(
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"""
|
|
56
|
+
def __init__(*args, **kwargs) -> None:
|
|
57
|
+
...
|
|
58
|
+
@staticmethod
|
|
60
59
|
@typing.overload
|
|
61
|
-
def
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
60
|
+
def operator(*args, **kwargs) -> PointsProjector:
|
|
61
|
+
...
|
|
62
|
+
@staticmethod
|
|
63
|
+
@typing.overload
|
|
64
|
+
def operator(*args, **kwargs) -> PointsProjector:
|
|
65
|
+
...
|
|
66
|
+
@typing.overload
|
|
67
|
+
def __init__(self) -> None:
|
|
68
|
+
...
|
|
65
69
|
def findProjections(self, results: meshlib.mrmeshpy.std_vector_PointsProjectionResult, points: meshlib.mrmeshpy.std_vector_Vector3_float, settings: meshlib.mrmeshpy.FindProjectionOnPointsSettings) -> None:
|
|
66
70
|
"""
|
|
67
71
|
computes the closest points on point cloud to given points
|
|
@@ -80,14 +84,21 @@ class PointsToMeshProjector(meshlib.mrmeshpy.IPointsToMeshProjector):
|
|
|
80
84
|
|
|
81
85
|
Computes the closest point on mesh to each of given points on GPU. It caches data that necessary for computing
|
|
82
86
|
"""
|
|
87
|
+
@staticmethod
|
|
83
88
|
@typing.overload
|
|
84
|
-
def __init__(
|
|
89
|
+
def __init__(*args, **kwargs) -> None:
|
|
85
90
|
...
|
|
91
|
+
@staticmethod
|
|
86
92
|
@typing.overload
|
|
87
|
-
def
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
93
|
+
def operator(*args, **kwargs) -> PointsToMeshProjector:
|
|
94
|
+
...
|
|
95
|
+
@staticmethod
|
|
96
|
+
@typing.overload
|
|
97
|
+
def operator(*args, **kwargs) -> PointsToMeshProjector:
|
|
98
|
+
...
|
|
99
|
+
@typing.overload
|
|
100
|
+
def __init__(self) -> None:
|
|
101
|
+
...
|
|
91
102
|
def findProjections(self, res: meshlib.mrmeshpy.std_vector_MeshProjectionResult, points: meshlib.mrmeshpy.std_vector_Vector3_float, objXf: meshlib.mrmeshpy.AffineXf3f, refObjXf: meshlib.mrmeshpy.AffineXf3f, upDistLimitSq: float, loDistLimitSq: float) -> None:
|
|
92
103
|
"""
|
|
93
104
|
<summary>
|
|
@@ -108,7 +119,7 @@ class PointsToMeshProjector(meshlib.mrmeshpy.IPointsToMeshProjector):
|
|
|
108
119
|
"""
|
|
109
120
|
update all data related to the referencing mesh
|
|
110
121
|
"""
|
|
111
|
-
class
|
|
122
|
+
class func_tl_expected_void_std_string_from_VoxelsVolumeMinMax_Vector_float_Id_VoxelTag_int:
|
|
112
123
|
def __bool__(self) -> bool:
|
|
113
124
|
...
|
|
114
125
|
def __call__(self, arg0: meshlib.mrmeshpy.SimpleVolumeMinMax, arg1: int) -> None:
|
|
@@ -120,7 +131,7 @@ class func_tl_expected_void_std_string_from_VoxelsVolumeMinMax_std_vector_float_
|
|
|
120
131
|
def __init__(self, arg0: None) -> None:
|
|
121
132
|
...
|
|
122
133
|
@typing.overload
|
|
123
|
-
def __init__(self, arg0:
|
|
134
|
+
def __init__(self, arg0: func_tl_expected_void_std_string_from_VoxelsVolumeMinMax_Vector_float_Id_VoxelTag_int) -> None:
|
|
124
135
|
...
|
|
125
136
|
def can_be_created_from_python(self) -> bool:
|
|
126
137
|
"""
|
|
@@ -212,7 +223,7 @@ def pointsToDistanceVolume(cloud: meshlib.mrmeshpy.PointCloud, params: meshlib.m
|
|
|
212
223
|
"""
|
|
213
224
|
makes SimpleVolume filled with signed distances to points with normals
|
|
214
225
|
"""
|
|
215
|
-
def pointsToDistanceVolumeByParts(cloud: meshlib.mrmeshpy.PointCloud, params: meshlib.mrmeshpy.PointsToDistanceVolumeParams, addPart:
|
|
226
|
+
def pointsToDistanceVolumeByParts(cloud: meshlib.mrmeshpy.PointCloud, params: meshlib.mrmeshpy.PointsToDistanceVolumeParams, addPart: func_tl_expected_void_std_string_from_VoxelsVolumeMinMax_Vector_float_Id_VoxelTag_int, layerOverlap: int) -> None:
|
|
216
227
|
"""
|
|
217
228
|
makes SimpleVolume filled with signed distances to points with normals
|
|
218
229
|
populate the volume by parts to the given callback
|
meshlib/mrcudapy.so
CHANGED
|
Binary file
|
meshlib/mrmeshnumpy.so
CHANGED
|
Binary file
|