meshlib 3.0.5.213__py38.py39.py310.py311.py312.py313-none-win_amd64.whl → 3.0.5.215__py38.py39.py310.py311.py312.py313-none-win_amd64.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/__init__.py +2 -2
- meshlib/mrcudapy.pyd +0 -0
- meshlib/mrmeshnumpy.pyd +0 -0
- meshlib/mrmeshpy.pyd +0 -0
- meshlib/mrmeshpy.pyi +134 -104
- meshlib/mrviewerpy.pyd +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.10.dll +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.11.dll +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.12.dll +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.13.dll +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.8.dll +0 -0
- meshlib/pybind11nonlimitedapi_meshlib_3.9.dll +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/DELVEWHEEL +1 -1
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/METADATA +1 -1
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/RECORD +30 -30
- meshlib.libs/{.load-order-meshlib-3.0.5.213 → .load-order-meshlib-3.0.5.215} +62 -62
- meshlib.libs/{MRCuda-b99189821a013b36fa7f31b1e4e027be.dll → MRCuda-5870fde804a59012b23b61b720046f07.dll} +0 -0
- meshlib.libs/{MRIOExtras-897c1e9954c4f8efb2cb81fadee823c9.dll → MRIOExtras-3486aa3320aa22cd6bb2426b019f6747.dll} +0 -0
- meshlib.libs/{MRMesh-6f708a414b74b6e40fe0b506804358b6.dll → MRMesh-37e86341255d28879ae2f49962794db5.dll} +0 -0
- meshlib.libs/{MRPython-4e46718ec1e7d07886f9420a1dd7ad90.dll → MRPython-9d9368cbd353e750d95305ad57d5aa63.dll} +0 -0
- meshlib.libs/{MRSymbolMesh-f18a9f8a5f081a33a44fe0d272403a40.dll → MRSymbolMesh-24268563cd3795a381e639a659a609aa.dll} +0 -0
- meshlib.libs/{MRViewer-a71f450f333f7a10822df7bc010bcbfe.dll → MRViewer-459035df50ac5647c15ecad1e3766181.dll} +0 -0
- meshlib.libs/{MRVoxels-dee9f41f3abc6b0308f5c7343a5cb426.dll → MRVoxels-bf244b206f958da59721a14ccc2dcea6.dll} +0 -0
- meshlib.libs/{OpenCTM-056abc5b5055169e3cda67d921065e9f.dll → OpenCTM-3d5485673c5d88f2d60a2b47050ea3d7.dll} +0 -0
- meshlib.libs/{imgui-c9656d03a0ecf60ad305ece0f0123c12.dll → imgui-d44dc8b29873d87e302ae096d5d3efc8.dll} +0 -0
- meshlib.libs/{laz-perf-f3b3fab85abce39c5a65fe5f458b25e2.dll → laz-perf-7a04240b635d510e8cf49d1399e993ed.dll} +0 -0
- meshlib.libs/{pybind11nonlimitedapi_stubs-ea958b9899a80b738c8469f2dcc75cc9.dll → pybind11nonlimitedapi_stubs-379b059a653cea3782b1f01641623a9f.dll} +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/WHEEL +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/licenses/LICENSE +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.5.215.dist-info}/top_level.txt +0 -0
meshlib/__init__.py
CHANGED
|
@@ -13,10 +13,10 @@ def _delvewheel_patch_1_10_0():
|
|
|
13
13
|
if os.path.isdir(libs_dir):
|
|
14
14
|
os.add_dll_directory(libs_dir)
|
|
15
15
|
else:
|
|
16
|
-
load_order_filepath = os.path.join(libs_dir, '.load-order-meshlib-3.0.5.
|
|
16
|
+
load_order_filepath = os.path.join(libs_dir, '.load-order-meshlib-3.0.5.215')
|
|
17
17
|
if os.path.isfile(load_order_filepath):
|
|
18
18
|
import ctypes.wintypes
|
|
19
|
-
with open(os.path.join(libs_dir, '.load-order-meshlib-3.0.5.
|
|
19
|
+
with open(os.path.join(libs_dir, '.load-order-meshlib-3.0.5.215')) as file:
|
|
20
20
|
load_order = file.read().split()
|
|
21
21
|
kernel32 = ctypes.WinDLL('kernel32', use_last_error=True)
|
|
22
22
|
kernel32.LoadLibraryExW.restype = ctypes.wintypes.HMODULE
|
meshlib/mrcudapy.pyd
CHANGED
|
Binary file
|
meshlib/mrmeshnumpy.pyd
CHANGED
|
Binary file
|
meshlib/mrmeshpy.pyd
CHANGED
|
Binary file
|
meshlib/mrmeshpy.pyi
CHANGED
|
@@ -476,7 +476,7 @@ class AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f:
|
|
|
476
476
|
class AABBTreeNode_ObjTreeTraits:
|
|
477
477
|
"""
|
|
478
478
|
Generated from: MR::AABBTreeNode<MR::ObjTreeTraits>
|
|
479
|
-
Aliases: Vector_AABBTreeNode_ObjTreeTraits_NodeId.const_reference, AABBTreeNode_AABBTreeBase_ObjTreeTraits_Traits, Vector_AABBTreeNode_ObjTreeTraits_NodeId.reference, Vector_AABBTreeNode_ObjTreeTraits_NodeId.value_type, std_vector_AABBTreeNode_ObjTreeTraits_value_type, AABBTreeBase_ObjTreeTraits.Node, std_vector_AABBTreeNode_ObjTreeTraits_const_reference, std_vector_AABBTreeNode_ObjTreeTraits_reference
|
|
479
|
+
Aliases: AABBTreeBase_ObjTreeTraits.Node, Vector_AABBTreeNode_ObjTreeTraits_NodeId.const_reference, AABBTreeNode_AABBTreeBase_ObjTreeTraits_Traits, Vector_AABBTreeNode_ObjTreeTraits_NodeId.reference, Vector_AABBTreeNode_ObjTreeTraits_NodeId.value_type, std_vector_AABBTreeNode_ObjTreeTraits_value_type, AABBTreeBase_ObjTreeTraits.Node, std_vector_AABBTreeNode_ObjTreeTraits_const_reference, std_vector_AABBTreeNode_ObjTreeTraits_reference
|
|
480
480
|
"""
|
|
481
481
|
BoxT = Box3f
|
|
482
482
|
LeafId = ObjId
|
|
@@ -576,7 +576,7 @@ class AABBTreePoints:
|
|
|
576
576
|
class Node:
|
|
577
577
|
"""
|
|
578
578
|
Generated from: MR::AABBTreePoints::Node
|
|
579
|
-
Aliases: Vector_AABBTreePoints_Node_NodeId.
|
|
579
|
+
Aliases: std_vector_AABBTreePoints_Node_reference, Vector_AABBTreePoints_Node_NodeId.reference, Vector_AABBTreePoints_Node_NodeId.const_reference, Vector_AABBTreePoints_Node_NodeId.value_type, std_vector_AABBTreePoints_Node_value_type, std_vector_AABBTreePoints_Node_const_reference
|
|
580
580
|
"""
|
|
581
581
|
@typing.overload
|
|
582
582
|
def __init__(self) -> None:
|
|
@@ -2435,7 +2435,7 @@ class BestFitParabolaf:
|
|
|
2435
2435
|
class BitSet:
|
|
2436
2436
|
"""
|
|
2437
2437
|
Generated from: MR::BitSet
|
|
2438
|
-
Aliases:
|
|
2438
|
+
Aliases: TaggedBitSet_NodeTag_base, TaggedBitSet_ICPElemtTag.base, TaggedBitSet_EdgeTag_base, TaggedBitSet_ObjTag_base, TaggedBitSet_FaceTag_base, TaggedBitSet_GraphEdgeTag_base, TaggedBitSet_GraphVertTag_base, TaggedBitSet_RegionTag_base, TaggedBitSet_VoxelTag_base, TaggedBitSet_PixelTag_base, TaggedBitSet_TextureTag_base, TaggedBitSet_VertTag_base, TaggedBitSet_UndirectedEdgeTag_base
|
|
2439
2439
|
|
|
2440
2440
|
container of bits
|
|
2441
2441
|
"""
|
|
@@ -3745,7 +3745,7 @@ class Box2d:
|
|
|
3745
3745
|
class Box2f:
|
|
3746
3746
|
"""
|
|
3747
3747
|
Generated from: MR::Box2f
|
|
3748
|
-
Aliases:
|
|
3748
|
+
Aliases: AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box2f.BoxT, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.BoxT
|
|
3749
3749
|
|
|
3750
3750
|
Box given by its min- and max- corners
|
|
3751
3751
|
"""
|
|
@@ -4328,7 +4328,7 @@ class Box3d:
|
|
|
4328
4328
|
class Box3f:
|
|
4329
4329
|
"""
|
|
4330
4330
|
Generated from: MR::Box3f
|
|
4331
|
-
Aliases: AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_ObjTreeTraits.BoxT, AABBTreeBase_ObjTreeTraits.BoxT, ObjTreeTraits.BoxT,
|
|
4331
|
+
Aliases: AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_ObjTreeTraits.BoxT, AABBTreeBase_ObjTreeTraits.BoxT, ObjTreeTraits.BoxT, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.BoxT
|
|
4332
4332
|
|
|
4333
4333
|
Box given by its min- and max- corners
|
|
4334
4334
|
"""
|
|
@@ -10286,7 +10286,7 @@ class DimensionsVisualizePropertyType:
|
|
|
10286
10286
|
class Dipole:
|
|
10287
10287
|
"""
|
|
10288
10288
|
Generated from: MR::Dipole
|
|
10289
|
-
Aliases: Vector_Dipole_NodeId_value_type, std_vector_Dipole_value_type,
|
|
10289
|
+
Aliases: Vector_Dipole_NodeId_const_reference, Vector_Dipole_NodeId_value_type, std_vector_Dipole_value_type, std_vector_Dipole_const_reference, Vector_Dipole_NodeId_reference, std_vector_Dipole_reference
|
|
10290
10290
|
|
|
10291
10291
|
Single oriented point or two oppositely charged points close together, representing a mesh part (one or more triangles)
|
|
10292
10292
|
https://www.dgp.toronto.edu/projects/fast-winding-numbers/fast-winding-numbers-for-soups-and-clouds-siggraph-2018-barill-et-al.pdf
|
|
@@ -10947,11 +10947,11 @@ class DistanceMapSave:
|
|
|
10947
10947
|
"""
|
|
10948
10948
|
@staticmethod
|
|
10949
10949
|
@typing.overload
|
|
10950
|
-
def toAnySupportedFormat(
|
|
10950
|
+
def toAnySupportedFormat(path: os.PathLike | str | bytes, dmapObject: DistanceMap, xf: AffineXf3f = None) -> None:
|
|
10951
10951
|
...
|
|
10952
10952
|
@staticmethod
|
|
10953
10953
|
@typing.overload
|
|
10954
|
-
def toAnySupportedFormat(path: os.PathLike | str | bytes,
|
|
10954
|
+
def toAnySupportedFormat(dmap: DistanceMap, path: os.PathLike | str | bytes, settings: DistanceMapSaveSettings = '{}') -> None:
|
|
10955
10955
|
...
|
|
10956
10956
|
@staticmethod
|
|
10957
10957
|
@typing.overload
|
|
@@ -13342,7 +13342,7 @@ class FaceFace:
|
|
|
13342
13342
|
class FaceId:
|
|
13343
13343
|
"""
|
|
13344
13344
|
Generated from: MR::FaceId
|
|
13345
|
-
Aliases:
|
|
13345
|
+
Aliases: AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.LeafId, Vector_FaceId_FaceId_reference, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.LeafId, TaggedBitSet_FaceTag_IndexType, AABBTreeTraits_FaceTag_Box3f.LeafId, Vector_FaceId_FaceId_const_reference, Vector_FaceId_FaceId_value_type
|
|
13346
13346
|
|
|
13347
13347
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
13348
13348
|
"""
|
|
@@ -13834,7 +13834,7 @@ class FaceScalars:
|
|
|
13834
13834
|
class FanRecord:
|
|
13835
13835
|
"""
|
|
13836
13836
|
Generated from: MR::FanRecord
|
|
13837
|
-
Aliases: Vector_FanRecord_VertId.reference, std_vector_FanRecord_const_reference, std_vector_FanRecord_reference, Vector_FanRecord_VertId.const_reference,
|
|
13837
|
+
Aliases: Vector_FanRecord_VertId.value_type, Vector_FanRecord_VertId.reference, std_vector_FanRecord_const_reference, std_vector_FanRecord_reference, Vector_FanRecord_VertId.const_reference, std_vector_FanRecord_value_type
|
|
13838
13838
|
|
|
13839
13839
|
describes one fan of triangles around a point excluding the point
|
|
13840
13840
|
"""
|
|
@@ -16299,7 +16299,7 @@ class FreeFormDeformer:
|
|
|
16299
16299
|
class FunctionVolume:
|
|
16300
16300
|
"""
|
|
16301
16301
|
Generated from: MR::FunctionVolume
|
|
16302
|
-
Aliases:
|
|
16302
|
+
Aliases: VoxelsVolumeAccessor_FunctionVolume.VolumeType, VoxelsVolumeInterpolatedAccessor_VoxelsVolumeAccessor_FunctionVolume.VolumeType
|
|
16303
16303
|
|
|
16304
16304
|
represents a box in 3D space subdivided on voxels stored in T
|
|
16305
16305
|
"""
|
|
@@ -16684,7 +16684,7 @@ class Graph:
|
|
|
16684
16684
|
class EndVertices:
|
|
16685
16685
|
"""
|
|
16686
16686
|
Generated from: MR::Graph::EndVertices
|
|
16687
|
-
Aliases:
|
|
16687
|
+
Aliases: std_vector_Graph_EndVertices_reference, std_vector_Graph_EndVertices_const_reference, Vector_Graph_EndVertices_GraphEdgeId.reference, Vector_Graph_EndVertices_GraphEdgeId.const_reference, Vector_Graph_EndVertices_GraphEdgeId.value_type, std_vector_Graph_EndVertices_value_type
|
|
16688
16688
|
"""
|
|
16689
16689
|
@typing.overload
|
|
16690
16690
|
def __init__(self) -> None:
|
|
@@ -16936,7 +16936,7 @@ class GraphEdgeBitSet(BitSet):
|
|
|
16936
16936
|
class GraphEdgeId:
|
|
16937
16937
|
"""
|
|
16938
16938
|
Generated from: MR::GraphEdgeId
|
|
16939
|
-
Aliases:
|
|
16939
|
+
Aliases: Vector_GraphEdgeId_GraphEdgeId.reference, TaggedBitSet_GraphEdgeTag_IndexType, Vector_GraphEdgeId_GraphEdgeId.const_reference, Graph.EdgeId, Vector_GraphEdgeId_GraphEdgeId.value_type
|
|
16940
16940
|
|
|
16941
16941
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
16942
16942
|
"""
|
|
@@ -18327,7 +18327,7 @@ class IRenderObject:
|
|
|
18327
18327
|
class Id_EdgeTag:
|
|
18328
18328
|
"""
|
|
18329
18329
|
Generated from: MR::Id<MR::EdgeTag>
|
|
18330
|
-
Aliases: Vector_Id_EdgeTag_UndirectedEdgeId_const_reference, Vector_Id_EdgeTag_VertId.const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, std_vector_Id_EdgeTag_reference, Vector_Id_EdgeTag_FaceId.const_reference, EdgeId, Vector_Id_EdgeTag_Id_EdgeTag_value_type, std_vector_Id_EdgeTag_const_reference,
|
|
18330
|
+
Aliases: Vector_Id_EdgeTag_VertId.reference, RingIterator_NextEdgeSameLeft.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_const_reference, Vector_Id_EdgeTag_VertId.const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, std_vector_Id_EdgeTag_reference, Vector_Id_EdgeTag_FaceId.const_reference, EdgeId, Vector_Id_EdgeTag_Id_EdgeTag_value_type, std_vector_Id_EdgeTag_const_reference, RingIterator_NextEdgeSameOrigin.value_type, Vector_Id_EdgeTag_FaceId.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, Vector_Id_EdgeTag_VertId.value_type, std_vector_Id_EdgeTag_value_type, TaggedBitSet_EdgeTag_IndexType, EdgeId, Vector_Id_EdgeTag_FaceId.reference, Vector_Id_EdgeTag_UndirectedEdgeId_reference, Vector_Id_EdgeTag_Id_EdgeTag_reference
|
|
18331
18331
|
"""
|
|
18332
18332
|
__hash__: typing.ClassVar[None] = None
|
|
18333
18333
|
@staticmethod
|
|
@@ -18470,7 +18470,7 @@ class Id_ICPElemtTag:
|
|
|
18470
18470
|
class Id_VoxelTag:
|
|
18471
18471
|
"""
|
|
18472
18472
|
Generated from: MR::Id<MR::VoxelTag>
|
|
18473
|
-
Aliases:
|
|
18473
|
+
Aliases: Vector_Id_VoxelTag_FaceId.const_reference, Vector_Id_VoxelTag_FaceId.value_type, std_vector_Id_VoxelTag_reference, Vector_Id_VoxelTag_FaceId.reference, Vector_Id_VoxelTag_Id_VoxelTag.const_reference, std_vector_Id_VoxelTag_const_reference, Vector_Id_VoxelTag_Id_VoxelTag.reference, Vector_Id_VoxelTag_Id_VoxelTag.value_type, std_vector_Id_VoxelTag_value_type, TaggedBitSet_VoxelTag_IndexType, VoxelId
|
|
18474
18474
|
"""
|
|
18475
18475
|
__hash__: typing.ClassVar[None] = None
|
|
18476
18476
|
@staticmethod
|
|
@@ -20280,7 +20280,7 @@ class LinesVisualizePropertyType:
|
|
|
20280
20280
|
class LoadedObjectT:
|
|
20281
20281
|
"""
|
|
20282
20282
|
Generated from: MR::LoadedObjectT<>
|
|
20283
|
-
Aliases:
|
|
20283
|
+
Aliases: LoadedObject, LoadedObjectT_Object
|
|
20284
20284
|
|
|
20285
20285
|
result of loading (e.g. from a file) as one object (with possible subobjects)
|
|
20286
20286
|
"""
|
|
@@ -21092,7 +21092,7 @@ class Matrix2d:
|
|
|
21092
21092
|
class Matrix2f:
|
|
21093
21093
|
"""
|
|
21094
21094
|
Generated from: MR::Matrix2f
|
|
21095
|
-
Aliases:
|
|
21095
|
+
Aliases: AffineXf_Vector2f_M, Vector2_float_MatrixType
|
|
21096
21096
|
|
|
21097
21097
|
arbitrary 2x2 matrix
|
|
21098
21098
|
\\ingroup MatrixGroup
|
|
@@ -21907,7 +21907,7 @@ class Matrix3d:
|
|
|
21907
21907
|
class Matrix3f:
|
|
21908
21908
|
"""
|
|
21909
21909
|
Generated from: MR::Matrix3f
|
|
21910
|
-
Aliases:
|
|
21910
|
+
Aliases: Vector3_float_MatrixType, AffineXf_Vector3f_M
|
|
21911
21911
|
|
|
21912
21912
|
arbitrary 3x3 matrix
|
|
21913
21913
|
\\ingroup MatrixGroup
|
|
@@ -24051,7 +24051,7 @@ class MeshBuilder:
|
|
|
24051
24051
|
class VertSpan:
|
|
24052
24052
|
"""
|
|
24053
24053
|
Generated from: MR::MeshBuilder::VertSpan
|
|
24054
|
-
Aliases: Vector_MeshBuilder_VertSpan_FaceId.
|
|
24054
|
+
Aliases: Vector_MeshBuilder_VertSpan_FaceId.const_reference, Vector_MeshBuilder_VertSpan_FaceId.reference, Vector_MeshBuilder_VertSpan_FaceId.value_type, std_vector_MeshBuilder_VertSpan_value_type, std_vector_MeshBuilder_VertSpan_const_reference, std_vector_MeshBuilder_VertSpan_reference
|
|
24055
24055
|
|
|
24056
24056
|
each face is surrounded by a closed contour of vertices [fistVertex, lastVertex)
|
|
24057
24057
|
"""
|
|
@@ -25832,7 +25832,7 @@ class MeshOrPointsObject:
|
|
|
25832
25832
|
class MeshOrPointsXf:
|
|
25833
25833
|
"""
|
|
25834
25834
|
Generated from: MR::MeshOrPointsXf
|
|
25835
|
-
Aliases: Vector_MeshOrPointsXf_ObjId.const_reference, std_vector_MeshOrPointsXf_value_type, std_vector_MeshOrPointsXf_reference, Vector_MeshOrPointsXf_ObjId.reference,
|
|
25835
|
+
Aliases: std_vector_MeshOrPointsXf_const_reference, Vector_MeshOrPointsXf_ObjId.const_reference, std_vector_MeshOrPointsXf_value_type, std_vector_MeshOrPointsXf_reference, Vector_MeshOrPointsXf_ObjId.reference, Vector_MeshOrPointsXf_ObjId.value_type
|
|
25836
25836
|
|
|
25837
25837
|
an object and its transformation to global space with other objects
|
|
25838
25838
|
"""
|
|
@@ -26366,7 +26366,7 @@ class MeshSave:
|
|
|
26366
26366
|
class MeshTexture(Image):
|
|
26367
26367
|
"""
|
|
26368
26368
|
Generated from: MR::MeshTexture
|
|
26369
|
-
Aliases: Vector_MeshTexture_TextureId.
|
|
26369
|
+
Aliases: Vector_MeshTexture_TextureId.reference, std_vector_MeshTexture_reference, Vector_MeshTexture_TextureId.value_type, Vector_MeshTexture_TextureId.const_reference, std_vector_MeshTexture_const_reference, std_vector_MeshTexture_value_type
|
|
26370
26370
|
|
|
26371
26371
|
\\addtogroup BasicStructuresGroup
|
|
26372
26372
|
\\{
|
|
@@ -28686,7 +28686,7 @@ class NoCtor_unsigned_char:
|
|
|
28686
28686
|
class NoDefInit_FaceId(FaceId):
|
|
28687
28687
|
"""
|
|
28688
28688
|
Generated from: MR::NoDefInit<MR::FaceId>
|
|
28689
|
-
Aliases:
|
|
28689
|
+
Aliases: Buffer_FaceId.T, Buffer_FaceId.const_iterator, Buffer_FaceId.iterator, Buffer_FaceId_FaceId.const_iterator, Buffer_FaceId.reference, Buffer_FaceId_FaceId.reference, Buffer_FaceId_FaceId.iterator, Buffer_FaceId.const_reference, Buffer_FaceId_FaceId.const_reference, Buffer_FaceId_FaceId.T, NoCtor_FaceId.type
|
|
28690
28690
|
|
|
28691
28691
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28692
28692
|
"""
|
|
@@ -28703,7 +28703,7 @@ class NoDefInit_FaceId(FaceId):
|
|
|
28703
28703
|
class NoDefInit_GraphEdgeId(GraphEdgeId):
|
|
28704
28704
|
"""
|
|
28705
28705
|
Generated from: MR::NoDefInit<MR::GraphEdgeId>
|
|
28706
|
-
Aliases: Buffer_GraphEdgeId_GraphEdgeId.
|
|
28706
|
+
Aliases: Buffer_GraphEdgeId_GraphEdgeId.reference, Buffer_GraphEdgeId_GraphEdgeId.const_iterator, Buffer_GraphEdgeId_GraphEdgeId.const_reference, Buffer_GraphEdgeId_GraphEdgeId.iterator, Buffer_GraphEdgeId_GraphEdgeId.T, NoCtor_GraphEdgeId.type
|
|
28707
28707
|
|
|
28708
28708
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28709
28709
|
"""
|
|
@@ -28737,7 +28737,7 @@ class NoDefInit_GraphVertId(GraphVertId):
|
|
|
28737
28737
|
class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
28738
28738
|
"""
|
|
28739
28739
|
Generated from: MR::NoDefInit<MR::Id<MR::EdgeTag>>
|
|
28740
|
-
Aliases:
|
|
28740
|
+
Aliases: Buffer_Id_EdgeTag_Id_EdgeTag.reference, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_UndirectedEdgeId.reference, Buffer_Id_EdgeTag_UndirectedEdgeId.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.const_reference, Buffer_Id_EdgeTag_Id_EdgeTag.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.const_reference, Buffer_Id_EdgeTag_UndirectedEdgeId.iterator, Buffer_Id_EdgeTag_Id_EdgeTag.T, Buffer_Id_EdgeTag_Id_EdgeTag.iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.T, std_unique_ptr_NoDefInit_Id_EdgeTag_pointer, Buffer_Id_EdgeTag_Id_EdgeTag.T, NoCtor_Id_EdgeTag.type
|
|
28741
28741
|
|
|
28742
28742
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28743
28743
|
"""
|
|
@@ -28754,7 +28754,7 @@ class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
|
28754
28754
|
class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
28755
28755
|
"""
|
|
28756
28756
|
Generated from: MR::NoDefInit<MR::Id<MR::ICPElemtTag>>
|
|
28757
|
-
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.
|
|
28757
|
+
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator, NoCtor_Id_ICPElemtTag.type, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, std_unique_ptr_NoDefInit_Id_ICPElemtTag_pointer, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T
|
|
28758
28758
|
|
|
28759
28759
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28760
28760
|
"""
|
|
@@ -28771,7 +28771,7 @@ class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
|
28771
28771
|
class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
28772
28772
|
"""
|
|
28773
28773
|
Generated from: MR::NoDefInit<MR::Id<MR::VoxelTag>>
|
|
28774
|
-
Aliases: Buffer_Id_VoxelTag_Id_VoxelTag.
|
|
28774
|
+
Aliases: Buffer_Id_VoxelTag_Id_VoxelTag.const_iterator, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.reference, std_unique_ptr_NoDefInit_Id_VoxelTag_pointer, Buffer_Id_VoxelTag_Id_VoxelTag.const_reference, Buffer_Id_VoxelTag_Id_VoxelTag.iterator, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.T, NoCtor_Id_VoxelTag.type
|
|
28775
28775
|
|
|
28776
28776
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28777
28777
|
"""
|
|
@@ -28788,7 +28788,7 @@ class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
|
28788
28788
|
class NoDefInit_NodeId(NodeId):
|
|
28789
28789
|
"""
|
|
28790
28790
|
Generated from: MR::NoDefInit<MR::NodeId>
|
|
28791
|
-
Aliases: Buffer_NodeId_NodeId.const_iterator,
|
|
28791
|
+
Aliases: Buffer_NodeId_NodeId.const_iterator, NoCtor_NodeId.type, Buffer_NodeId_NodeId.iterator, Buffer_NodeId_NodeId.reference, Buffer_NodeId_NodeId.const_reference, Buffer_NodeId_NodeId.T
|
|
28792
28792
|
|
|
28793
28793
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28794
28794
|
"""
|
|
@@ -28805,7 +28805,7 @@ class NoDefInit_NodeId(NodeId):
|
|
|
28805
28805
|
class NoDefInit_ObjId(ObjId):
|
|
28806
28806
|
"""
|
|
28807
28807
|
Generated from: MR::NoDefInit<MR::ObjId>
|
|
28808
|
-
Aliases: Buffer_ObjId_ObjId.
|
|
28808
|
+
Aliases: Buffer_ObjId_ObjId.reference, Buffer_ObjId_ObjId.iterator, Buffer_ObjId_ObjId.const_reference, Buffer_ObjId_ObjId.const_iterator, Buffer_ObjId_ObjId.T, NoCtor_ObjId.type
|
|
28809
28809
|
|
|
28810
28810
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28811
28811
|
"""
|
|
@@ -28873,7 +28873,7 @@ class NoDefInit_TextureId(TextureId):
|
|
|
28873
28873
|
class NoDefInit_UndirectedEdgeId(UndirectedEdgeId):
|
|
28874
28874
|
"""
|
|
28875
28875
|
Generated from: MR::NoDefInit<MR::UndirectedEdgeId>
|
|
28876
|
-
Aliases:
|
|
28876
|
+
Aliases: Buffer_UndirectedEdgeId_UndirectedEdgeId.reference, Buffer_UndirectedEdgeId.iterator, Buffer_UndirectedEdgeId_UndirectedEdgeId.T, Buffer_UndirectedEdgeId_UndirectedEdgeId.const_iterator, Buffer_UndirectedEdgeId.T, Buffer_UndirectedEdgeId_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId.const_iterator, Buffer_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId_UndirectedEdgeId.iterator, Buffer_UndirectedEdgeId.reference, NoCtor_UndirectedEdgeId.type
|
|
28877
28877
|
|
|
28878
28878
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28879
28879
|
"""
|
|
@@ -28890,7 +28890,7 @@ class NoDefInit_UndirectedEdgeId(UndirectedEdgeId):
|
|
|
28890
28890
|
class NoDefInit_VertId(VertId):
|
|
28891
28891
|
"""
|
|
28892
28892
|
Generated from: MR::NoDefInit<MR::VertId>
|
|
28893
|
-
Aliases: Buffer_VertId.
|
|
28893
|
+
Aliases: Buffer_VertId_VertId.reference, Buffer_VertId.T, Buffer_VertId.iterator, NoCtor_VertId.type, Buffer_VertId.const_iterator, Buffer_VertId.reference, Buffer_VertId_VertId.iterator, Buffer_VertId_VertId.const_iterator, Buffer_VertId.const_reference, Buffer_VertId_VertId.T, Buffer_VertId_VertId.const_reference
|
|
28894
28894
|
|
|
28895
28895
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28896
28896
|
"""
|
|
@@ -29061,7 +29061,7 @@ class NodeBitSet(BitSet):
|
|
|
29061
29061
|
class NodeId:
|
|
29062
29062
|
"""
|
|
29063
29063
|
Generated from: MR::NodeId
|
|
29064
|
-
Aliases: Vector_NodeId_NodeId.
|
|
29064
|
+
Aliases: Vector_NodeId_NodeId.const_reference, Vector_NodeId_NodeId.reference, Vector_NodeId_NodeId.value_type, TaggedBitSet_NodeTag_IndexType
|
|
29065
29065
|
|
|
29066
29066
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29067
29067
|
"""
|
|
@@ -29387,7 +29387,7 @@ class ObjBitSet(BitSet):
|
|
|
29387
29387
|
class ObjId:
|
|
29388
29388
|
"""
|
|
29389
29389
|
Generated from: MR::ObjId
|
|
29390
|
-
Aliases: Vector_ObjId_ObjId_const_reference, AABBTreeBase_ObjTreeTraits.LeafId,
|
|
29390
|
+
Aliases: Vector_ObjId_ObjId_const_reference, TaggedBitSet_ObjTag_IndexType, AABBTreeBase_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_reference, AABBTreeNode_ObjTreeTraits.LeafId, ObjTreeTraits.LeafId, Vector_ObjId_ObjId_value_type
|
|
29391
29391
|
|
|
29392
29392
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29393
29393
|
"""
|
|
@@ -30453,7 +30453,7 @@ class ObjectLinesHolder(VisualObject):
|
|
|
30453
30453
|
class ObjectMesh(ObjectMeshHolder):
|
|
30454
30454
|
"""
|
|
30455
30455
|
Generated from: MR::ObjectMesh
|
|
30456
|
-
Aliases:
|
|
30456
|
+
Aliases: ChangeMeshAction.Obj, ChangeMeshTopologyAction.Obj, ChangeMeshFaceSelectionAction.Obj, ChangeMeshPointsAction.Obj, ChangeMeshCreasesAction.Obj, ChangeMeshEdgeSelectionAction.Obj, ChangeMeshDataAction.Obj
|
|
30457
30457
|
|
|
30458
30458
|
an object that stores a mesh
|
|
30459
30459
|
\\ingroup DataModelGroup
|
|
@@ -30558,7 +30558,7 @@ class ObjectMeshData:
|
|
|
30558
30558
|
class ObjectMeshHolder(VisualObject):
|
|
30559
30559
|
"""
|
|
30560
30560
|
Generated from: MR::ObjectMeshHolder
|
|
30561
|
-
Aliases:
|
|
30561
|
+
Aliases: ChangeFacesColorMapAction.Obj, ChangeMeshTexturePerFaceAction.Obj, ChangeTextureAction.Obj, ChangeMeshUVCoordsAction.Obj
|
|
30562
30562
|
|
|
30563
30563
|
an object that stores a mesh
|
|
30564
30564
|
\\ingroup ModelHolderGroup
|
|
@@ -30839,7 +30839,7 @@ class ObjectMeshHolder(VisualObject):
|
|
|
30839
30839
|
class ObjectPoints(ObjectPointsHolder):
|
|
30840
30840
|
"""
|
|
30841
30841
|
Generated from: MR::ObjectPoints
|
|
30842
|
-
Aliases:
|
|
30842
|
+
Aliases: ChangePointPointSelectionAction.Obj, ChangePointCloudPointsAction.Obj, ChangePointCloudNormalsAction.Obj, ChangePointCloudAction.Obj
|
|
30843
30843
|
|
|
30844
30844
|
an object that stores a points
|
|
30845
30845
|
\\ingroup DataModelGroup
|
|
@@ -31089,7 +31089,7 @@ class ObjectSelectivityType:
|
|
|
31089
31089
|
class ObjectVoxels(ObjectMeshHolder):
|
|
31090
31090
|
"""
|
|
31091
31091
|
Generated from: MR::ObjectVoxels
|
|
31092
|
-
Aliases: ChangVoxelSelectionAction.Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, ChangeSurfaceAction.Obj, ChangeGridAction.Obj, ChangeActiveBoxAction.Obj, std_shared_ptr_ChangeGridAction_Obj, std_shared_ptr_ChangeSurfaceAction_Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ChangeActiveBoxAction_Obj,
|
|
31092
|
+
Aliases: std_shared_ptr_ChangeIsoAction_Obj, ChangVoxelSelectionAction.Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, ChangeSurfaceAction.Obj, ChangeGridAction.Obj, ChangeActiveBoxAction.Obj, std_shared_ptr_ChangeGridAction_Obj, std_shared_ptr_ChangeSurfaceAction_Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ChangeActiveBoxAction_Obj, ChangeDualMarchingCubesAction.Obj, ChangeIsoAction.Obj
|
|
31093
31093
|
|
|
31094
31094
|
This class stores information about voxels object
|
|
31095
31095
|
\\ingroup DataModelGroup
|
|
@@ -36764,7 +36764,7 @@ class QuadraticForm3d:
|
|
|
36764
36764
|
class QuadraticForm3f:
|
|
36765
36765
|
"""
|
|
36766
36766
|
Generated from: MR::QuadraticForm3f
|
|
36767
|
-
Aliases: Vector_QuadraticForm3f_VertId.const_reference, Vector_QuadraticForm3f_VertId.
|
|
36767
|
+
Aliases: Vector_QuadraticForm3f_VertId.const_reference, Vector_QuadraticForm3f_VertId.value_type, Vector_QuadraticForm3f_VertId.reference
|
|
36768
36768
|
|
|
36769
36769
|
quadratic form: f = x^T A x + c
|
|
36770
36770
|
\\ingroup MathGroup
|
|
@@ -37718,7 +37718,7 @@ class RegionBitSet(BitSet):
|
|
|
37718
37718
|
class RegionId:
|
|
37719
37719
|
"""
|
|
37720
37720
|
Generated from: MR::RegionId
|
|
37721
|
-
Aliases:
|
|
37721
|
+
Aliases: Vector_RegionId_VertId_const_reference, Vector_RegionId_FaceId_reference, Vector_RegionId_FaceId_const_reference, Vector_RegionId_VertId_value_type, Vector_RegionId_RegionId.const_reference, Vector_RegionId_UndirectedEdgeId_const_reference, Vector_RegionId_RegionId.reference, Vector_RegionId_VertId_reference, Vector_RegionId_UndirectedEdgeId_reference, Vector_RegionId_RegionId.value_type, Vector_RegionId_UndirectedEdgeId_value_type, TaggedBitSet_RegionTag_IndexType, Vector_RegionId_FaceId_value_type
|
|
37722
37722
|
|
|
37723
37723
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
37724
37724
|
"""
|
|
@@ -41275,7 +41275,7 @@ class SymMatrix3b:
|
|
|
41275
41275
|
class SymMatrix3d:
|
|
41276
41276
|
"""
|
|
41277
41277
|
Generated from: MR::SymMatrix3d
|
|
41278
|
-
Aliases:
|
|
41278
|
+
Aliases: Vector3_double_SymMatrixType, QuadraticForm_Vector3d_SM
|
|
41279
41279
|
|
|
41280
41280
|
symmetric 3x3 matrix
|
|
41281
41281
|
\\ingroup MatrixGroup
|
|
@@ -41393,7 +41393,7 @@ class SymMatrix3d:
|
|
|
41393
41393
|
class SymMatrix3f:
|
|
41394
41394
|
"""
|
|
41395
41395
|
Generated from: MR::SymMatrix3f
|
|
41396
|
-
Aliases:
|
|
41396
|
+
Aliases: Vector3_float_SymMatrixType, QuadraticForm_Vector3f_SM
|
|
41397
41397
|
|
|
41398
41398
|
symmetric 3x3 matrix
|
|
41399
41399
|
\\ingroup MatrixGroup
|
|
@@ -43011,7 +43011,7 @@ class TextureBitSet(BitSet):
|
|
|
43011
43011
|
class TextureId:
|
|
43012
43012
|
"""
|
|
43013
43013
|
Generated from: MR::TextureId
|
|
43014
|
-
Aliases:
|
|
43014
|
+
Aliases: Vector_TextureId_TextureId.value_type, Vector_TextureId_FaceId_value_type, Vector_TextureId_TextureId.const_reference, Vector_TextureId_FaceId_const_reference, Vector_TextureId_FaceId_reference, Vector_TextureId_TextureId.reference, TaggedBitSet_TextureTag_IndexType
|
|
43015
43015
|
|
|
43016
43016
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
43017
43017
|
"""
|
|
@@ -44959,7 +44959,7 @@ class UndirectedEdgeColors:
|
|
|
44959
44959
|
class UndirectedEdgeId:
|
|
44960
44960
|
"""
|
|
44961
44961
|
Generated from: MR::UndirectedEdgeId
|
|
44962
|
-
Aliases:
|
|
44962
|
+
Aliases: TaggedBitSet_UndirectedEdgeTag_IndexType, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, PolylineUndirectedEdgeIterator.value_type, Vector_UndirectedEdgeId_UndirectedEdgeId_value_type, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_reference, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, UndirectedEdgeIterator.value_type, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference
|
|
44963
44963
|
|
|
44964
44964
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
44965
44965
|
"""
|
|
@@ -46054,7 +46054,7 @@ class Vector2d:
|
|
|
46054
46054
|
class Vector2f:
|
|
46055
46055
|
"""
|
|
46056
46056
|
Generated from: MR::Vector2f
|
|
46057
|
-
Aliases:
|
|
46057
|
+
Aliases: Vector_Vector2f_VertId_reference, Vector_Vector2f_VertId_const_reference, Vector_Vector2f_VertId_value_type, UVCoord, Matrix2_float_VectorType
|
|
46058
46058
|
"""
|
|
46059
46059
|
elements: typing.ClassVar[int] = 2
|
|
46060
46060
|
x: float
|
|
@@ -46345,7 +46345,7 @@ class Vector2ll:
|
|
|
46345
46345
|
class Vector3b:
|
|
46346
46346
|
"""
|
|
46347
46347
|
Generated from: MR::Vector3b
|
|
46348
|
-
Aliases: Matrix3_bool_VectorType, Box_Vector3ll_Vb,
|
|
46348
|
+
Aliases: Box_Vector3d_Vb, Matrix3_bool_VectorType, Box_Vector3ll_Vb, Box_Vector3i_Vb, Box_Vector3f_Vb
|
|
46349
46349
|
|
|
46350
46350
|
three-dimensional vector
|
|
46351
46351
|
\\ingroup VectorGroup
|
|
@@ -46557,7 +46557,7 @@ class Vector3d:
|
|
|
46557
46557
|
class Vector3f:
|
|
46558
46558
|
"""
|
|
46559
46559
|
Generated from: MR::Vector3f
|
|
46560
|
-
Aliases:
|
|
46560
|
+
Aliases: Vector_Vector3f_VertId_value_type, Vector_Vector3f_VertId_reference, Vector_Vector3f_FaceId_const_reference, Vector_Vector3f_VertId_const_reference, Vector_Vector3f_FaceId_value_type, RigidScaleXf3_float_V, RigidXf3_float_V, Matrix3_float_VectorType, Vector_Vector3f_FaceId_reference
|
|
46561
46561
|
"""
|
|
46562
46562
|
elements: typing.ClassVar[int] = 3
|
|
46563
46563
|
x: float
|
|
@@ -48792,7 +48792,7 @@ class Vector_Graph_EndVertices_GraphEdgeId:
|
|
|
48792
48792
|
class Vector_ICPGroupPairs_Id_ICPElemtTag:
|
|
48793
48793
|
"""
|
|
48794
48794
|
Generated from: MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>
|
|
48795
|
-
Aliases:
|
|
48795
|
+
Aliases: std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_const_reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.value_type, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_value_type, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_reference
|
|
48796
48796
|
|
|
48797
48797
|
|
|
48798
48798
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -50990,7 +50990,7 @@ class Vector_TextureId_TextureId:
|
|
|
50990
50990
|
class Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag:
|
|
50991
50991
|
"""
|
|
50992
50992
|
Generated from: MR::Vector<MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>, MR::Id<MR::ICPElemtTag>>
|
|
50993
|
-
Aliases:
|
|
50993
|
+
Aliases: ICPPairsGrid, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_const_reference, Vector_Vector_ICPGroupPairs_ICPElementId_ICPElementId, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_reference, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.value_type, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_value_type, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.const_reference, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.reference
|
|
50994
50994
|
|
|
50995
50995
|
|
|
50996
50996
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -52890,7 +52890,7 @@ class Vector_std_vector_GraphEdgeId_GraphVertId:
|
|
|
52890
52890
|
class Vector_std_vector_ObjVertId_Id_ICPElemtTag:
|
|
52891
52891
|
"""
|
|
52892
52892
|
Generated from: MR::Vector<std::vector<MR::ObjVertId>, MR::Id<MR::ICPElemtTag>>
|
|
52893
|
-
Aliases: Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.const_reference,
|
|
52893
|
+
Aliases: std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_reference, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.const_reference, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.value_type, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.reference, std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_value_type, std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_const_reference
|
|
52894
52894
|
|
|
52895
52895
|
|
|
52896
52896
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -53729,7 +53729,7 @@ class VertBMap:
|
|
|
53729
53729
|
class VertBitSet(BitSet):
|
|
53730
53730
|
"""
|
|
53731
53731
|
Generated from: MR::VertBitSet
|
|
53732
|
-
Aliases: Vector_VertBitSet_ObjId.
|
|
53732
|
+
Aliases: Vector_VertBitSet_ObjId.value_type, Vector_VertBitSet_ObjId.const_reference, Vector_VertBitSet_ObjId.reference, ColorMapAggregator_VertTag_ElementBitSet
|
|
53733
53733
|
|
|
53734
53734
|
container of bits representing specific indices (faces, verts or edges)
|
|
53735
53735
|
"""
|
|
@@ -56875,7 +56875,7 @@ class WatershedGraph:
|
|
|
56875
56875
|
class BasinInfo:
|
|
56876
56876
|
"""
|
|
56877
56877
|
Generated from: MR::WatershedGraph::BasinInfo
|
|
56878
|
-
Aliases: Vector_WatershedGraph_BasinInfo_GraphVertId.
|
|
56878
|
+
Aliases: std_vector_WatershedGraph_BasinInfo_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.reference, Vector_WatershedGraph_BasinInfo_GraphVertId.const_reference, std_vector_WatershedGraph_BasinInfo_const_reference, std_vector_WatershedGraph_BasinInfo_value_type
|
|
56879
56879
|
|
|
56880
56880
|
associated with each vertex in graph
|
|
56881
56881
|
"""
|
|
@@ -56983,7 +56983,7 @@ class WatershedGraph:
|
|
|
56983
56983
|
class BdInfo:
|
|
56984
56984
|
"""
|
|
56985
56985
|
Generated from: MR::WatershedGraph::BdInfo
|
|
56986
|
-
Aliases: std_vector_WatershedGraph_BdInfo_const_reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.const_reference,
|
|
56986
|
+
Aliases: std_vector_WatershedGraph_BdInfo_reference, std_vector_WatershedGraph_BdInfo_const_reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.const_reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.value_type, std_vector_WatershedGraph_BdInfo_value_type
|
|
56987
56987
|
|
|
56988
56988
|
associated with each edge in graph
|
|
56989
56989
|
"""
|
|
@@ -59630,7 +59630,7 @@ class phmap_flat_hash_map_Id_EdgeTag_Id_EdgeTag:
|
|
|
59630
59630
|
...
|
|
59631
59631
|
class phmap_flat_hash_map_Id_FaceTag_Id_FaceTag:
|
|
59632
59632
|
"""
|
|
59633
|
-
Aliases:
|
|
59633
|
+
Aliases: phmap_flat_hash_map_FaceId_FaceId, FaceHashMap
|
|
59634
59634
|
"""
|
|
59635
59635
|
def __bool__(self) -> bool:
|
|
59636
59636
|
"""
|
|
@@ -60172,7 +60172,7 @@ class phmap_flat_hash_map_Id_VertTag_FlowAggregator_Flows:
|
|
|
60172
60172
|
...
|
|
60173
60173
|
class phmap_flat_hash_map_Id_VertTag_Id_VertTag:
|
|
60174
60174
|
"""
|
|
60175
|
-
Aliases:
|
|
60175
|
+
Aliases: VertHashMap, phmap_flat_hash_map_VertId_VertId
|
|
60176
60176
|
"""
|
|
60177
60177
|
def __bool__(self) -> bool:
|
|
60178
60178
|
"""
|
|
@@ -60489,7 +60489,7 @@ class std_array_BooleanResultMapper_Maps_2:
|
|
|
60489
60489
|
...
|
|
60490
60490
|
class std_array_Id_VertTag_3:
|
|
60491
60491
|
"""
|
|
60492
|
-
Aliases:
|
|
60492
|
+
Aliases: Vector_std_array_VertId_3_FaceId_reference, Vector_std_array_VertId_3_FaceId_value_type, ThreeVertIds, std_array_VertId_3, Vector_std_array_VertId_3_FaceId_const_reference, SeparationPointSet
|
|
60493
60493
|
"""
|
|
60494
60494
|
def __getitem__(self, arg0: int) -> VertId:
|
|
60495
60495
|
...
|
|
@@ -60619,7 +60619,7 @@ class std_array_Vector3_double_3:
|
|
|
60619
60619
|
...
|
|
60620
60620
|
class std_array_Vector3_float_3:
|
|
60621
60621
|
"""
|
|
60622
|
-
Aliases:
|
|
60622
|
+
Aliases: Vector_std_array_Vector3f_3_FaceId.reference, TriangleCornerNormals, Vector_std_array_Vector3f_3_FaceId.const_reference, ThreePoints, Triangle3f, std_array_Vector3f_3, Vector_std_array_Vector3f_3_FaceId.value_type
|
|
60623
60623
|
"""
|
|
60624
60624
|
def __getitem__(self, arg0: int) -> Vector3f:
|
|
60625
60625
|
...
|
|
@@ -62258,7 +62258,7 @@ class std_vector_DistanceMap:
|
|
|
62258
62258
|
...
|
|
62259
62259
|
class std_vector_EdgePoint:
|
|
62260
62260
|
"""
|
|
62261
|
-
Aliases:
|
|
62261
|
+
Aliases: SurfacePath, Vector_std_vector_EdgePoint_VertId.value_type, Vector_std_vector_EdgePoint_VertId.reference, std_vector_std_vector_EdgePoint_value_type, std_vector_MeshEdgePoint, PlaneSection, IsoLine, Vector_std_vector_EdgePoint_VertId.const_reference, SurfacePath, std_vector_std_vector_EdgePoint_const_reference, std_vector_std_vector_EdgePoint_reference, IsoLine, SurfacePath, PlaneSection, std_vector_MeshEdgePoint
|
|
62262
62262
|
"""
|
|
62263
62263
|
__hash__: typing.ClassVar[None] = None
|
|
62264
62264
|
def __bool__(self) -> bool:
|
|
@@ -64192,7 +64192,7 @@ class std_vector_Id_FaceTag:
|
|
|
64192
64192
|
...
|
|
64193
64193
|
class std_vector_Id_GraphEdgeTag:
|
|
64194
64194
|
"""
|
|
64195
|
-
Aliases: std_vector_GraphEdgeId, Vector_std_vector_GraphEdgeId_GraphVertId.const_reference, Vector_std_vector_GraphEdgeId_GraphVertId.reference,
|
|
64195
|
+
Aliases: Vector_std_vector_GraphEdgeId_GraphVertId.value_type, std_vector_GraphEdgeId, Vector_std_vector_GraphEdgeId_GraphVertId.const_reference, Vector_std_vector_GraphEdgeId_GraphVertId.reference, Graph.Neighbours
|
|
64196
64196
|
"""
|
|
64197
64197
|
__hash__: typing.ClassVar[None] = None
|
|
64198
64198
|
def __bool__(self) -> bool:
|
|
@@ -66852,7 +66852,7 @@ class std_vector_ModelPointsData:
|
|
|
66852
66852
|
...
|
|
66853
66853
|
class std_vector_ObjVertId:
|
|
66854
66854
|
"""
|
|
66855
|
-
Aliases: MultiObjsSamples, Vector_std_vector_ObjVertId_Id_ICPElemtTag.
|
|
66855
|
+
Aliases: MultiObjsSamples, Vector_std_vector_ObjVertId_Id_ICPElemtTag.const_reference, Vector_std_vector_ObjVertId_Id_ICPElemtTag.value_type, std_vector_std_vector_ObjVertId_value_type, Vector_std_vector_ObjVertId_Id_ICPElemtTag.reference, std_vector_std_vector_ObjVertId_reference, std_vector_std_vector_ObjVertId_const_reference
|
|
66856
66856
|
"""
|
|
66857
66857
|
__hash__: typing.ClassVar[None] = None
|
|
66858
66858
|
def __bool__(self) -> bool:
|
|
@@ -69721,7 +69721,7 @@ class std_vector_Vector3_double:
|
|
|
69721
69721
|
...
|
|
69722
69722
|
class std_vector_Vector3_float:
|
|
69723
69723
|
"""
|
|
69724
|
-
Aliases:
|
|
69724
|
+
Aliases: Contour3f, std_vector_Vector3f
|
|
69725
69725
|
"""
|
|
69726
69726
|
__hash__: typing.ClassVar[None] = None
|
|
69727
69727
|
def __bool__(self) -> bool:
|
|
@@ -73772,7 +73772,7 @@ class std_vector_std_shared_ptr_VisualObject:
|
|
|
73772
73772
|
...
|
|
73773
73773
|
class std_vector_std_string:
|
|
73774
73774
|
"""
|
|
73775
|
-
Aliases:
|
|
73775
|
+
Aliases: std_shared_ptr_GcodeSource, GcodeSource, GcodeSource
|
|
73776
73776
|
"""
|
|
73777
73777
|
__hash__: typing.ClassVar[None] = None
|
|
73778
73778
|
def __bool__(self) -> bool:
|
|
@@ -73988,7 +73988,7 @@ class std_vector_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegmen
|
|
|
73988
73988
|
...
|
|
73989
73989
|
class std_vector_std_vector_EdgePoint:
|
|
73990
73990
|
"""
|
|
73991
|
-
Aliases: std_vector_SurfacePath, std_vector_SurfacePath, PlaneSections, SurfacePaths, PlaneSections,
|
|
73991
|
+
Aliases: IsoLines, std_vector_SurfacePath, std_vector_SurfacePath, PlaneSections, SurfacePaths, PlaneSections, SurfacePaths
|
|
73992
73992
|
"""
|
|
73993
73993
|
__hash__: typing.ClassVar[None] = None
|
|
73994
73994
|
def __bool__(self) -> bool:
|
|
@@ -74094,7 +74094,7 @@ class std_vector_std_vector_EdgePoint:
|
|
|
74094
74094
|
...
|
|
74095
74095
|
class std_vector_std_vector_Id_EdgeTag:
|
|
74096
74096
|
"""
|
|
74097
|
-
Aliases:
|
|
74097
|
+
Aliases: std_vector_EdgePath, std_vector_EdgePath, std_vector_EdgeLoop, std_vector_EdgeLoop, std_vector_EdgeLoop, std_vector_EdgeLoop, std_vector_EdgePath, EdgeLoops
|
|
74098
74098
|
"""
|
|
74099
74099
|
__hash__: typing.ClassVar[None] = None
|
|
74100
74100
|
def __bool__(self) -> bool:
|
|
@@ -74515,7 +74515,7 @@ class std_vector_std_vector_ObjVertId:
|
|
|
74515
74515
|
...
|
|
74516
74516
|
class std_vector_std_vector_OffsetContoursOrigins:
|
|
74517
74517
|
"""
|
|
74518
|
-
Aliases:
|
|
74518
|
+
Aliases: std_vector_OffsetContoursVertMap, OffsetContoursVertMaps, OffsetContoursVertMaps
|
|
74519
74519
|
"""
|
|
74520
74520
|
def __bool__(self) -> bool:
|
|
74521
74521
|
"""
|
|
@@ -74604,7 +74604,7 @@ class std_vector_std_vector_OffsetContoursOrigins:
|
|
|
74604
74604
|
...
|
|
74605
74605
|
class std_vector_std_vector_PlanarTriangulation_IntersectionInfo:
|
|
74606
74606
|
"""
|
|
74607
|
-
Aliases:
|
|
74607
|
+
Aliases: PlanarTriangulation.ContoursIdMap, PlanarTriangulation.ContoursIdMap, std_vector_PlanarTriangulation_ContourIdMap
|
|
74608
74608
|
"""
|
|
74609
74609
|
def __bool__(self) -> bool:
|
|
74610
74610
|
"""
|
|
@@ -76009,13 +76009,13 @@ def asSelectivityType_VisualObject(obj: Object, type: ObjectSelectivityType) ->
|
|
|
76009
76009
|
if input object is of given type then returns another pointer on it
|
|
76010
76010
|
"""
|
|
76011
76011
|
@typing.overload
|
|
76012
|
-
def asString(s: str) -> str:
|
|
76013
|
-
...
|
|
76014
|
-
@typing.overload
|
|
76015
76012
|
def asString(m: SignDetectionMode) -> str:
|
|
76016
76013
|
"""
|
|
76017
76014
|
returns string representation of enum values
|
|
76018
76015
|
"""
|
|
76016
|
+
@typing.overload
|
|
76017
|
+
def asString(s: str) -> str:
|
|
76018
|
+
...
|
|
76019
76019
|
def asU8String(s: str) -> str:
|
|
76020
76020
|
...
|
|
76021
76021
|
def autoOrientLocalTriangulations(pointCloud: PointCloud, triangs: AllLocalTriangulations, region: VertBitSet, progress: func_bool_from_float = '{}', outRep3: Triangulation = None, outRep2: Triangulation = None) -> bool:
|
|
@@ -77372,6 +77372,15 @@ def equalizeTriAreas(mesh: Mesh, params: MeshEqualizeTriAreasParams = '{}', cb:
|
|
|
77372
77372
|
def equalizeTriAreas(topology: MeshTopology, points: VertCoords, params: MeshEqualizeTriAreasParams = '{}', cb: func_bool_from_float = '{}') -> bool:
|
|
77373
77373
|
...
|
|
77374
77374
|
@typing.overload
|
|
77375
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77376
|
+
...
|
|
77377
|
+
@typing.overload
|
|
77378
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77379
|
+
...
|
|
77380
|
+
@typing.overload
|
|
77381
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77382
|
+
...
|
|
77383
|
+
@typing.overload
|
|
77375
77384
|
def erodeRegion(pointCloud: PointCloud, region: VertBitSet, erosion: float, cb: func_bool_from_float = '{}', xf: AffineXf3f = None) -> bool:
|
|
77376
77385
|
"""
|
|
77377
77386
|
shrinks the region on given euclidian distance. returns false if callback also returns false
|
|
@@ -77388,15 +77397,6 @@ def erodeRegion(mesh: Mesh, region: VertBitSet, dilation: float, callback: func_
|
|
|
77388
77397
|
def erodeRegion(mesh: Mesh, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77389
77398
|
...
|
|
77390
77399
|
@typing.overload
|
|
77391
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77392
|
-
...
|
|
77393
|
-
@typing.overload
|
|
77394
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77395
|
-
...
|
|
77396
|
-
@typing.overload
|
|
77397
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77398
|
-
...
|
|
77399
|
-
@typing.overload
|
|
77400
77400
|
def erodeRegionByMetric(topology: MeshTopology, metric: func_float_from_Id_EdgeTag, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77401
77401
|
"""
|
|
77402
77402
|
shrinks the region (of faces or vertices) on given metric value. returns false if callback also returns false
|
|
@@ -77758,6 +77758,13 @@ def findDegenerateFaces(mp: MeshPart, criticalAspectRatio: float = 3.40282346638
|
|
|
77758
77758
|
finds faces having aspect ratio >= criticalAspectRatio
|
|
77759
77759
|
"""
|
|
77760
77760
|
@typing.overload
|
|
77761
|
+
def findDirMax(dir: Vector3f, m: Mesh, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77762
|
+
"""
|
|
77763
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77764
|
+
optionally uses aabb-tree inside for faster computation
|
|
77765
|
+
\\ingroup AABBTreeGroup
|
|
77766
|
+
"""
|
|
77767
|
+
@typing.overload
|
|
77761
77768
|
def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77762
77769
|
"""
|
|
77763
77770
|
finds the vertex in the mesh part having the largest projection on given direction,
|
|
@@ -77765,6 +77772,13 @@ def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes')
|
|
|
77765
77772
|
\\ingroup AABBTreeGroup
|
|
77766
77773
|
"""
|
|
77767
77774
|
@typing.overload
|
|
77775
|
+
def findDirMax(dir: Vector3f, mp: MeshVertPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77776
|
+
"""
|
|
77777
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77778
|
+
optionally uses aabb-points-tree inside for faster computation
|
|
77779
|
+
\\ingroup AABBTreeGroup
|
|
77780
|
+
"""
|
|
77781
|
+
@typing.overload
|
|
77768
77782
|
def findDirMax(dir: Vector3f, polyline: Polyline3, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77769
77783
|
"""
|
|
77770
77784
|
finds the vertex in the polyline having the largest projection on given direction,
|
|
@@ -77779,13 +77793,19 @@ def findDirMax(dir: Vector2f, polyline: Polyline2, u: UseAABBTree = 'UseAABBTree
|
|
|
77779
77793
|
\\ingroup AABBTreeGroup
|
|
77780
77794
|
"""
|
|
77781
77795
|
@typing.overload
|
|
77782
|
-
def findDirMax(dir: Vector3f, cloud: PointCloud, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77796
|
+
def findDirMax(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77783
77797
|
"""
|
|
77784
77798
|
finds the point in the cloud having the largest projection on given direction,
|
|
77785
77799
|
optionally uses aabb-tree inside for faster computation
|
|
77786
77800
|
\\ingroup AABBTreeGroup
|
|
77787
77801
|
"""
|
|
77788
77802
|
@typing.overload
|
|
77803
|
+
def findDirMax(dir: Vector3f, tree: AABBTreePoints, region: VertBitSet = None) -> VertId:
|
|
77804
|
+
"""
|
|
77805
|
+
finds the point in the tree having the largest projection on given direction
|
|
77806
|
+
\\ingroup AABBTreeGroup
|
|
77807
|
+
"""
|
|
77808
|
+
@typing.overload
|
|
77789
77809
|
def findDirMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> VertId:
|
|
77790
77810
|
"""
|
|
77791
77811
|
finds the point having the largest projection on given direction by traversing all region points
|
|
@@ -77796,7 +77816,7 @@ def findDirMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitSet
|
|
|
77796
77816
|
finds the point having the largest projection on given direction by traversing all region points
|
|
77797
77817
|
"""
|
|
77798
77818
|
@typing.overload
|
|
77799
|
-
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> VertId:
|
|
77819
|
+
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> VertId:
|
|
77800
77820
|
"""
|
|
77801
77821
|
finds the point in the cloud having the largest projection on given direction by traversing all valid points
|
|
77802
77822
|
"""
|
|
@@ -77816,6 +77836,11 @@ def findDirMaxBruteForce(dir: Vector3f, mp: MeshPart) -> VertId:
|
|
|
77816
77836
|
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) faces
|
|
77817
77837
|
"""
|
|
77818
77838
|
@typing.overload
|
|
77839
|
+
def findDirMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> VertId:
|
|
77840
|
+
"""
|
|
77841
|
+
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) vertices
|
|
77842
|
+
"""
|
|
77843
|
+
@typing.overload
|
|
77819
77844
|
def findDirMinMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77820
77845
|
"""
|
|
77821
77846
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
@@ -77826,7 +77851,7 @@ def findDirMinMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitS
|
|
|
77826
77851
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
77827
77852
|
"""
|
|
77828
77853
|
@typing.overload
|
|
77829
|
-
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> MinMaxArg_float_VertId:
|
|
77854
|
+
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77830
77855
|
"""
|
|
77831
77856
|
finds the points in the cloud having the smallest and the largest projections on given direction by traversing all valid points
|
|
77832
77857
|
"""
|
|
@@ -77845,6 +77870,11 @@ def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshPart) -> MinMaxArg_float_Vert
|
|
|
77845
77870
|
"""
|
|
77846
77871
|
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) faces
|
|
77847
77872
|
"""
|
|
77873
|
+
@typing.overload
|
|
77874
|
+
def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> MinMaxArg_float_VertId:
|
|
77875
|
+
"""
|
|
77876
|
+
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) vertices
|
|
77877
|
+
"""
|
|
77848
77878
|
def findDisorientedFaces(mesh: Mesh) -> FaceBitSet:
|
|
77849
77879
|
"""
|
|
77850
77880
|
returns all faces that are oriented inconsistently, based on number of ray intersections
|
|
@@ -77929,14 +77959,6 @@ def findLeftBoundaryInsideMesh(topology: MeshTopology, region: FaceBitSet) -> st
|
|
|
77929
77959
|
every path has region faces on the left, and valid not-region faces on the right
|
|
77930
77960
|
"""
|
|
77931
77961
|
@typing.overload
|
|
77932
|
-
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77933
|
-
"""
|
|
77934
|
-
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77935
|
-
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77936
|
-
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77937
|
-
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77938
|
-
"""
|
|
77939
|
-
@typing.overload
|
|
77940
77962
|
def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77941
77963
|
"""
|
|
77942
77964
|
\\brief returns the squared Hausdorff distance between two meshes, that is
|
|
@@ -77945,9 +77967,10 @@ def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, max
|
|
|
77945
77967
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77946
77968
|
"""
|
|
77947
77969
|
@typing.overload
|
|
77948
|
-
def
|
|
77970
|
+
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77949
77971
|
"""
|
|
77950
|
-
\\brief returns the
|
|
77972
|
+
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77973
|
+
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77951
77974
|
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77952
77975
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77953
77976
|
"""
|
|
@@ -77959,6 +77982,13 @@ def findMaxDistanceSqOneWay(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = Non
|
|
|
77959
77982
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77960
77983
|
"""
|
|
77961
77984
|
@typing.overload
|
|
77985
|
+
def findMaxDistanceSqOneWay(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77986
|
+
"""
|
|
77987
|
+
\\brief returns the maximum of the squared distances from each B-point to A-cloud
|
|
77988
|
+
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77989
|
+
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77990
|
+
"""
|
|
77991
|
+
@typing.overload
|
|
77962
77992
|
def findMaxVectorDim(dimX: int_output, dimY: int_output, dimZ: int_output, dir: Vector3f) -> None:
|
|
77963
77993
|
"""
|
|
77964
77994
|
\\brief finds index of maximum axis and stores it into dimZ
|
|
@@ -78256,6 +78286,13 @@ def findShortEdges(mp: MeshPart, criticalLength: float, cb: func_bool_from_float
|
|
|
78256
78286
|
finds edges having length <= criticalLength
|
|
78257
78287
|
"""
|
|
78258
78288
|
@typing.overload
|
|
78289
|
+
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78290
|
+
"""
|
|
78291
|
+
\\brief computes minimal distance between two meshes
|
|
78292
|
+
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78293
|
+
\\param upDistLimitSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning upDistLimitSq and no valid points
|
|
78294
|
+
"""
|
|
78295
|
+
@typing.overload
|
|
78259
78296
|
def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028234663852886e+38, loDistLimitSq: float = 0) -> SignedDistanceToMeshResult:
|
|
78260
78297
|
"""
|
|
78261
78298
|
\\brief computes the closest point on mesh (or its region) to given point,
|
|
@@ -78264,13 +78301,6 @@ def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028
|
|
|
78264
78301
|
\\param loDistLimitSq low limit on the distance in question, if the real distance smaller then the function exits returning nullopt
|
|
78265
78302
|
"""
|
|
78266
78303
|
@typing.overload
|
|
78267
|
-
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78268
|
-
"""
|
|
78269
|
-
\\brief computes minimal distance between two meshes
|
|
78270
|
-
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78271
|
-
\\param upDistLimitSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning upDistLimitSq and no valid points
|
|
78272
|
-
"""
|
|
78273
|
-
@typing.overload
|
|
78274
78304
|
def findSignedDistances(refMesh: Mesh, testPoints: VertCoords, validTestPoints: VertBitSet = '{}', params: MeshProjectionParameters = '{}', projector: IPointsToMeshProjector = '{}') -> VertScalars:
|
|
78275
78305
|
"""
|
|
78276
78306
|
Computes signed distances from given test points to the closest point on the reference mesh:
|
|
@@ -79841,6 +79871,9 @@ def marchingCubes(volume: FunctionVolume, params: MarchingCubesParams = '{}') ->
|
|
|
79841
79871
|
makes Mesh from FunctionVolume with given settings using Marching Cubes algorithm
|
|
79842
79872
|
"""
|
|
79843
79873
|
@typing.overload
|
|
79874
|
+
def marchingCubesAsTriMesh(volume: FunctionVolume, params: MarchingCubesParams = '{}') -> TriMesh:
|
|
79875
|
+
...
|
|
79876
|
+
@typing.overload
|
|
79844
79877
|
def marchingCubesAsTriMesh(volume: SimpleVolume, params: MarchingCubesParams = '{}') -> TriMesh:
|
|
79845
79878
|
...
|
|
79846
79879
|
@typing.overload
|
|
@@ -79849,9 +79882,6 @@ def marchingCubesAsTriMesh(volume: SimpleVolumeMinMax, params: MarchingCubesPara
|
|
|
79849
79882
|
@typing.overload
|
|
79850
79883
|
def marchingCubesAsTriMesh(volume: VdbVolume, params: MarchingCubesParams = '{}') -> TriMesh:
|
|
79851
79884
|
...
|
|
79852
|
-
@typing.overload
|
|
79853
|
-
def marchingCubesAsTriMesh(volume: FunctionVolume, params: MarchingCubesParams = '{}') -> TriMesh:
|
|
79854
|
-
...
|
|
79855
79885
|
def markedContour(in_: std_vector_Vector3_float) -> MarkedContour3f:
|
|
79856
79886
|
"""
|
|
79857
79887
|
\\return marked contour with all points from (in) marked
|
|
@@ -79997,7 +80027,7 @@ def mixed(a: Vector3i, b: Vector3i, c: Vector3i) -> int:
|
|
|
79997
80027
|
mixed product
|
|
79998
80028
|
"""
|
|
79999
80029
|
@typing.overload
|
|
80000
|
-
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume:
|
|
80030
|
+
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume: SimpleVolumeMinMax, volumeXf: AffineXf3f, settings: MoveMeshToVoxelMaxDerivSettings, callback: func_bool_from_float = '{}') -> VertBitSet:
|
|
80001
80031
|
"""
|
|
80002
80032
|
Moves each vertex along its normal to the minimize (with sign, i.e. maximize the absolute value with negative sign) the derivative
|
|
80003
80033
|
of voxels.
|
|
@@ -80005,7 +80035,7 @@ def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume: VdbVolume, v
|
|
|
80005
80035
|
@return Vertices that were moved by the algorithm
|
|
80006
80036
|
"""
|
|
80007
80037
|
@typing.overload
|
|
80008
|
-
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume:
|
|
80038
|
+
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume: FunctionVolume, volumeXf: AffineXf3f, settings: MoveMeshToVoxelMaxDerivSettings, callback: func_bool_from_float = '{}') -> VertBitSet:
|
|
80009
80039
|
"""
|
|
80010
80040
|
Moves each vertex along its normal to the minimize (with sign, i.e. maximize the absolute value with negative sign) the derivative
|
|
80011
80041
|
of voxels.
|
|
@@ -80013,7 +80043,7 @@ def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume: SimpleVolume
|
|
|
80013
80043
|
@return Vertices that were moved by the algorithm
|
|
80014
80044
|
"""
|
|
80015
80045
|
@typing.overload
|
|
80016
|
-
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume:
|
|
80046
|
+
def moveMeshToVoxelMaxDeriv(mesh: Mesh, meshXf: AffineXf3f, volume: VdbVolume, volumeXf: AffineXf3f, settings: MoveMeshToVoxelMaxDerivSettings, callback: func_bool_from_float = '{}') -> VertBitSet:
|
|
80017
80047
|
"""
|
|
80018
80048
|
Moves each vertex along its normal to the minimize (with sign, i.e. maximize the absolute value with negative sign) the derivative
|
|
80019
80049
|
of voxels.
|
|
@@ -80156,10 +80186,10 @@ def operator(a: VertDistance, b: VertDistance) -> bool:
|
|
|
80156
80186
|
smaller distance to be the first
|
|
80157
80187
|
"""
|
|
80158
80188
|
@typing.overload
|
|
80159
|
-
def opposite(e:
|
|
80189
|
+
def opposite(e: OutEdge2) -> OutEdge2:
|
|
80160
80190
|
...
|
|
80161
80191
|
@typing.overload
|
|
80162
|
-
def opposite(e:
|
|
80192
|
+
def opposite(e: OutEdge) -> OutEdge:
|
|
80163
80193
|
...
|
|
80164
80194
|
def orderIntersectionContours(topologyA: MeshTopology, topologyB: MeshTopology, intersections: PreciseCollisionResult) -> std_vector_std_vector_VariableEdgeTri:
|
|
80165
80195
|
"""
|
meshlib/mrviewerpy.pyd
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
Version: 1.10.0
|
|
2
|
-
Arguments: ['D:\\a\\MeshLib\\MeshLib\\venv\\Lib\\site-packages\\delvewheel\\__main__.py', 'repair', '--no-dll', 'msvcp140.dll;vcruntime140_1.dll;vcruntime140.dll', '--add-path', 'D:\\a\\MeshLib\\MeshLib\\source\\x64\\Release', '--analyze-existing', 'D:\\a\\MeshLib\\MeshLib\\scripts\\wheel\\meshlib\\dist\\meshlib-3.0.5.
|
|
2
|
+
Arguments: ['D:\\a\\MeshLib\\MeshLib\\venv\\Lib\\site-packages\\delvewheel\\__main__.py', 'repair', '--no-dll', 'msvcp140.dll;vcruntime140_1.dll;vcruntime140.dll', '--add-path', 'D:\\a\\MeshLib\\MeshLib\\source\\x64\\Release', '--analyze-existing', 'D:\\a\\MeshLib\\MeshLib\\scripts\\wheel\\meshlib\\dist\\meshlib-3.0.5.215-py38.py39.py310.py311.py312.py313-none-win_amd64.whl']
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
meshlib/fa-solid-900.ttf,sha256=r2OXUD_O-9YTl2whrVweNymMGLvgfQltsDzNOvbgW6g,202744
|
|
2
|
-
meshlib/mrcudapy.pyd,sha256=
|
|
2
|
+
meshlib/mrcudapy.pyd,sha256=s2ZamC7vFJiq-jtMyW1jsFxwl0FpAz8P0EIM9Z63GUM,726528
|
|
3
3
|
meshlib/mrcudapy.pyi,sha256=iVtxNMdaEl-eFC48S61DkmIstBrxY0PSXIT7ywv1x0U,13310
|
|
4
4
|
meshlib/MRDarkTheme.json,sha256=oXVhvTo-8JRrmX1ME-UB7MZB5tnr5wbZXj0rZu4rl_o,7052
|
|
5
5
|
meshlib/MRLightTheme.json,sha256=e1JL4XFFZZd9K7u4N5OhbkHSbDhDVRjHWMvtGnwuThA,7110
|
|
6
|
-
meshlib/mrmeshnumpy.pyd,sha256=
|
|
6
|
+
meshlib/mrmeshnumpy.pyd,sha256=jF47zNNVIHTLo4AHNwgnjBSLBkbscH4qfqyIwM3IAx0,160768
|
|
7
7
|
meshlib/mrmeshnumpy.pyi,sha256=0vvhsZwMRNlTRoE780552PxQvMigyG2T6fnGrrfMBQ8,4355
|
|
8
|
-
meshlib/mrmeshpy.pyd,sha256=
|
|
9
|
-
meshlib/mrmeshpy.pyi,sha256=
|
|
10
|
-
meshlib/mrviewerpy.pyd,sha256=
|
|
8
|
+
meshlib/mrmeshpy.pyd,sha256=O8sl1arw9fZIxNl0qn1L4X_9jp92it3cK8ZxDnak7zM,45413376
|
|
9
|
+
meshlib/mrmeshpy.pyi,sha256=DebilkY1Z0tk2Zai3_se4Pg0KicwfZKCY_1U--HuEYA,2925822
|
|
10
|
+
meshlib/mrviewerpy.pyd,sha256=SnqvxJpBQZlsTZLizt0vf2-Z1no_Cn7Mp552vYI99xM,426496
|
|
11
11
|
meshlib/mrviewerpy.pyi,sha256=qjoTb0T9HGxBt0f_vrXX7QI91nbVkLMmqnj7ltxZE6M,19977
|
|
12
12
|
meshlib/NotoSansSC-Regular.otf,sha256=ork-bC2wXWu79vJ9QT7HMmlzW3tnkBnIpaqWcP8P-_I,8482020
|
|
13
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.10.dll,sha256=
|
|
14
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.11.dll,sha256=
|
|
15
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.12.dll,sha256=
|
|
16
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.13.dll,sha256=
|
|
17
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.8.dll,sha256=
|
|
18
|
-
meshlib/pybind11nonlimitedapi_meshlib_3.9.dll,sha256=
|
|
19
|
-
meshlib/__init__.py,sha256=
|
|
13
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.10.dll,sha256=1sF4IMTHkdblRJK2yx_d0-9GcvvufakCS-O_GrKb9PA,157184
|
|
14
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.11.dll,sha256=MWFvd1CcVPBg4JbMfVbeJzpvxePju2Zg5nJmBPKgTH0,159744
|
|
15
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.12.dll,sha256=Pi6rlrP2T2yBeDY34P9HQUdePL2U1TNdI0_rOAWUCGA,160256
|
|
16
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.13.dll,sha256=7x8c6Zfap36pYzy7MrVC_HFiVTibyrMfz-t9US-jAXQ,160256
|
|
17
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.8.dll,sha256=WIMu12ciff7QDRtRbJSkP-K1FSISQZs12mhqfYBQURc,156672
|
|
18
|
+
meshlib/pybind11nonlimitedapi_meshlib_3.9.dll,sha256=t9hXbMuuXC6VoFSf_3NvHO663YcPKjh2EruwiZw5DjU,157696
|
|
19
|
+
meshlib/__init__.py,sha256=L2fhJTGRtlTcavO5GftYE5NQ5P_FTyQkF4jvBGL3LSw,2298
|
|
20
20
|
meshlib/resource/independent_icons/X1/Plane Import.png,sha256=yAMrbUupabC2zd41frnzLLoBozj7LEDbn1akfI67Czc,726
|
|
21
21
|
meshlib/resource/independent_icons/X1/Plane XY.png,sha256=SiP-3jQaTm7qF9MMedNRvKB58Y3ALtDNU4Dp8TwshN4,718
|
|
22
22
|
meshlib/resource/independent_icons/X1/Plane XZ.png,sha256=N6CvKc5m-58f6mULFZLo1ahqJ92c5hZEGfm-QmalBC4,629
|
|
@@ -66,13 +66,13 @@ meshlib/resource/object_icons/X3/SphereObject.png,sha256=eEi3PmyVvWwwtqENOHMIKJ-
|
|
|
66
66
|
meshlib/resource/textures/controller_cube_default.png,sha256=nacIg4eoJwXfkJ4CPdVAtRrwKyTEQvPQpvM6MR4qNds,8590
|
|
67
67
|
meshlib/resource/textures/controller_cube_edges.png,sha256=eDlrOxLpfGVvLTrZjqj6meoY4NtVfSaVo_zjKK-VFv0,10524
|
|
68
68
|
meshlib/resource/textures/controller_cube_sides.png,sha256=h1QNB_KoEjMJEh3kq18EL2FoKD778PHH4kc6H66NiZQ,34610
|
|
69
|
-
meshlib-3.0.5.
|
|
70
|
-
meshlib-3.0.5.
|
|
71
|
-
meshlib-3.0.5.
|
|
72
|
-
meshlib-3.0.5.
|
|
73
|
-
meshlib-3.0.5.
|
|
74
|
-
meshlib-3.0.5.
|
|
75
|
-
meshlib.libs/.load-order-meshlib-3.0.5.
|
|
69
|
+
meshlib-3.0.5.215.dist-info/DELVEWHEEL,sha256=O6aavXoXAX88366XZowu_NYMUCGZOIB3zx8aca6-8Ks,395
|
|
70
|
+
meshlib-3.0.5.215.dist-info/METADATA,sha256=qNRTd0sWTIeMf4AMYolD8-hbCG24dKr3QrPl3N18QPo,17597
|
|
71
|
+
meshlib-3.0.5.215.dist-info/RECORD,,
|
|
72
|
+
meshlib-3.0.5.215.dist-info/top_level.txt,sha256=qxFkGYDQ1Pc6TMlvS0PU9oUjvaFMs97gWbPYzzJxqiM,8
|
|
73
|
+
meshlib-3.0.5.215.dist-info/WHEEL,sha256=gdwGKm8nASYZoRC5Ngezir4luDxuldTJXfjd3H4fPnU,227
|
|
74
|
+
meshlib-3.0.5.215.dist-info/licenses/LICENSE,sha256=G6WFHBIt_9QlaW1fo1h4w4cVdUhaK5UUNYYkddJuFe8,7813
|
|
75
|
+
meshlib.libs/.load-order-meshlib-3.0.5.215,sha256=gClC3iliYIyE321r3ZTgPPnsa_xCG8Gn0CDCiN7I8VM,3305
|
|
76
76
|
meshlib.libs/blosc-59fbc48aedb2e4ae4377134074d07925.dll,sha256=epG1eP6JhX1XHSTy1PmiJFWUWT8jFE5NR5ZphderCRc,69632
|
|
77
77
|
meshlib.libs/brotlicommon-a06d0ae588b80024c0e716048d401d34.dll,sha256=VjBc1HmwdCYMb5zZIIvbyakl2w7dhGsrXxuiV-gukWk,137216
|
|
78
78
|
meshlib.libs/brotlidec-742b622cfb5f577f6eaff3e22395b66b.dll,sha256=25fAmGaT_fO-EFyfE_4Jt84jkoRoEHdtQ2zC4LMmlcw,50688
|
|
@@ -94,26 +94,26 @@ meshlib.libs/gmock-46e50c06f11c2bec150678e3b287e960.dll,sha256=bJ6VtYBP1tX5mxS1k
|
|
|
94
94
|
meshlib.libs/hidapi-efd685dacdf0958da6ea5a30b84a9b78.dll,sha256=4_dQASi9TFwx6RKv_njgH5oi2XtDzAViBugq2WIbAB0,39424
|
|
95
95
|
meshlib.libs/hpdf-21975496854d5fe63d9968894d05b1c1.dll,sha256=QUS2nCUsRV8rRGsKjX_200hBuEshyeiXkxRn8vLA3hs,733184
|
|
96
96
|
meshlib.libs/Imath-3_1-8a7113190ab90d7c0bb31212311e624c.dll,sha256=zu-RQNTNLYWPQCnRP1DVEP8cc1dx7Q3wxwbLVH8gLhc,335360
|
|
97
|
-
meshlib.libs/imgui-
|
|
97
|
+
meshlib.libs/imgui-d44dc8b29873d87e302ae096d5d3efc8.dll,sha256=C7RkwYR0d9hL5I_bMmAscI40tTbjhDUBrJsllrME4Nk,851456
|
|
98
98
|
meshlib.libs/jpeg62-b02c66041117db3d76a658a1dedbbb07.dll,sha256=wZGOzcRqNw2xeMf0SQ2KpdVbyp6qY4zeb4ap2XXJMO4,673792
|
|
99
99
|
meshlib.libs/jsoncpp-c1581099ad410e20f6758f0b0aea897e.dll,sha256=mkj2lbHKIalLSEBPb9JyjNB39vd6hTT0weETglW2pIU,201216
|
|
100
|
-
meshlib.libs/laz-perf-
|
|
100
|
+
meshlib.libs/laz-perf-7a04240b635d510e8cf49d1399e993ed.dll,sha256=YGvf1ykBKV1sXPiod_XwH7U6EpD-EXsmcZxP1NaOu3Y,211968
|
|
101
101
|
meshlib.libs/libcurl-89d01240bdaebb4b10cc5bd6badcf849.dll,sha256=tNrhNZlMtxjXARcEf2gQ2oMpsPVxbqxe6Q8hplEV7uY,584192
|
|
102
102
|
meshlib.libs/libexpat-dc38991e7843929d026f80faf1c34944.dll,sha256=JbNaEkvyskZFVRZvUhtep_HfBfKxG2EMVuqBH_FtaP8,153600
|
|
103
103
|
meshlib.libs/liblzma-8a6d9f7eb2746506a9428f5d4dfbb75e.dll,sha256=0KuOCWqnAYtehqJRrB9IHV6FFrEyJFqwc_WgyzVaApc,186368
|
|
104
104
|
meshlib.libs/libpng16-0a246bc17fa46a702ecb3920caec7672.dll,sha256=UV74ZXenSQTUvszgZe1zIOu-u1_Wtl_cESBC_WB1xjY,197120
|
|
105
105
|
meshlib.libs/lz4-025d043f2737613ec2698e7e71ad1308.dll,sha256=9lpdlm6fuq1tELpl62Q1dVIyQdYZNAyoGToPMNjxi9E,127488
|
|
106
|
-
meshlib.libs/MRCuda-
|
|
107
|
-
meshlib.libs/MRIOExtras-
|
|
108
|
-
meshlib.libs/MRMesh-
|
|
109
|
-
meshlib.libs/MRPython-
|
|
110
|
-
meshlib.libs/MRSymbolMesh-
|
|
111
|
-
meshlib.libs/MRViewer-
|
|
112
|
-
meshlib.libs/MRVoxels-
|
|
113
|
-
meshlib.libs/OpenCTM-
|
|
106
|
+
meshlib.libs/MRCuda-5870fde804a59012b23b61b720046f07.dll,sha256=oAlJ4UVjYaDkYN-nQW2YJsxa23sl9e1JmCLgwWzS1FI,504832
|
|
107
|
+
meshlib.libs/MRIOExtras-3486aa3320aa22cd6bb2426b019f6747.dll,sha256=ZrAxqhiMd1M4MPchT9qiCLKAJO5lRRZkP9H2n6cksX4,1147392
|
|
108
|
+
meshlib.libs/MRMesh-37e86341255d28879ae2f49962794db5.dll,sha256=ikPOOZOig24V2QWNdi5sKmSCW7yWpwOaaZq8kVumvaU,7205888
|
|
109
|
+
meshlib.libs/MRPython-9d9368cbd353e750d95305ad57d5aa63.dll,sha256=Z-YZKPEYYM-gwVtf7laJBAoqtarS8u_uXvHXlcNnS1A,86528
|
|
110
|
+
meshlib.libs/MRSymbolMesh-24268563cd3795a381e639a659a609aa.dll,sha256=AdCLnzHEdGuVlyWqNpm1OvQptOjll5gS4X4IMP-uePA,119296
|
|
111
|
+
meshlib.libs/MRViewer-459035df50ac5647c15ecad1e3766181.dll,sha256=KjA68rWypcMRiBRNsxFzezeKDTF0OmoENRu-NjzVwPw,3877376
|
|
112
|
+
meshlib.libs/MRVoxels-bf244b206f958da59721a14ccc2dcea6.dll,sha256=7O4skKpsghkHllmG-OlAYKaL8gJuhA5K6ZVN02WN-40,4134912
|
|
113
|
+
meshlib.libs/OpenCTM-3d5485673c5d88f2d60a2b47050ea3d7.dll,sha256=VHLW_IUEb02ESwxWIf86k2z1Jx5TqUxPEUJHxy86LRU,70656
|
|
114
114
|
meshlib.libs/openjp2-324d278c1f5f8f49e22d8b07006e9bd2.dll,sha256=UkUoC-V-Z-9UeC1tZuclBkvTf4rXpmxtkhRn-Vf-qVA,353280
|
|
115
115
|
meshlib.libs/openvdb-c580355f9ff8a93160191a0343003e30.dll,sha256=wcgXQnMlfkM4RQ1ZpwYcy0D-xZAaqEc45FyZrccjnhU,3094528
|
|
116
|
-
meshlib.libs/pybind11nonlimitedapi_stubs-
|
|
116
|
+
meshlib.libs/pybind11nonlimitedapi_stubs-379b059a653cea3782b1f01641623a9f.dll,sha256=QulCuKEKOtqimv1Z74ZRsovqdcFPvuZVqZmoXrTBg7g,57856
|
|
117
117
|
meshlib.libs/spdlog-0474177d2551da8342587d79eec4109d.dll,sha256=0tL3laDedDOnR72OcV6Y3U03TxqiffNpsI8GqNGMqSk,271872
|
|
118
118
|
meshlib.libs/tbb12-adb3c34c3e55e9d55efa333000fe083b.dll,sha256=3vuaqdOjWHDX28tOd-7Js3dJ1aKcS45PMbvqJMvKiEs,329728
|
|
119
119
|
meshlib.libs/tiff-1aa6f410fb2b86099bfa11e51ab30999.dll,sha256=Jpk6dKf_Mz6UUWQBpqEvmU70QBy6s5-FeL3XCOgp2YU,466432
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
|
|
2
|
-
MRMesh-
|
|
3
|
-
gdcmDSED-00f67ef6b89c60f6cde8bfc64725df9a.dll
|
|
4
|
-
TKXSBase-12e44c3b46b3abbdfd153e5d7f8b5db1.dll
|
|
5
|
-
TKMesh-d130a3cebe99254d14b4ca373b62c5e3.dll
|
|
6
|
-
MRViewer-a71f450f333f7a10822df7bc010bcbfe.dll
|
|
7
|
-
gdcmjpeg8-2b572aa9a689d0a156b2e79bbe625826.dll
|
|
8
|
-
brotlicommon-a06d0ae588b80024c0e716048d401d34.dll
|
|
9
|
-
lz4-025d043f2737613ec2698e7e71ad1308.dll
|
|
10
|
-
freetype-d2b678322332bbad0eb702c107d6d380.dll
|
|
11
|
-
TKXCAF-fa1c3b291486886bff5633fc40f802c4.dll
|
|
12
|
-
Imath-3_1-8a7113190ab90d7c0bb31212311e624c.dll
|
|
13
|
-
gdcmcharls-6a53192d622f83ba245d391373bf4710.dll
|
|
14
|
-
E57Format-fbbf52a31edb84ecf89cb1284063600d.dll
|
|
15
|
-
liblzma-8a6d9f7eb2746506a9428f5d4dfbb75e.dll
|
|
1
|
+
TKPrim-312fb9dc7280b766d586655fb667ebd6.dll
|
|
2
|
+
MRMesh-37e86341255d28879ae2f49962794db5.dll
|
|
16
3
|
TKG3d-f87b429c0ba9a7d6352ba17162b415a9.dll
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
MRIOExtras-897c1e9954c4f8efb2cb81fadee823c9.dll
|
|
22
|
-
xerces-c_3_2-fb974cfffd454ab12197dad9d1b8b217.dll
|
|
4
|
+
liblzma-8a6d9f7eb2746506a9428f5d4dfbb75e.dll
|
|
5
|
+
TKHLR-c1b25c34e506a62d229d512d57fa7ebe.dll
|
|
6
|
+
laz-perf-7a04240b635d510e8cf49d1399e993ed.dll
|
|
7
|
+
blosc-59fbc48aedb2e4ae4377134074d07925.dll
|
|
23
8
|
gdcmjpeg12-8a5776a46893ea576a521630a21ba2dc.dll
|
|
24
|
-
|
|
25
|
-
|
|
9
|
+
MRViewer-459035df50ac5647c15ecad1e3766181.dll
|
|
10
|
+
imgui-d44dc8b29873d87e302ae096d5d3efc8.dll
|
|
11
|
+
turbojpeg-8a09cfd83356edb34f9be097b5410025.dll
|
|
12
|
+
MRIOExtras-3486aa3320aa22cd6bb2426b019f6747.dll
|
|
13
|
+
openjp2-324d278c1f5f8f49e22d8b07006e9bd2.dll
|
|
14
|
+
TKShHealing-1f13c229a353a5d6300ccf8e1d719b04.dll
|
|
15
|
+
TKBRep-cb5d6032b374686c91c53140a5294fb4.dll
|
|
16
|
+
gdcmjpeg16-20ca0453506bc41d174f35b2aca6a8ac.dll
|
|
17
|
+
hidapi-efd685dacdf0958da6ea5a30b84a9b78.dll
|
|
18
|
+
jsoncpp-c1581099ad410e20f6758f0b0aea897e.dll
|
|
26
19
|
TKernel-16513829d77c3d92332b77637889266f.dll
|
|
27
|
-
zlib1-c962058ad6dd91a6291b019cbd0c0142.dll
|
|
28
|
-
glfw3-6105a01d6c812dbddf83cfb0540b2318.dll
|
|
29
|
-
spdlog-0474177d2551da8342587d79eec4109d.dll
|
|
30
20
|
TKG2d-7a554f1a03194252b00e3cecd5c326be.dll
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
21
|
+
zstd-1a9581690f0e08ecb857becec43fa311.dll
|
|
22
|
+
TKCDF-f3cb2dd98cb0812e2080859762f6e9a1.dll
|
|
23
|
+
TKV3d-13a1e2e67d688db9d1ede28cb12254c5.dll
|
|
24
|
+
tiff-1aa6f410fb2b86099bfa11e51ab30999.dll
|
|
25
|
+
pybind11nonlimitedapi_stubs-379b059a653cea3782b1f01641623a9f.dll
|
|
26
|
+
TKDE-d4ed2809e6d6aa63d46d0a08fca75951.dll
|
|
27
|
+
bz2-0feb3ab565a048bec930b8e1edec1f7a.dll
|
|
34
28
|
openvdb-c580355f9ff8a93160191a0343003e30.dll
|
|
29
|
+
gdcmjpeg8-2b572aa9a689d0a156b2e79bbe625826.dll
|
|
30
|
+
MRCuda-5870fde804a59012b23b61b720046f07.dll
|
|
31
|
+
zip-dc14b906a5181003b8e10ff246f3b3c3.dll
|
|
32
|
+
MRPython-9d9368cbd353e750d95305ad57d5aa63.dll
|
|
33
|
+
libcurl-89d01240bdaebb4b10cc5bd6badcf849.dll
|
|
34
|
+
gdcmCommon-b0dc0fdf0c7b4f471ee7b8bb74bfa2b2.dll
|
|
35
35
|
libpng16-0a246bc17fa46a702ecb3920caec7672.dll
|
|
36
|
+
tbb12-adb3c34c3e55e9d55efa333000fe083b.dll
|
|
37
|
+
glfw3-6105a01d6c812dbddf83cfb0540b2318.dll
|
|
38
|
+
gdcmMSFF-eafd95894d1b07c940febb1a780cf17e.dll
|
|
39
|
+
TKMesh-d130a3cebe99254d14b4ca373b62c5e3.dll
|
|
36
40
|
gdcmIOD-3df9cdbf3c49ae6a8febb2cb32180d61.dll
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
zstd-1a9581690f0e08ecb857becec43fa311.dll
|
|
44
|
-
TKService-56563e0b8513bf0da8dfeaf914e35b90.dll
|
|
45
|
-
laz-perf-f3b3fab85abce39c5a65fe5f458b25e2.dll
|
|
41
|
+
Imath-3_1-8a7113190ab90d7c0bb31212311e624c.dll
|
|
42
|
+
spdlog-0474177d2551da8342587d79eec4109d.dll
|
|
43
|
+
gdcmDICT-ee575951873c584db8906cc273f33355.dll
|
|
44
|
+
gdcmcharls-6a53192d622f83ba245d391373bf4710.dll
|
|
45
|
+
TKVCAF-6f22d02082e441e15a581dacc1fb14d9.dll
|
|
46
|
+
TKXCAF-fa1c3b291486886bff5633fc40f802c4.dll
|
|
46
47
|
libexpat-dc38991e7843929d026f80faf1c34944.dll
|
|
47
|
-
|
|
48
|
-
TKHLR-c1b25c34e506a62d229d512d57fa7ebe.dll
|
|
49
|
-
hpdf-21975496854d5fe63d9968894d05b1c1.dll
|
|
50
|
-
gdcmCommon-b0dc0fdf0c7b4f471ee7b8bb74bfa2b2.dll
|
|
51
|
-
TKShHealing-1f13c229a353a5d6300ccf8e1d719b04.dll
|
|
52
|
-
MRVoxels-dee9f41f3abc6b0308f5c7343a5cb426.dll
|
|
53
|
-
jpeg62-b02c66041117db3d76a658a1dedbbb07.dll
|
|
54
|
-
TKGeomAlgo-80a5067320242c797939aed121509d0e.dll
|
|
55
|
-
tbb12-adb3c34c3e55e9d55efa333000fe083b.dll
|
|
56
|
-
TKPrim-312fb9dc7280b766d586655fb667ebd6.dll
|
|
57
|
-
libcurl-89d01240bdaebb4b10cc5bd6badcf849.dll
|
|
48
|
+
tinyxml2-50863419beb5adcc110c08f56f07204d.dll
|
|
58
49
|
TKLCAF-1bb8f4138a1ad7b9f64f98b20b652871.dll
|
|
59
50
|
TKMath-2c79b35179359b2f2e62468351e95d5e.dll
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
51
|
+
MRSymbolMesh-24268563cd3795a381e639a659a609aa.dll
|
|
52
|
+
TKDESTEP-787bc0ff851271b86a54683ca5491ed5.dll
|
|
53
|
+
xerces-c_3_2-fb974cfffd454ab12197dad9d1b8b217.dll
|
|
54
|
+
fmt-d46f79cbd09142b01831adee0d40cb9e.dll
|
|
55
|
+
TKGeomBase-8fa70faa3d1228392fa356767bc74edc.dll
|
|
56
|
+
freetype-d2b678322332bbad0eb702c107d6d380.dll
|
|
57
|
+
TKCAF-086b8d857c7e98b410466ebf45f8d904.dll
|
|
58
|
+
lz4-025d043f2737613ec2698e7e71ad1308.dll
|
|
59
|
+
E57Format-fbbf52a31edb84ecf89cb1284063600d.dll
|
|
60
|
+
TKTopAlgo-ad648aa066de8d54b775aa9b2fd0ced4.dll
|
|
67
61
|
brotlidec-742b622cfb5f577f6eaff3e22395b66b.dll
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
62
|
+
MRVoxels-bf244b206f958da59721a14ccc2dcea6.dll
|
|
63
|
+
TKBO-c5c4affe5a8b9a4b353a291b44f69662.dll
|
|
64
|
+
gdcmDSED-00f67ef6b89c60f6cde8bfc64725df9a.dll
|
|
65
|
+
brotlicommon-a06d0ae588b80024c0e716048d401d34.dll
|
|
66
|
+
TKGeomAlgo-80a5067320242c797939aed121509d0e.dll
|
|
67
|
+
TKService-56563e0b8513bf0da8dfeaf914e35b90.dll
|
|
68
|
+
gmock-46e50c06f11c2bec150678e3b287e960.dll
|
|
69
|
+
zlib1-c962058ad6dd91a6291b019cbd0c0142.dll
|
|
70
|
+
OpenCTM-3d5485673c5d88f2d60a2b47050ea3d7.dll
|
|
71
|
+
jpeg62-b02c66041117db3d76a658a1dedbbb07.dll
|
|
72
|
+
hpdf-21975496854d5fe63d9968894d05b1c1.dll
|
|
73
|
+
TKXSBase-12e44c3b46b3abbdfd153e5d7f8b5db1.dll
|
|
index 1804417..0bde8d5 100644
|
|
|
Binary file
|
|
index 757dbac..f43083f 100644
|
|
|
Binary file
|
|
index ef7d245..9659ded 100644
|
|
|
Binary file
|
|
index 94684e5..b8ca950 100644
|
|
|
Binary file
|
|
index 4b55d77..d878d54 100644
|
|
|
Binary file
|
|
index fbfe2ce..48b67a5 100644
|
|
|
Binary file
|
|
index 99dc982..4f36902 100644
|
|
|
Binary file
|
|
index ed61137..93537dd 100644
|
|
|
Binary file
|
|
index 4c61ae5..6dab092 100644
|
|
|
Binary file
|
|
index 85d1e81..36fe6c6 100644
|
|
|
Binary file
|
|
index 59f2af6..bac8d0f 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|