meshlib 3.0.8.228__py38.py39.py310.py311.py312.py313-none-manylinux_2_28_x86_64.whl → 3.0.8.247__py38.py39.py310.py311.py312.py313-none-manylinux_2_28_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 +1 -1
- meshlib/mrcudapy.so +0 -0
- meshlib/mrmeshnumpy.so +0 -0
- meshlib/mrmeshpy.pyi +151 -48
- meshlib/mrmeshpy.so +0 -0
- meshlib/mrviewerpy.so +0 -0
- {meshlib-3.0.8.228.dist-info → meshlib-3.0.8.247.dist-info}/METADATA +1 -1
- {meshlib-3.0.8.228.dist-info → meshlib-3.0.8.247.dist-info}/RECORD +18 -18
- meshlib.libs/{libMRCuda-2bf9acc2.so → libMRCuda-43915157.so} +0 -0
- meshlib.libs/{libMRIOExtras-75594ad6.so → libMRIOExtras-46a5f3e7.so} +0 -0
- meshlib.libs/{libMRMesh-e9f2bb8f.so → libMRMesh-fd689783.so} +0 -0
- meshlib.libs/libMRPython-13e49974.so +0 -0
- meshlib.libs/libMRSymbolMesh-86e26dee.so +0 -0
- meshlib.libs/{libMRViewer-d86cca6a.so → libMRViewer-a6d54621.so} +0 -0
- meshlib.libs/libMRVoxels-023342f3.so +0 -0
- {meshlib-3.0.8.228.dist-info → meshlib-3.0.8.247.dist-info}/WHEEL +0 -0
- {meshlib-3.0.8.228.dist-info → meshlib-3.0.8.247.dist-info}/licenses/LICENSE +0 -0
- {meshlib-3.0.8.228.dist-info → meshlib-3.0.8.247.dist-info}/top_level.txt +0 -0
meshlib/mrcudapy.pyi
CHANGED
|
@@ -8,8 +8,8 @@ from meshlib.mrmeshpy import std_vector_MeshProjectionResult
|
|
|
8
8
|
from meshlib.mrmeshpy import std_vector_MeshTriPoint
|
|
9
9
|
from meshlib.mrmeshpy import std_vector_PointsProjectionResult
|
|
10
10
|
from meshlib.mrmeshpy import std_vector_SkyPatch
|
|
11
|
-
from meshlib.mrmeshpy import std_vector_Vector3_float
|
|
12
11
|
from meshlib.mrmeshpy import std_vector_Vector3_float as std_vector_Vector3f
|
|
12
|
+
from meshlib.mrmeshpy import std_vector_Vector3_float
|
|
13
13
|
from meshlib.mrmeshpy import std_vector_float
|
|
14
14
|
import typing
|
|
15
15
|
__all__: list[str] = ['ComputeToolDistance', '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']
|
meshlib/mrcudapy.so
CHANGED
|
Binary file
|
meshlib/mrmeshnumpy.so
CHANGED
|
Binary file
|
meshlib/mrmeshpy.pyi
CHANGED
|
@@ -678,7 +678,7 @@ class AABBTreePoints:
|
|
|
678
678
|
class Node:
|
|
679
679
|
"""
|
|
680
680
|
Generated from: MR::AABBTreePoints::Node
|
|
681
|
-
Aliases: Vector_AABBTreePoints_Node_NodeId.reference, Vector_AABBTreePoints_Node_NodeId.value_type, Vector_AABBTreePoints_Node_NodeId.const_reference, std_vector_AABBTreePoints_Node_const_reference,
|
|
681
|
+
Aliases: Vector_AABBTreePoints_Node_NodeId.reference, Vector_AABBTreePoints_Node_NodeId.value_type, std_vector_AABBTreePoints_Node_reference, Vector_AABBTreePoints_Node_NodeId.const_reference, std_vector_AABBTreePoints_Node_const_reference, std_vector_AABBTreePoints_Node_value_type
|
|
682
682
|
"""
|
|
683
683
|
_offsetof_box: typing.ClassVar[int] = 0
|
|
684
684
|
_offsetof_l: typing.ClassVar[int] = 24
|
|
@@ -779,6 +779,11 @@ class AABBTreePoints:
|
|
|
779
779
|
def __init__(self) -> None:
|
|
780
780
|
...
|
|
781
781
|
@typing.overload
|
|
782
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
783
|
+
"""
|
|
784
|
+
creates bitset of given size filled with given value
|
|
785
|
+
"""
|
|
786
|
+
@typing.overload
|
|
782
787
|
def __init__(self, src: BitSet) -> None:
|
|
783
788
|
"""
|
|
784
789
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -2860,7 +2865,7 @@ class BestFitParabolaf:
|
|
|
2860
2865
|
class BitSet:
|
|
2861
2866
|
"""
|
|
2862
2867
|
Generated from: MR::BitSet
|
|
2863
|
-
Aliases: TypedBitSet_VertId_base, TypedBitSet_UndirectedEdgeId_base, TypedBitSet_ObjId_base, TypedBitSet_Id_VoxelTag_base, TypedBitSet_Id_ICPElemtTag.base, TypedBitSet_GraphVertId_base, TypedBitSet_FaceId_base, TypedBitSet_Id_EdgeTag_base, TypedBitSet_NodeId_base, TypedBitSet_GraphEdgeId_base,
|
|
2868
|
+
Aliases: TypedBitSet_VertId_base, TypedBitSet_UndirectedEdgeId_base, TypedBitSet_ObjId_base, TypedBitSet_Id_VoxelTag_base, TypedBitSet_Id_ICPElemtTag.base, TypedBitSet_GraphVertId_base, TypedBitSet_FaceId_base, TypedBitSet_Id_EdgeTag_base, TypedBitSet_NodeId_base, TypedBitSet_GraphEdgeId_base, TypedBitSet_RegionId_base, TypedBitSet_PixelId_base, TypedBitSet_TextureId_base
|
|
2864
2869
|
|
|
2865
2870
|
std::vector<bool> like container (random-access, size_t - index type, bool - value type)
|
|
2866
2871
|
with all bits after size() considered off during testing
|
|
@@ -8769,7 +8774,7 @@ class ChangeXfAction(HistoryAction):
|
|
|
8769
8774
|
class Chunk:
|
|
8770
8775
|
"""
|
|
8771
8776
|
Generated from: MR::Chunk
|
|
8772
|
-
Aliases: ChunkIterator.
|
|
8777
|
+
Aliases: ChunkIterator.pointer, ChunkIterator.value_type, ChunkIterator.reference
|
|
8773
8778
|
|
|
8774
8779
|
array chunk representation
|
|
8775
8780
|
"""
|
|
@@ -9019,7 +9024,7 @@ class CmpOld:
|
|
|
9019
9024
|
class Color:
|
|
9020
9025
|
"""
|
|
9021
9026
|
Generated from: MR::Color
|
|
9022
|
-
Aliases: std_vector_Color_const_reference, Vector_Color_Id_EdgeTag_const_reference, Vector_Color_Id_EdgeTag_reference, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_FaceId_value_type, Vector_Color_VertId_reference, Vector_Color_UndirectedEdgeId_const_reference,
|
|
9027
|
+
Aliases: std_vector_Color_const_reference, Vector_Color_Id_EdgeTag_const_reference, Vector_Color_Id_EdgeTag_reference, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_FaceId_value_type, Vector_Color_VertId_reference, Vector_Color_UndirectedEdgeId_const_reference, std_vector_Color_value_type, std_vector_Color_reference, Vector_Color_FaceId_reference, Vector_Color_UndirectedEdgeId_reference, Vector_Color_VertId_value_type, Vector_Color_FaceId_const_reference, Vector_Color_VertId_const_reference
|
|
9023
9028
|
"""
|
|
9024
9029
|
_offsetof_a: typing.ClassVar[int] = 3
|
|
9025
9030
|
_offsetof_b: typing.ClassVar[int] = 2
|
|
@@ -13112,6 +13117,11 @@ class DistanceMapSave:
|
|
|
13112
13117
|
2 integer - DistanceMap.resX & DistanceMap.resY
|
|
13113
13118
|
[resX * resY] float - matrix of values
|
|
13114
13119
|
"""
|
|
13120
|
+
@staticmethod
|
|
13121
|
+
def toTiff(dmap: DistanceMap, path: os.PathLike | str | bytes, settings: DistanceMapSaveSettings = '{}') -> None:
|
|
13122
|
+
"""
|
|
13123
|
+
saves in .tiff format
|
|
13124
|
+
"""
|
|
13115
13125
|
class DistanceMapSaveSettings:
|
|
13116
13126
|
"""
|
|
13117
13127
|
Generated from: MR::DistanceMapSaveSettings
|
|
@@ -13848,6 +13858,11 @@ class EdgeBitSet(BitSet):
|
|
|
13848
13858
|
def __init__(self) -> None:
|
|
13849
13859
|
...
|
|
13850
13860
|
@typing.overload
|
|
13861
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
13862
|
+
"""
|
|
13863
|
+
creates bitset of given size filled with given value
|
|
13864
|
+
"""
|
|
13865
|
+
@typing.overload
|
|
13851
13866
|
def __init__(self, src: BitSet) -> None:
|
|
13852
13867
|
"""
|
|
13853
13868
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -14128,7 +14143,7 @@ class EdgeColors:
|
|
|
14128
14143
|
class EdgeId:
|
|
14129
14144
|
"""
|
|
14130
14145
|
Generated from: MR::EdgeId
|
|
14131
|
-
Aliases: Vector_Id_EdgeTag_VertId_const_reference, Vector_Id_EdgeTag_UndirectedEdgeId_const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference,
|
|
14146
|
+
Aliases: Vector_Id_EdgeTag_VertId_const_reference, Vector_Id_EdgeTag_UndirectedEdgeId_const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, std_vector_Id_EdgeTag_reference, Vector_Id_EdgeTag_FaceId_const_reference, Vector_Id_EdgeTag_Id_EdgeTag_value_type, Vector_Id_EdgeTag_FaceId_reference, Id_EdgeTag, TypedBitSet_Id_EdgeTag_IndexType, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, Id_EdgeTag, std_vector_Id_EdgeTag_const_reference, Id_EdgeTag, Vector_Id_EdgeTag_VertId_value_type, RingIterator_NextEdgeSameLeft.value_type, std_vector_Id_EdgeTag_value_type, Vector_Id_EdgeTag_Id_EdgeTag_reference, Vector_Id_EdgeTag_UndirectedEdgeId_reference, Id_EdgeTag, RingIterator_NextEdgeSameOrigin.value_type, Vector_Id_EdgeTag_FaceId_value_type, Vector_Id_EdgeTag_VertId_reference
|
|
14132
14147
|
|
|
14133
14148
|
Those are full specializations in `MRId.h`, so `MR_CANONICAL_TYPEDEFS` doesn't work on them.
|
|
14134
14149
|
Have to add this too.
|
|
@@ -15902,6 +15917,11 @@ class FaceBitSet(BitSet):
|
|
|
15902
15917
|
def __init__(self) -> None:
|
|
15903
15918
|
...
|
|
15904
15919
|
@typing.overload
|
|
15920
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
15921
|
+
"""
|
|
15922
|
+
creates bitset of given size filled with given value
|
|
15923
|
+
"""
|
|
15924
|
+
@typing.overload
|
|
15905
15925
|
def __init__(self, src: BitSet) -> None:
|
|
15906
15926
|
"""
|
|
15907
15927
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -17002,7 +17022,7 @@ class FaceScalars:
|
|
|
17002
17022
|
class FanRecord:
|
|
17003
17023
|
"""
|
|
17004
17024
|
Generated from: MR::FanRecord
|
|
17005
|
-
Aliases: std_vector_FanRecord_reference, Vector_FanRecord_VertId.value_type,
|
|
17025
|
+
Aliases: std_vector_FanRecord_reference, Vector_FanRecord_VertId.value_type, std_vector_FanRecord_const_reference, Vector_FanRecord_VertId.const_reference, std_vector_FanRecord_value_type, Vector_FanRecord_VertId.reference
|
|
17006
17026
|
|
|
17007
17027
|
describes one fan of triangles around a point excluding the point
|
|
17008
17028
|
"""
|
|
@@ -21020,7 +21040,7 @@ class Graph:
|
|
|
21020
21040
|
class EndVertices:
|
|
21021
21041
|
"""
|
|
21022
21042
|
Generated from: MR::Graph::EndVertices
|
|
21023
|
-
Aliases: std_vector_Graph_EndVertices_reference, std_vector_Graph_EndVertices_const_reference, Vector_Graph_EndVertices_GraphEdgeId.
|
|
21043
|
+
Aliases: std_vector_Graph_EndVertices_reference, std_vector_Graph_EndVertices_const_reference, Vector_Graph_EndVertices_GraphEdgeId.const_reference, Vector_Graph_EndVertices_GraphEdgeId.value_type, Vector_Graph_EndVertices_GraphEdgeId.reference, std_vector_Graph_EndVertices_value_type
|
|
21024
21044
|
"""
|
|
21025
21045
|
_offsetof_v0: typing.ClassVar[int] = 0
|
|
21026
21046
|
_offsetof_v1: typing.ClassVar[int] = 4
|
|
@@ -21186,6 +21206,11 @@ class GraphEdgeBitSet(BitSet):
|
|
|
21186
21206
|
def __init__(self) -> None:
|
|
21187
21207
|
...
|
|
21188
21208
|
@typing.overload
|
|
21209
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
21210
|
+
"""
|
|
21211
|
+
creates bitset of given size filled with given value
|
|
21212
|
+
"""
|
|
21213
|
+
@typing.overload
|
|
21189
21214
|
def __init__(self, src: BitSet) -> None:
|
|
21190
21215
|
"""
|
|
21191
21216
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -21304,7 +21329,7 @@ class GraphEdgeBitSet(BitSet):
|
|
|
21304
21329
|
class GraphEdgeId:
|
|
21305
21330
|
"""
|
|
21306
21331
|
Generated from: MR::GraphEdgeId
|
|
21307
|
-
Aliases: Vector_GraphEdgeId_GraphEdgeId.value_type,
|
|
21332
|
+
Aliases: Vector_GraphEdgeId_GraphEdgeId.value_type, TypedBitSet_GraphEdgeId_IndexType, Vector_GraphEdgeId_GraphEdgeId.reference, Vector_GraphEdgeId_GraphEdgeId.const_reference, Graph.EdgeId
|
|
21308
21333
|
|
|
21309
21334
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
21310
21335
|
"""
|
|
@@ -21403,6 +21428,11 @@ class GraphVertBitSet(BitSet):
|
|
|
21403
21428
|
def __init__(self) -> None:
|
|
21404
21429
|
...
|
|
21405
21430
|
@typing.overload
|
|
21431
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
21432
|
+
"""
|
|
21433
|
+
creates bitset of given size filled with given value
|
|
21434
|
+
"""
|
|
21435
|
+
@typing.overload
|
|
21406
21436
|
def __init__(self, src: BitSet) -> None:
|
|
21407
21437
|
"""
|
|
21408
21438
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -22895,7 +22925,7 @@ class IRenderObject:
|
|
|
22895
22925
|
class Id_ICPElemtTag:
|
|
22896
22926
|
"""
|
|
22897
22927
|
Generated from: MR::Id<MR::ICPElemtTag>
|
|
22898
|
-
Aliases:
|
|
22928
|
+
Aliases: Vector_Id_ICPElemtTag_Id_ICPElemtTag.reference, Vector_Id_ICPElemtTag_Id_ICPElemtTag.value_type, std_vector_Id_ICPElemtTag_const_reference, std_vector_Id_ICPElemtTag_reference, std_vector_Id_ICPElemtTag_value_type, Vector_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, ICPElementId, TypedBitSet_Id_ICPElemtTag.IndexType
|
|
22899
22929
|
|
|
22900
22930
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
22901
22931
|
"""
|
|
@@ -30400,7 +30430,7 @@ class MeshBuilder:
|
|
|
30400
30430
|
class VertSpan:
|
|
30401
30431
|
"""
|
|
30402
30432
|
Generated from: MR::MeshBuilder::VertSpan
|
|
30403
|
-
Aliases: std_vector_MeshBuilder_VertSpan_value_type, Vector_MeshBuilder_VertSpan_FaceId.value_type, Vector_MeshBuilder_VertSpan_FaceId.const_reference,
|
|
30433
|
+
Aliases: std_vector_MeshBuilder_VertSpan_value_type, Vector_MeshBuilder_VertSpan_FaceId.value_type, Vector_MeshBuilder_VertSpan_FaceId.const_reference, std_vector_MeshBuilder_VertSpan_const_reference, std_vector_MeshBuilder_VertSpan_reference, Vector_MeshBuilder_VertSpan_FaceId.reference
|
|
30404
30434
|
|
|
30405
30435
|
each face is surrounded by a closed contour of vertices [fistVertex, lastVertex)
|
|
30406
30436
|
"""
|
|
@@ -36070,7 +36100,7 @@ class NoCtor_unsigned_char:
|
|
|
36070
36100
|
class NoDefInit_EdgeId(EdgeId):
|
|
36071
36101
|
"""
|
|
36072
36102
|
Generated from: MR::NoDefInit<MR::EdgeId>
|
|
36073
|
-
Aliases: Buffer_Id_EdgeTag_UndirectedEdgeId_const_iterator, Buffer_Id_EdgeTag_Id_EdgeTag_const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId_const_reference, NoDefInit_Id_EdgeTag, Buffer_Id_EdgeTag_Id_EdgeTag_iterator, NoCtor_Id_EdgeTag_type, std_unique_ptr_NoDefInit_Id_EdgeTag_pointer, Buffer_Id_EdgeTag_UndirectedEdgeId_T,
|
|
36103
|
+
Aliases: Buffer_Id_EdgeTag_UndirectedEdgeId_const_iterator, Buffer_Id_EdgeTag_Id_EdgeTag_const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId_const_reference, NoDefInit_Id_EdgeTag, Buffer_Id_EdgeTag_Id_EdgeTag_iterator, Buffer_Id_EdgeTag_Id_EdgeTag_T, NoCtor_Id_EdgeTag_type, std_unique_ptr_NoDefInit_Id_EdgeTag_pointer, Buffer_Id_EdgeTag_UndirectedEdgeId_T, Buffer_Id_EdgeTag_Id_EdgeTag_reference, NoDefInit_Id_EdgeTag, Buffer_Id_EdgeTag_Id_EdgeTag_const_reference, Buffer_Id_EdgeTag_UndirectedEdgeId_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId_T, Buffer_Id_EdgeTag_Id_EdgeTag_T, Buffer_Id_EdgeTag_UndirectedEdgeId_T, Buffer_Id_EdgeTag_Id_EdgeTag_T, Buffer_Id_EdgeTag_UndirectedEdgeId_reference, NoDefInit_Id_EdgeTag
|
|
36074
36104
|
|
|
36075
36105
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36076
36106
|
"""
|
|
@@ -36099,7 +36129,7 @@ class NoDefInit_EdgeId(EdgeId):
|
|
|
36099
36129
|
class NoDefInit_FaceId(FaceId):
|
|
36100
36130
|
"""
|
|
36101
36131
|
Generated from: MR::NoDefInit<MR::FaceId>
|
|
36102
|
-
Aliases: Buffer_FaceId_FaceId.const_reference, Buffer_FaceId.const_reference, Buffer_FaceId.const_iterator, NoCtor_FaceId.type, Buffer_FaceId_FaceId.
|
|
36132
|
+
Aliases: Buffer_FaceId_FaceId.const_reference, Buffer_FaceId.const_reference, Buffer_FaceId.const_iterator, NoCtor_FaceId.type, Buffer_FaceId_FaceId.T, Buffer_FaceId.reference, Buffer_FaceId.iterator, Buffer_FaceId.T, Buffer_FaceId_FaceId.reference, Buffer_FaceId_FaceId.iterator, Buffer_FaceId_FaceId.const_iterator
|
|
36103
36133
|
|
|
36104
36134
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36105
36135
|
"""
|
|
@@ -36128,7 +36158,7 @@ class NoDefInit_FaceId(FaceId):
|
|
|
36128
36158
|
class NoDefInit_GraphEdgeId(GraphEdgeId):
|
|
36129
36159
|
"""
|
|
36130
36160
|
Generated from: MR::NoDefInit<MR::GraphEdgeId>
|
|
36131
|
-
Aliases: Buffer_GraphEdgeId_GraphEdgeId.const_reference, Buffer_GraphEdgeId_GraphEdgeId.T,
|
|
36161
|
+
Aliases: NoCtor_GraphEdgeId.type, Buffer_GraphEdgeId_GraphEdgeId.const_reference, Buffer_GraphEdgeId_GraphEdgeId.T, Buffer_GraphEdgeId_GraphEdgeId.iterator, Buffer_GraphEdgeId_GraphEdgeId.const_iterator, Buffer_GraphEdgeId_GraphEdgeId.reference
|
|
36132
36162
|
|
|
36133
36163
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36134
36164
|
"""
|
|
@@ -36186,7 +36216,7 @@ class NoDefInit_GraphVertId(GraphVertId):
|
|
|
36186
36216
|
class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
36187
36217
|
"""
|
|
36188
36218
|
Generated from: MR::NoDefInit<MR::Id<MR::ICPElemtTag>>
|
|
36189
|
-
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T,
|
|
36219
|
+
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.iterator, std_unique_ptr_NoDefInit_Id_ICPElemtTag_pointer, NoCtor_Id_ICPElemtTag.type, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_reference
|
|
36190
36220
|
|
|
36191
36221
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36192
36222
|
"""
|
|
@@ -36215,7 +36245,7 @@ class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
|
36215
36245
|
class NoDefInit_NodeId(NodeId):
|
|
36216
36246
|
"""
|
|
36217
36247
|
Generated from: MR::NoDefInit<MR::NodeId>
|
|
36218
|
-
Aliases: Buffer_NodeId_NodeId.reference,
|
|
36248
|
+
Aliases: Buffer_NodeId_NodeId.reference, Buffer_NodeId_NodeId.const_iterator, Buffer_NodeId_NodeId.const_reference, NoCtor_NodeId.type, Buffer_NodeId_NodeId.iterator, Buffer_NodeId_NodeId.T
|
|
36219
36249
|
|
|
36220
36250
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36221
36251
|
"""
|
|
@@ -36244,7 +36274,7 @@ class NoDefInit_NodeId(NodeId):
|
|
|
36244
36274
|
class NoDefInit_ObjId(ObjId):
|
|
36245
36275
|
"""
|
|
36246
36276
|
Generated from: MR::NoDefInit<MR::ObjId>
|
|
36247
|
-
Aliases: Buffer_ObjId_ObjId.const_iterator, Buffer_ObjId_ObjId.const_reference,
|
|
36277
|
+
Aliases: NoCtor_ObjId.type, Buffer_ObjId_ObjId.const_iterator, Buffer_ObjId_ObjId.const_reference, Buffer_ObjId_ObjId.T, Buffer_ObjId_ObjId.reference, Buffer_ObjId_ObjId.iterator
|
|
36248
36278
|
|
|
36249
36279
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36250
36280
|
"""
|
|
@@ -36273,7 +36303,7 @@ class NoDefInit_ObjId(ObjId):
|
|
|
36273
36303
|
class NoDefInit_PixelId(PixelId):
|
|
36274
36304
|
"""
|
|
36275
36305
|
Generated from: MR::NoDefInit<MR::PixelId>
|
|
36276
|
-
Aliases: Buffer_PixelId_PixelId.
|
|
36306
|
+
Aliases: Buffer_PixelId_PixelId.const_reference, Buffer_PixelId_PixelId.const_iterator, Buffer_PixelId_PixelId.iterator, NoCtor_PixelId.type, Buffer_PixelId_PixelId.T, Buffer_PixelId_PixelId.reference
|
|
36277
36307
|
|
|
36278
36308
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36279
36309
|
"""
|
|
@@ -36302,7 +36332,7 @@ class NoDefInit_PixelId(PixelId):
|
|
|
36302
36332
|
class NoDefInit_RegionId(RegionId):
|
|
36303
36333
|
"""
|
|
36304
36334
|
Generated from: MR::NoDefInit<MR::RegionId>
|
|
36305
|
-
Aliases: Buffer_RegionId_RegionId.
|
|
36335
|
+
Aliases: Buffer_RegionId_RegionId.const_reference, Buffer_RegionId_RegionId.iterator, Buffer_RegionId_RegionId.reference, Buffer_RegionId_RegionId.const_iterator, Buffer_RegionId_RegionId.T, NoCtor_RegionId.type
|
|
36306
36336
|
|
|
36307
36337
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36308
36338
|
"""
|
|
@@ -36331,7 +36361,7 @@ class NoDefInit_RegionId(RegionId):
|
|
|
36331
36361
|
class NoDefInit_TextureId(TextureId):
|
|
36332
36362
|
"""
|
|
36333
36363
|
Generated from: MR::NoDefInit<MR::TextureId>
|
|
36334
|
-
Aliases:
|
|
36364
|
+
Aliases: Buffer_TextureId_TextureId.const_reference, Buffer_TextureId_TextureId.const_iterator, NoCtor_TextureId.type, Buffer_TextureId_TextureId.iterator, Buffer_TextureId_TextureId.T, Buffer_TextureId_TextureId.reference
|
|
36335
36365
|
|
|
36336
36366
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36337
36367
|
"""
|
|
@@ -36360,7 +36390,7 @@ class NoDefInit_TextureId(TextureId):
|
|
|
36360
36390
|
class NoDefInit_UndirectedEdgeId(UndirectedEdgeId):
|
|
36361
36391
|
"""
|
|
36362
36392
|
Generated from: MR::NoDefInit<MR::UndirectedEdgeId>
|
|
36363
|
-
Aliases: Buffer_UndirectedEdgeId_UndirectedEdgeId.const_reference, NoCtor_UndirectedEdgeId.type, Buffer_UndirectedEdgeId.
|
|
36393
|
+
Aliases: Buffer_UndirectedEdgeId_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId_UndirectedEdgeId.const_iterator, NoCtor_UndirectedEdgeId.type, Buffer_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId.const_iterator, Buffer_UndirectedEdgeId.reference, Buffer_UndirectedEdgeId_UndirectedEdgeId.T, Buffer_UndirectedEdgeId.T, Buffer_UndirectedEdgeId_UndirectedEdgeId.reference, Buffer_UndirectedEdgeId_UndirectedEdgeId.iterator, Buffer_UndirectedEdgeId.iterator
|
|
36364
36394
|
|
|
36365
36395
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36366
36396
|
"""
|
|
@@ -36389,7 +36419,7 @@ class NoDefInit_UndirectedEdgeId(UndirectedEdgeId):
|
|
|
36389
36419
|
class NoDefInit_VertId(VertId):
|
|
36390
36420
|
"""
|
|
36391
36421
|
Generated from: MR::NoDefInit<MR::VertId>
|
|
36392
|
-
Aliases: Buffer_VertId.T,
|
|
36422
|
+
Aliases: Buffer_VertId_VertId.iterator, Buffer_VertId.T, NoCtor_VertId.type, Buffer_VertId_VertId.const_reference, Buffer_VertId.iterator, Buffer_VertId.reference, Buffer_VertId_VertId.const_iterator, Buffer_VertId_VertId.reference, Buffer_VertId.const_iterator, Buffer_VertId.const_reference, Buffer_VertId_VertId.T
|
|
36393
36423
|
|
|
36394
36424
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36395
36425
|
"""
|
|
@@ -36418,7 +36448,7 @@ class NoDefInit_VertId(VertId):
|
|
|
36418
36448
|
class NoDefInit_VoxelId(VoxelId):
|
|
36419
36449
|
"""
|
|
36420
36450
|
Generated from: MR::NoDefInit<MR::VoxelId>
|
|
36421
|
-
Aliases: Buffer_Id_VoxelTag_Id_VoxelTag_T, NoDefInit_Id_VoxelTag,
|
|
36451
|
+
Aliases: Buffer_Id_VoxelTag_Id_VoxelTag_T, Buffer_Id_VoxelTag_Id_VoxelTag_const_iterator, NoDefInit_Id_VoxelTag, Buffer_Id_VoxelTag_Id_VoxelTag_const_reference, Buffer_Id_VoxelTag_Id_VoxelTag_reference, Buffer_Id_VoxelTag_Id_VoxelTag_T, NoCtor_Id_VoxelTag_type, NoDefInit_Id_VoxelTag, NoDefInit_Id_VoxelTag, Buffer_Id_VoxelTag_Id_VoxelTag_iterator, Buffer_Id_VoxelTag_Id_VoxelTag_T, std_unique_ptr_NoDefInit_Id_VoxelTag_pointer
|
|
36422
36452
|
|
|
36423
36453
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
36424
36454
|
"""
|
|
@@ -36539,6 +36569,11 @@ class NodeBitSet(BitSet):
|
|
|
36539
36569
|
def __init__(self) -> None:
|
|
36540
36570
|
...
|
|
36541
36571
|
@typing.overload
|
|
36572
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
36573
|
+
"""
|
|
36574
|
+
creates bitset of given size filled with given value
|
|
36575
|
+
"""
|
|
36576
|
+
@typing.overload
|
|
36542
36577
|
def __init__(self, src: BitSet) -> None:
|
|
36543
36578
|
"""
|
|
36544
36579
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -36927,6 +36962,11 @@ class ObjBitSet(BitSet):
|
|
|
36927
36962
|
def __init__(self) -> None:
|
|
36928
36963
|
...
|
|
36929
36964
|
@typing.overload
|
|
36965
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
36966
|
+
"""
|
|
36967
|
+
creates bitset of given size filled with given value
|
|
36968
|
+
"""
|
|
36969
|
+
@typing.overload
|
|
36930
36970
|
def __init__(self, src: BitSet) -> None:
|
|
36931
36971
|
"""
|
|
36932
36972
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -39222,7 +39262,7 @@ class ObjectTagEventDispatcher:
|
|
|
39222
39262
|
class ObjectVoxels(ObjectMeshHolder):
|
|
39223
39263
|
"""
|
|
39224
39264
|
Generated from: MR::ObjectVoxels
|
|
39225
|
-
Aliases: std_shared_ptr_ChangeSurfaceAction_Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ObjectVoxels, std_shared_ptr_ChangeGridAction_Obj,
|
|
39265
|
+
Aliases: std_shared_ptr_ChangeSurfaceAction_Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ObjectVoxels, std_shared_ptr_ChangeGridAction_Obj, ChangeActiveBoxAction.Obj, ChangeSurfaceAction.Obj, ChangVoxelSelectionAction.Obj, ChangeGridAction.Obj, ChangeDualMarchingCubesAction.Obj, ChangeIsoAction.Obj, std_shared_ptr_ChangeActiveBoxAction_Obj, std_shared_ptr_ChangeIsoAction_Obj
|
|
39226
39266
|
|
|
39227
39267
|
This class stores information about voxels object
|
|
39228
39268
|
"""
|
|
@@ -41748,6 +41788,11 @@ class PixelBitSet(BitSet):
|
|
|
41748
41788
|
def __init__(self) -> None:
|
|
41749
41789
|
...
|
|
41750
41790
|
@typing.overload
|
|
41791
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
41792
|
+
"""
|
|
41793
|
+
creates bitset of given size filled with given value
|
|
41794
|
+
"""
|
|
41795
|
+
@typing.overload
|
|
41751
41796
|
def __init__(self, src: BitSet) -> None:
|
|
41752
41797
|
"""
|
|
41753
41798
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -43970,16 +44015,16 @@ class PointsSave:
|
|
|
43970
44015
|
...
|
|
43971
44016
|
@staticmethod
|
|
43972
44017
|
@typing.overload
|
|
43973
|
-
def toCtm(points: PointCloud, file: os.PathLike | str | bytes, settings: SaveSettings = '{}') -> None:
|
|
43974
|
-
...
|
|
43975
|
-
@staticmethod
|
|
43976
|
-
@typing.overload
|
|
43977
44018
|
def toCtm(points: PointCloud, file: os.PathLike | str | bytes, options: PointsSave.CtmSavePointsOptions) -> None:
|
|
43978
44019
|
"""
|
|
43979
44020
|
saves in .ctm file
|
|
43980
44021
|
"""
|
|
43981
44022
|
@staticmethod
|
|
43982
44023
|
@typing.overload
|
|
44024
|
+
def toCtm(points: PointCloud, file: os.PathLike | str | bytes, settings: SaveSettings = '{}') -> None:
|
|
44025
|
+
...
|
|
44026
|
+
@staticmethod
|
|
44027
|
+
@typing.overload
|
|
43983
44028
|
def toCtm(points: PointCloud, out: typing.Any, options: PointsSave.CtmSavePointsOptions) -> None:
|
|
43984
44029
|
...
|
|
43985
44030
|
@staticmethod
|
|
@@ -44501,7 +44546,7 @@ class Polyline2ProjectionWithOffsetResult:
|
|
|
44501
44546
|
class Polyline3:
|
|
44502
44547
|
"""
|
|
44503
44548
|
Generated from: MR::Polyline3
|
|
44504
|
-
Aliases:
|
|
44549
|
+
Aliases: PolylineTraits_Vector3f.Polyline, std_shared_ptr_Polyline3, std_shared_ptr_const_Polyline3
|
|
44505
44550
|
|
|
44506
44551
|
polyline that stores points of type V
|
|
44507
44552
|
"""
|
|
@@ -46899,7 +46944,7 @@ class QuadraticForm3d:
|
|
|
46899
46944
|
class QuadraticForm3f:
|
|
46900
46945
|
"""
|
|
46901
46946
|
Generated from: MR::QuadraticForm3f
|
|
46902
|
-
Aliases: Vector_QuadraticForm3f_VertId.
|
|
46947
|
+
Aliases: Vector_QuadraticForm3f_VertId.value_type, Vector_QuadraticForm3f_VertId.reference, Vector_QuadraticForm3f_VertId.const_reference
|
|
46903
46948
|
|
|
46904
46949
|
quadratic form: f = x^T A x + c
|
|
46905
46950
|
"""
|
|
@@ -47873,6 +47918,11 @@ class RegionBitSet(BitSet):
|
|
|
47873
47918
|
def __init__(self) -> None:
|
|
47874
47919
|
...
|
|
47875
47920
|
@typing.overload
|
|
47921
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
47922
|
+
"""
|
|
47923
|
+
creates bitset of given size filled with given value
|
|
47924
|
+
"""
|
|
47925
|
+
@typing.overload
|
|
47876
47926
|
def __init__(self, src: BitSet) -> None:
|
|
47877
47927
|
"""
|
|
47878
47928
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -47991,7 +48041,7 @@ class RegionBitSet(BitSet):
|
|
|
47991
48041
|
class RegionId:
|
|
47992
48042
|
"""
|
|
47993
48043
|
Generated from: MR::RegionId
|
|
47994
|
-
Aliases:
|
|
48044
|
+
Aliases: Vector_RegionId_VertId_reference, Vector_RegionId_UndirectedEdgeId_const_reference, Vector_RegionId_VertId_const_reference, Vector_RegionId_FaceId_value_type, Vector_RegionId_RegionId.const_reference, Vector_RegionId_FaceId_const_reference, Vector_RegionId_VertId_value_type, Vector_RegionId_RegionId.value_type, TypedBitSet_RegionId_IndexType, Vector_RegionId_UndirectedEdgeId_value_type, Vector_RegionId_FaceId_reference, Vector_RegionId_RegionId.reference, Vector_RegionId_UndirectedEdgeId_reference
|
|
47995
48045
|
|
|
47996
48046
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
47997
48047
|
"""
|
|
@@ -50592,6 +50642,12 @@ class SimpleVolumeMinMax(SimpleVolume, Box1f):
|
|
|
50592
50642
|
represents a box in 3D space subdivided on voxels stored in T;
|
|
50593
50643
|
and stores minimum and maximum values among all valid voxels
|
|
50594
50644
|
"""
|
|
50645
|
+
_offsetof_data: typing.ClassVar[int] = 0
|
|
50646
|
+
_offsetof_dims: typing.ClassVar[int] = 24
|
|
50647
|
+
_offsetof_voxelSize: typing.ClassVar[int] = 36
|
|
50648
|
+
data: Vector_float_VoxelId
|
|
50649
|
+
dims: Vector3i
|
|
50650
|
+
voxelSize: Vector3f
|
|
50595
50651
|
@staticmethod
|
|
50596
50652
|
@typing.overload
|
|
50597
50653
|
def __init__(*args, **kwargs) -> None:
|
|
@@ -50614,6 +50670,8 @@ class SimpleVolumeMinMax(SimpleVolume, Box1f):
|
|
|
50614
50670
|
"""
|
|
50615
50671
|
def __repr__(self) -> str:
|
|
50616
50672
|
...
|
|
50673
|
+
def heapBytes(self) -> int:
|
|
50674
|
+
...
|
|
50617
50675
|
class SimpleVolumeMinMaxU16(SimpleVolumeU16, Box_unsigned_short):
|
|
50618
50676
|
"""
|
|
50619
50677
|
Generated from: MR::SimpleVolumeMinMaxU16
|
|
@@ -50621,6 +50679,12 @@ class SimpleVolumeMinMaxU16(SimpleVolumeU16, Box_unsigned_short):
|
|
|
50621
50679
|
represents a box in 3D space subdivided on voxels stored in T;
|
|
50622
50680
|
and stores minimum and maximum values among all valid voxels
|
|
50623
50681
|
"""
|
|
50682
|
+
_offsetof_data: typing.ClassVar[int] = 0
|
|
50683
|
+
_offsetof_dims: typing.ClassVar[int] = 24
|
|
50684
|
+
_offsetof_voxelSize: typing.ClassVar[int] = 36
|
|
50685
|
+
data: Vector_unsigned_short_VoxelId
|
|
50686
|
+
dims: Vector3i
|
|
50687
|
+
voxelSize: Vector3f
|
|
50624
50688
|
@staticmethod
|
|
50625
50689
|
@typing.overload
|
|
50626
50690
|
def __init__(*args, **kwargs) -> None:
|
|
@@ -50643,6 +50707,8 @@ class SimpleVolumeMinMaxU16(SimpleVolumeU16, Box_unsigned_short):
|
|
|
50643
50707
|
"""
|
|
50644
50708
|
def __repr__(self) -> str:
|
|
50645
50709
|
...
|
|
50710
|
+
def heapBytes(self) -> int:
|
|
50711
|
+
...
|
|
50646
50712
|
class SimpleVolumeU16:
|
|
50647
50713
|
"""
|
|
50648
50714
|
Generated from: MR::SimpleVolumeU16
|
|
@@ -52598,7 +52664,7 @@ class SymMatrix3d:
|
|
|
52598
52664
|
class SymMatrix3f:
|
|
52599
52665
|
"""
|
|
52600
52666
|
Generated from: MR::SymMatrix3f
|
|
52601
|
-
Aliases:
|
|
52667
|
+
Aliases: Vector3_float_SymMatrixType, QuadraticForm_Vector3f_SM
|
|
52602
52668
|
|
|
52603
52669
|
symmetric 3x3 matrix
|
|
52604
52670
|
"""
|
|
@@ -54358,6 +54424,11 @@ class TextureBitSet(BitSet):
|
|
|
54358
54424
|
def __init__(self) -> None:
|
|
54359
54425
|
...
|
|
54360
54426
|
@typing.overload
|
|
54427
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
54428
|
+
"""
|
|
54429
|
+
creates bitset of given size filled with given value
|
|
54430
|
+
"""
|
|
54431
|
+
@typing.overload
|
|
54361
54432
|
def __init__(self, src: BitSet) -> None:
|
|
54362
54433
|
"""
|
|
54363
54434
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -54476,7 +54547,7 @@ class TextureBitSet(BitSet):
|
|
|
54476
54547
|
class TextureId:
|
|
54477
54548
|
"""
|
|
54478
54549
|
Generated from: MR::TextureId
|
|
54479
|
-
Aliases: Vector_TextureId_TextureId.reference, Vector_TextureId_FaceId_reference, TypedBitSet_TextureId_IndexType, Vector_TextureId_TextureId.
|
|
54550
|
+
Aliases: Vector_TextureId_TextureId.reference, Vector_TextureId_FaceId_reference, TypedBitSet_TextureId_IndexType, Vector_TextureId_TextureId.const_reference, Vector_TextureId_FaceId_const_reference, Vector_TextureId_TextureId.value_type, Vector_TextureId_FaceId_value_type
|
|
54480
54551
|
|
|
54481
54552
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
54482
54553
|
"""
|
|
@@ -56283,6 +56354,11 @@ class TypedBitSet_Id_ICPElemtTag(BitSet):
|
|
|
56283
56354
|
def __init__(self) -> None:
|
|
56284
56355
|
...
|
|
56285
56356
|
@typing.overload
|
|
56357
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
56358
|
+
"""
|
|
56359
|
+
creates bitset of given size filled with given value
|
|
56360
|
+
"""
|
|
56361
|
+
@typing.overload
|
|
56286
56362
|
def __init__(self, src: BitSet) -> None:
|
|
56287
56363
|
"""
|
|
56288
56364
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -56745,6 +56821,11 @@ class UndirectedEdgeBitSet(BitSet):
|
|
|
56745
56821
|
def __init__(self) -> None:
|
|
56746
56822
|
...
|
|
56747
56823
|
@typing.overload
|
|
56824
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
56825
|
+
"""
|
|
56826
|
+
creates bitset of given size filled with given value
|
|
56827
|
+
"""
|
|
56828
|
+
@typing.overload
|
|
56748
56829
|
def __init__(self, src: BitSet) -> None:
|
|
56749
56830
|
"""
|
|
56750
56831
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -57026,7 +57107,7 @@ class UndirectedEdgeColors:
|
|
|
57026
57107
|
class UndirectedEdgeId:
|
|
57027
57108
|
"""
|
|
57028
57109
|
Generated from: MR::UndirectedEdgeId
|
|
57029
|
-
Aliases: PolylineUndirectedEdgeIterator.value_type, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId,
|
|
57110
|
+
Aliases: PolylineUndirectedEdgeIterator.value_type, Vector_UndirectedEdgeId_UndirectedEdgeId_reference, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference, Vector_UndirectedEdgeId_UndirectedEdgeId_value_type, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, TypedBitSet_UndirectedEdgeId_IndexType, UndirectedEdgeIterator.value_type, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId
|
|
57030
57111
|
|
|
57031
57112
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
57032
57113
|
"""
|
|
@@ -58242,6 +58323,12 @@ class VdbVolume(VoxelsVolume_FloatGrid, Box1f):
|
|
|
58242
58323
|
represents a box in 3D space subdivided on voxels stored in T;
|
|
58243
58324
|
and stores minimum and maximum values among all valid voxels
|
|
58244
58325
|
"""
|
|
58326
|
+
_offsetof_data: typing.ClassVar[int] = 0
|
|
58327
|
+
_offsetof_dims: typing.ClassVar[int] = 16
|
|
58328
|
+
_offsetof_voxelSize: typing.ClassVar[int] = 28
|
|
58329
|
+
data: FloatGrid
|
|
58330
|
+
dims: Vector3i
|
|
58331
|
+
voxelSize: Vector3f
|
|
58245
58332
|
@staticmethod
|
|
58246
58333
|
@typing.overload
|
|
58247
58334
|
def __init__(*args, **kwargs) -> None:
|
|
@@ -58264,6 +58351,8 @@ class VdbVolume(VoxelsVolume_FloatGrid, Box1f):
|
|
|
58264
58351
|
"""
|
|
58265
58352
|
def __repr__(self) -> str:
|
|
58266
58353
|
...
|
|
58354
|
+
def heapBytes(self) -> int:
|
|
58355
|
+
...
|
|
58267
58356
|
class Vector2b:
|
|
58268
58357
|
"""
|
|
58269
58358
|
Generated from: MR::Vector2b
|
|
@@ -58882,7 +58971,7 @@ class Vector3_unsigned_char:
|
|
|
58882
58971
|
class Vector3b:
|
|
58883
58972
|
"""
|
|
58884
58973
|
Generated from: MR::Vector3b
|
|
58885
|
-
Aliases: Matrix3_bool_VectorType, Box_Vector3i_Vb, Box_Vector3i64_Vb,
|
|
58974
|
+
Aliases: Matrix3_bool_VectorType, Box_Vector3i_Vb, Box_Vector3i64_Vb, Box_Vector3f_Vb, Box_Vector3d_Vb
|
|
58886
58975
|
|
|
58887
58976
|
three-dimensional vector
|
|
58888
58977
|
"""
|
|
@@ -59105,7 +59194,7 @@ class Vector3d:
|
|
|
59105
59194
|
class Vector3f:
|
|
59106
59195
|
"""
|
|
59107
59196
|
Generated from: MR::Vector3f
|
|
59108
|
-
Aliases:
|
|
59197
|
+
Aliases: RigidScaleXf3_float_V, RigidXf3_float_V, Vector_Vector3f_FaceId_reference, Vector_Vector3f_VertId_const_reference, Vector_Vector3f_FaceId_const_reference, Vector_Vector3f_VertId_value_type, Vector_Vector3f_FaceId_value_type, Matrix3_float_VectorType, Vector_Vector3f_VertId_reference
|
|
59109
59198
|
"""
|
|
59110
59199
|
_offsetof_x: typing.ClassVar[int] = 0
|
|
59111
59200
|
_offsetof_y: typing.ClassVar[int] = 4
|
|
@@ -64013,7 +64102,7 @@ class Vector_TextureId_TextureId:
|
|
|
64013
64102
|
class Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag:
|
|
64014
64103
|
"""
|
|
64015
64104
|
Generated from: MR::Vector<MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>, MR::Id<MR::ICPElemtTag>>
|
|
64016
|
-
Aliases:
|
|
64105
|
+
Aliases: Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.value_type, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.const_reference, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_value_type, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.reference, ICPPairsGrid, Vector_Vector_ICPGroupPairs_ICPElementId_ICPElementId, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_reference, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_const_reference
|
|
64017
64106
|
|
|
64018
64107
|
|
|
64019
64108
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -67735,6 +67824,11 @@ class VertBitSet(BitSet):
|
|
|
67735
67824
|
def __init__(self) -> None:
|
|
67736
67825
|
...
|
|
67737
67826
|
@typing.overload
|
|
67827
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
67828
|
+
"""
|
|
67829
|
+
creates bitset of given size filled with given value
|
|
67830
|
+
"""
|
|
67831
|
+
@typing.overload
|
|
67738
67832
|
def __init__(self, src: BitSet) -> None:
|
|
67739
67833
|
"""
|
|
67740
67834
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -70284,6 +70378,11 @@ class VoxelBitSet(BitSet):
|
|
|
70284
70378
|
def __init__(self) -> None:
|
|
70285
70379
|
...
|
|
70286
70380
|
@typing.overload
|
|
70381
|
+
def __init__(self, numBits: int, fillValue: bool) -> None:
|
|
70382
|
+
"""
|
|
70383
|
+
creates bitset of given size filled with given value
|
|
70384
|
+
"""
|
|
70385
|
+
@typing.overload
|
|
70287
70386
|
def __init__(self, src: BitSet) -> None:
|
|
70288
70387
|
"""
|
|
70289
70388
|
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
|
|
@@ -70442,7 +70541,7 @@ class VoxelFilterType:
|
|
|
70442
70541
|
class VoxelId:
|
|
70443
70542
|
"""
|
|
70444
70543
|
Generated from: MR::VoxelId
|
|
70445
|
-
Aliases: Vector_Id_VoxelTag_Id_VoxelTag_const_reference, Vector_Id_VoxelTag_FaceId_const_reference, std_vector_Id_VoxelTag_value_type, Id_VoxelTag, Vector_Id_VoxelTag_FaceId_reference,
|
|
70544
|
+
Aliases: Vector_Id_VoxelTag_Id_VoxelTag_const_reference, Vector_Id_VoxelTag_FaceId_const_reference, std_vector_Id_VoxelTag_value_type, Id_VoxelTag, Vector_Id_VoxelTag_FaceId_reference, Vector_Id_VoxelTag_Id_VoxelTag_value_type, Vector_Id_VoxelTag_Id_VoxelTag_reference, TypedBitSet_Id_VoxelTag_IndexType, std_vector_Id_VoxelTag_reference, Vector_Id_VoxelTag_FaceId_value_type, Id_VoxelTag, Id_VoxelTag, Id_VoxelTag, std_vector_Id_VoxelTag_const_reference
|
|
70446
70545
|
"""
|
|
70447
70546
|
__hash__: typing.ClassVar[None] = None
|
|
70448
70547
|
@staticmethod
|
|
@@ -71474,12 +71573,16 @@ class VoxelsVolumeAccessor_SimpleVolumeMinMax(VoxelsVolumeAccessor_SimpleVolume)
|
|
|
71474
71573
|
|
|
71475
71574
|
VoxelsVolumeAccessor specialization for simple volumes with min/max
|
|
71476
71575
|
"""
|
|
71576
|
+
cacheEffective: typing.ClassVar[bool] = False
|
|
71477
71577
|
VolumeType = SimpleVolumeMinMax
|
|
71478
71578
|
@staticmethod
|
|
71479
71579
|
@typing.overload
|
|
71480
71580
|
def __init__(*args, **kwargs) -> None:
|
|
71481
71581
|
...
|
|
71482
71582
|
@typing.overload
|
|
71583
|
+
def __init__(self, volume: SimpleVolume) -> None:
|
|
71584
|
+
...
|
|
71585
|
+
@typing.overload
|
|
71483
71586
|
def __init__(self, arg0: VoxelsVolumeAccessor_SimpleVolumeMinMax) -> None:
|
|
71484
71587
|
"""
|
|
71485
71588
|
Implicit copy constructor.
|
|
@@ -71659,7 +71762,7 @@ class WatershedGraph:
|
|
|
71659
71762
|
class BasinInfo:
|
|
71660
71763
|
"""
|
|
71661
71764
|
Generated from: MR::WatershedGraph::BasinInfo
|
|
71662
|
-
Aliases: std_vector_WatershedGraph_BasinInfo_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.reference, Vector_WatershedGraph_BasinInfo_GraphVertId.value_type, std_vector_WatershedGraph_BasinInfo_const_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.const_reference
|
|
71765
|
+
Aliases: std_vector_WatershedGraph_BasinInfo_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.reference, Vector_WatershedGraph_BasinInfo_GraphVertId.value_type, std_vector_WatershedGraph_BasinInfo_const_reference, std_vector_WatershedGraph_BasinInfo_value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.const_reference
|
|
71663
71766
|
|
|
71664
71767
|
associated with each vertex in graph
|
|
71665
71768
|
"""
|
|
@@ -74715,7 +74818,7 @@ class int_output:
|
|
|
74715
74818
|
"""
|
|
74716
74819
|
class phmap_flat_hash_map_Id_EdgeTag_Id_EdgeTag:
|
|
74717
74820
|
"""
|
|
74718
|
-
Aliases: MapOrHashMap_Id_EdgeTag_Id_EdgeTag_Hash, MapOrHashMap_Id_EdgeTag_Id_EdgeTag_Hash, HashMap_Id_EdgeTag_Id_EdgeTag, HashMap_EdgeId_EdgeId, phmap_flat_hash_map_EdgeId_EdgeId,
|
|
74821
|
+
Aliases: MapOrHashMap_Id_EdgeTag_Id_EdgeTag_Hash, MapOrHashMap_Id_EdgeTag_Id_EdgeTag_Hash, HashMap_Id_EdgeTag_Id_EdgeTag, HashMap_EdgeId_EdgeId, phmap_flat_hash_map_EdgeId_EdgeId, HashMap_TypedBitSet_Id_EdgeTag_IndexType_TypedBitSet_Id_EdgeTag_IndexType, EdgeHashMap, MapOrHashMap_Id_EdgeTag_Id_EdgeTag_Hash
|
|
74719
74822
|
"""
|
|
74720
74823
|
def __bool__(self) -> bool:
|
|
74721
74824
|
"""
|
|
@@ -75299,7 +75402,7 @@ class phmap_flat_hash_map_Id_VertTag_FlowAggregator_Flows:
|
|
|
75299
75402
|
...
|
|
75300
75403
|
class phmap_flat_hash_map_Id_VertTag_Id_VertTag:
|
|
75301
75404
|
"""
|
|
75302
|
-
Aliases: phmap_flat_hash_map_VertId_VertId, MapOrHashMap_VertId_VertId.Hash
|
|
75405
|
+
Aliases: phmap_flat_hash_map_VertId_VertId, VertHashMap, MapOrHashMap_VertId_VertId.Hash
|
|
75303
75406
|
"""
|
|
75304
75407
|
def __bool__(self) -> bool:
|
|
75305
75408
|
"""
|
|
@@ -75616,7 +75719,7 @@ class std_array_BooleanResultMapper_Maps_2:
|
|
|
75616
75719
|
...
|
|
75617
75720
|
class std_array_Id_VertTag_2:
|
|
75618
75721
|
"""
|
|
75619
|
-
Aliases: Vector_std_array_VertId_2_UndirectedEdgeId_const_reference, std_array_VertId_2,
|
|
75722
|
+
Aliases: Vector_std_array_VertId_2_UndirectedEdgeId_const_reference, std_array_VertId_2, TwoVertIds, Vector_std_array_VertId_2_UndirectedEdgeId_value_type, Vector_std_array_VertId_2_UndirectedEdgeId_reference
|
|
75620
75723
|
"""
|
|
75621
75724
|
def __getitem__(self, arg0: int) -> VertId:
|
|
75622
75725
|
...
|
|
@@ -75811,7 +75914,7 @@ class std_array_Vector3_double_3:
|
|
|
75811
75914
|
...
|
|
75812
75915
|
class std_array_Vector3_float_3:
|
|
75813
75916
|
"""
|
|
75814
|
-
Aliases: Vector_std_array_Vector3f_3_FaceId.const_reference, Triangle3f, Vector_std_array_Vector3f_3_FaceId.reference,
|
|
75917
|
+
Aliases: Vector_std_array_Vector3f_3_FaceId.const_reference, Triangle3f, Vector_std_array_Vector3f_3_FaceId.reference, TriangleCornerNormals, Vector_std_array_Vector3f_3_FaceId.value_type, std_array_Vector3f_3
|
|
75815
75918
|
"""
|
|
75816
75919
|
def __getitem__(self, arg0: int) -> Vector3f:
|
|
75817
75920
|
...
|
|
@@ -75836,7 +75939,7 @@ class std_array_Vector3_float_3:
|
|
|
75836
75939
|
...
|
|
75837
75940
|
class std_array_Vector3_int_3:
|
|
75838
75941
|
"""
|
|
75839
|
-
Aliases:
|
|
75942
|
+
Aliases: Triangle3i, std_array_Vector3i_3
|
|
75840
75943
|
"""
|
|
75841
75944
|
def __getitem__(self, arg0: int) -> Vector3i:
|
|
75842
75945
|
...
|
|
@@ -77910,7 +78013,7 @@ class std_vector_DistanceMap:
|
|
|
77910
78013
|
...
|
|
77911
78014
|
class std_vector_EdgePoint:
|
|
77912
78015
|
"""
|
|
77913
|
-
Aliases: std_vector_std_vector_EdgePoint_const_reference, PlaneSection, IsoLine, Vector_std_vector_EdgePoint_VertId.const_reference, SurfacePath, std_vector_std_vector_EdgePoint_reference, Vector_std_vector_EdgePoint_VertId.reference, SurfacePath, SurfacePath, Vector_std_vector_EdgePoint_VertId.value_type,
|
|
78016
|
+
Aliases: std_vector_std_vector_EdgePoint_const_reference, PlaneSection, IsoLine, Vector_std_vector_EdgePoint_VertId.const_reference, SurfacePath, std_vector_std_vector_EdgePoint_reference, Vector_std_vector_EdgePoint_VertId.reference, SurfacePath, SurfacePath, Vector_std_vector_EdgePoint_VertId.value_type, IsoLine, PlaneSection, std_vector_std_vector_EdgePoint_value_type, std_vector_MeshEdgePoint, std_vector_MeshEdgePoint
|
|
77914
78017
|
"""
|
|
77915
78018
|
__hash__: typing.ClassVar[None] = None
|
|
77916
78019
|
element_type_byte_size: typing.ClassVar[int] = 8
|
|
@@ -80004,7 +80107,7 @@ class std_vector_IOFilter:
|
|
|
80004
80107
|
...
|
|
80005
80108
|
class std_vector_Id_EdgeTag:
|
|
80006
80109
|
"""
|
|
80007
|
-
Aliases: EdgeLoop, EdgePath,
|
|
80110
|
+
Aliases: EdgeLoop, EdgePath, EdgeLoop, std_vector_EdgeId, EdgePath
|
|
80008
80111
|
"""
|
|
80009
80112
|
__hash__: typing.ClassVar[None] = None
|
|
80010
80113
|
element_type_byte_size: typing.ClassVar[int] = 4
|
|
@@ -81266,7 +81369,7 @@ class std_vector_Id_UndirectedEdgeTag:
|
|
|
81266
81369
|
...
|
|
81267
81370
|
class std_vector_Id_VertTag:
|
|
81268
81371
|
"""
|
|
81269
|
-
Aliases: PlanarTriangulation.HoleVertIds
|
|
81372
|
+
Aliases: std_vector_VertId, PlanarTriangulation.HoleVertIds
|
|
81270
81373
|
"""
|
|
81271
81374
|
__hash__: typing.ClassVar[None] = None
|
|
81272
81375
|
element_type_byte_size: typing.ClassVar[int] = 4
|
|
@@ -83032,7 +83135,7 @@ class std_vector_ModelPointsData:
|
|
|
83032
83135
|
...
|
|
83033
83136
|
class std_vector_ObjVertId:
|
|
83034
83137
|
"""
|
|
83035
|
-
Aliases: std_vector_std_vector_ObjVertId_reference, MultiObjsSamples, Vector_std_vector_ObjVertId_Id_ICPElemtTag.value_type,
|
|
83138
|
+
Aliases: std_vector_std_vector_ObjVertId_reference, MultiObjsSamples, Vector_std_vector_ObjVertId_Id_ICPElemtTag.value_type, std_vector_std_vector_ObjVertId_const_reference, Vector_std_vector_ObjVertId_Id_ICPElemtTag.const_reference, std_vector_std_vector_ObjVertId_value_type, Vector_std_vector_ObjVertId_Id_ICPElemtTag.reference
|
|
83036
83139
|
"""
|
|
83037
83140
|
__hash__: typing.ClassVar[None] = None
|
|
83038
83141
|
element_type_byte_size: typing.ClassVar[int] = 8
|
|
@@ -91255,7 +91358,7 @@ class std_vector_std_vector_ObjVertId:
|
|
|
91255
91358
|
...
|
|
91256
91359
|
class std_vector_std_vector_OffsetContoursOrigins:
|
|
91257
91360
|
"""
|
|
91258
|
-
Aliases:
|
|
91361
|
+
Aliases: OffsetContoursVertMaps, std_vector_OffsetContoursVertMap, OffsetContoursVertMaps
|
|
91259
91362
|
"""
|
|
91260
91363
|
element_type_byte_size: typing.ClassVar[int] = 24
|
|
91261
91364
|
def __bool__(self) -> bool:
|
meshlib/mrmeshpy.so
CHANGED
|
Binary file
|
meshlib/mrviewerpy.so
CHANGED
|
Binary file
|
|
@@ -9,14 +9,14 @@ meshlib/libpybind11nonlimitedapi_meshlib_3.12.so,sha256=h2rpjg_dO3Mxnb_J5O8DnTm4
|
|
|
9
9
|
meshlib/libpybind11nonlimitedapi_meshlib_3.13.so,sha256=nhIe1gkQeUnI97iLIgQmJI465lYOZaFeMeUxFPIAt6s,190761
|
|
10
10
|
meshlib/libpybind11nonlimitedapi_meshlib_3.8.so,sha256=b-sNGCzf3s1Iyvv4PDjYRMsYNnYNGg6_nyDgm2H5SIU,186497
|
|
11
11
|
meshlib/libpybind11nonlimitedapi_meshlib_3.9.so,sha256=TVbCaPo3XlUGDGvtm01Q6nwbTnkrsw5qkTKTtQWhFNE,186633
|
|
12
|
-
meshlib/mrcudapy.pyi,sha256=
|
|
13
|
-
meshlib/mrcudapy.so,sha256=
|
|
12
|
+
meshlib/mrcudapy.pyi,sha256=25GQ4mFLswjtmmYXIA0LwniKDWj6VhS4FzVRu-E2SpQ,14621
|
|
13
|
+
meshlib/mrcudapy.so,sha256=XwALpDMr3wgLCDhXYZ0GkPbNh6N-kNDIF-0T5cqkyUA,862673
|
|
14
14
|
meshlib/mrmeshnumpy.pyi,sha256=jsvARxVLM1bNQtACjO8uQbz9j3IUTNgQZfvBALs4JG4,4466
|
|
15
|
-
meshlib/mrmeshnumpy.so,sha256=
|
|
16
|
-
meshlib/mrmeshpy.pyi,sha256=
|
|
17
|
-
meshlib/mrmeshpy.so,sha256=
|
|
15
|
+
meshlib/mrmeshnumpy.so,sha256=RtBz-nJSDepQY7Margzf8PvX6hd0DIcZnACRvWGAGyI,322457
|
|
16
|
+
meshlib/mrmeshpy.pyi,sha256=XB5T88xbaP2DgMul2yWCh5h_z9znjZ2a7vJX6Ho0aIA,3437237
|
|
17
|
+
meshlib/mrmeshpy.so,sha256=K3ncpTOKCaqJhylVHq4bGdbhGnWI7nppC-SsDf-HaX8,59091233
|
|
18
18
|
meshlib/mrviewerpy.pyi,sha256=XWJWMGY7nIfDi8bjWhoslCdHuStBfZPDZmqkGWOuyAI,20364
|
|
19
|
-
meshlib/mrviewerpy.so,sha256=
|
|
19
|
+
meshlib/mrviewerpy.so,sha256=CqFApU82T5iQ59Me-UM50235MYWzvRB11h1U9WqEogQ,964817
|
|
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
|
|
@@ -74,13 +74,13 @@ meshlib/resource/textures/controller_cube_edges.png,sha256=eDlrOxLpfGVvLTrZjqj6m
|
|
|
74
74
|
meshlib/resource/textures/controller_cube_sides.png,sha256=h1QNB_KoEjMJEh3kq18EL2FoKD778PHH4kc6H66NiZQ,34610
|
|
75
75
|
meshlib.libs/libE57Format-981a1c21.so.3.2.0,sha256=Fk9XDHk6l4azbMgFx-QvjOaBdsFJ8N8GURauYVZfx6w,1719193
|
|
76
76
|
meshlib.libs/libImath-3_1-28d78eff.so.29.11.0,sha256=uYQSxM_dNsBujo5aJm1OyBBd-w6QRSrf23spVi0TMNw,351489
|
|
77
|
-
meshlib.libs/libMRCuda-
|
|
78
|
-
meshlib.libs/libMRIOExtras-
|
|
79
|
-
meshlib.libs/libMRMesh-
|
|
80
|
-
meshlib.libs/libMRPython-13e49974.so,sha256=
|
|
81
|
-
meshlib.libs/libMRSymbolMesh-86e26dee.so,sha256=
|
|
82
|
-
meshlib.libs/libMRViewer-
|
|
83
|
-
meshlib.libs/libMRVoxels-023342f3.so,sha256=
|
|
77
|
+
meshlib.libs/libMRCuda-43915157.so,sha256=9-oEXHQZunV-tNXraGOstpw5UTM2W1W7xj_9HGfMPqw,2630705
|
|
78
|
+
meshlib.libs/libMRIOExtras-46a5f3e7.so,sha256=qn4sh6XHFUnWjCwqSl8XtbmjXRodMroTqlutMMUiBxw,2054465
|
|
79
|
+
meshlib.libs/libMRMesh-fd689783.so,sha256=_Vb11yduXV0ZkXRyimM0-KZXdwK2dB4ER-0w3CD__Yo,13377353
|
|
80
|
+
meshlib.libs/libMRPython-13e49974.so,sha256=Y_bvf5C6WqN9y6si26gaubyGfqBPhN4_xfaCwN08qRA,167193
|
|
81
|
+
meshlib.libs/libMRSymbolMesh-86e26dee.so,sha256=Qjjo8jke2boCCRId_MCHVLlHpDZ9-GU1qO-o9WbQ9F8,240009
|
|
82
|
+
meshlib.libs/libMRViewer-a6d54621.so,sha256=lsp8ju-eJoyy4XRF4sMECmtYyLfe7Yp8-Z8SqAUStqo,9364657
|
|
83
|
+
meshlib.libs/libMRVoxels-023342f3.so,sha256=uPkGsrfZvXFJtU-rpIz_Rp4Vkc4M3sW4HZ8QlaSJ6jQ,9002249
|
|
84
84
|
meshlib.libs/libOpenCTM-59942d2b.so,sha256=E6BEabgaqznZ55GsV3YA3oUGnt1JnK_71qbCGOwPSHg,117521
|
|
85
85
|
meshlib.libs/libTKBO-5124f60c.so.7.9.1,sha256=rWPKcE5-4zx5Z9EEs50-O05WHmzoAsrdAtRdrDlx_CY,4101025
|
|
86
86
|
meshlib.libs/libTKBRep-4382d1ce.so.7.9.1,sha256=ohCi-lKUp3-dvBOAb2qA8xb9mCAdEWNns4z_lkdEass,1858073
|
|
@@ -159,8 +159,8 @@ meshlib.libs/libxcb-fcb2fa42.so.1.1.0,sha256=yGOSvcefL3VaitcLi-qq7JhOo1xJ5r-DyUn
|
|
|
159
159
|
meshlib.libs/libxerces-c-3-25f1a90d.3.so,sha256=W31sJZFCbBGQRYM6yI1Xs_Cvdtcc2pAqCzKN_Twjba4,6872465
|
|
160
160
|
meshlib.libs/libzip-98d9bd11.so.5.5,sha256=9WktuX4GoKNWU1BQND4TWytviSyMkrWGXllW0RIjinE,179697
|
|
161
161
|
meshlib.libs/libzstd-04b9995a.so.1.5.7,sha256=yqY8wxRu3d1Pkt0EQjzh5NoZmQdZs8ZYt4dza36GhmQ,1231817
|
|
162
|
-
meshlib-3.0.8.
|
|
163
|
-
meshlib-3.0.8.
|
|
164
|
-
meshlib-3.0.8.
|
|
165
|
-
meshlib-3.0.8.
|
|
166
|
-
meshlib-3.0.8.
|
|
162
|
+
meshlib-3.0.8.247.dist-info/METADATA,sha256=fGRG__L92dyk9MvKN2Uf2HE6DpioqIyCy5HaVzrDiBQ,17201
|
|
163
|
+
meshlib-3.0.8.247.dist-info/WHEEL,sha256=3f2sqZEJAcc30LAK6kMTy9CBIKDCwzHyTTJAWhFjacs,322
|
|
164
|
+
meshlib-3.0.8.247.dist-info/top_level.txt,sha256=qxFkGYDQ1Pc6TMlvS0PU9oUjvaFMs97gWbPYzzJxqiM,8
|
|
165
|
+
meshlib-3.0.8.247.dist-info/RECORD,,
|
|
166
|
+
meshlib-3.0.8.247.dist-info/licenses/LICENSE,sha256=sQZbvhjgrgYxqoOJNpBjj0mcH_hEhSeyj6eM9j1NUP8,7665
|
|
index 335210c..bc6195c 100755
|
|
|
Binary file
|
|
index e6058ef..fe16145 100755
|
|
|
Binary file
|
|
index 2370f85..b8ad899 100755
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
index 63651b8..0d65ca4 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|