meshlib 3.0.5.213__py38.py39.py310.py311.py312.py313-none-macosx_12_0_arm64.whl → 3.0.5.215__py38.py39.py310.py311.py312.py313-none-macosx_12_0_arm64.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/.dylibs/libMRMesh.dylib +0 -0
- meshlib/.dylibs/libMRVoxels.dylib +0 -0
- meshlib/mrmeshpy.pyi +133 -103
- meshlib/mrmeshpy.so +0 -0
- {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 +9 -9
- {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/.dylibs/libMRMesh.dylib
CHANGED
|
Binary file
|
|
Binary file
|
meshlib/mrmeshpy.pyi
CHANGED
|
@@ -308,7 +308,7 @@ class AABBTreeBase_ObjTreeTraits:
|
|
|
308
308
|
class AABBTreeNode_AABBTreeTraits_FaceTag_Box3f:
|
|
309
309
|
"""
|
|
310
310
|
Generated from: MR::AABBTreeNode<MR::AABBTreeTraits<MR::FaceTag, MR::Box3f>>
|
|
311
|
-
Aliases: Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.const_reference, Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.
|
|
311
|
+
Aliases: Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.const_reference, Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.value_type, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.Node, Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.reference
|
|
312
312
|
"""
|
|
313
313
|
BoxT = Box3f
|
|
314
314
|
LeafId = FaceId
|
|
@@ -420,7 +420,7 @@ class AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f:
|
|
|
420
420
|
class AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f:
|
|
421
421
|
"""
|
|
422
422
|
Generated from: MR::AABBTreeNode<MR::AABBTreeTraits<MR::UndirectedEdgeTag, MR::Box3f>>
|
|
423
|
-
Aliases:
|
|
423
|
+
Aliases: AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.Node, Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.value_type, Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.const_reference, Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.reference
|
|
424
424
|
"""
|
|
425
425
|
BoxT = Box3f
|
|
426
426
|
LeafId = UndirectedEdgeId
|
|
@@ -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:
|
|
479
|
+
Aliases: AABBTreeBase_ObjTreeTraits.Node, Vector_AABBTreeNode_ObjTreeTraits_NodeId.reference, AABBTreeBase_ObjTreeTraits.Node, std_vector_AABBTreeNode_ObjTreeTraits_reference, Vector_AABBTreeNode_ObjTreeTraits_NodeId.value_type, std_vector_AABBTreeNode_ObjTreeTraits_value_type, std_vector_AABBTreeNode_ObjTreeTraits_const_reference, AABBTreeNode_AABBTreeBase_ObjTreeTraits_Traits, Vector_AABBTreeNode_ObjTreeTraits_NodeId.const_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.reference, std_vector_AABBTreePoints_Node_const_reference, Vector_AABBTreePoints_Node_NodeId.const_reference,
|
|
579
|
+
Aliases: Vector_AABBTreePoints_Node_NodeId.reference, std_vector_AABBTreePoints_Node_const_reference, Vector_AABBTreePoints_Node_NodeId.const_reference, std_vector_AABBTreePoints_Node_reference, std_vector_AABBTreePoints_Node_value_type, Vector_AABBTreePoints_Node_NodeId.value_type
|
|
580
580
|
"""
|
|
581
581
|
@typing.overload
|
|
582
582
|
def __init__(self) -> None:
|
|
@@ -883,7 +883,7 @@ class AABBTreePolyline3(AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f):
|
|
|
883
883
|
class AABBTreeTraits_FaceTag_Box3f:
|
|
884
884
|
"""
|
|
885
885
|
Generated from: MR::AABBTreeTraits<MR::FaceTag, MR::Box3f>
|
|
886
|
-
Aliases:
|
|
886
|
+
Aliases: AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.Traits, FaceTreeTraits3
|
|
887
887
|
|
|
888
888
|
\\addtogroup AABBTreeGroup
|
|
889
889
|
\\{
|
|
@@ -1158,7 +1158,7 @@ class AffineXf3d:
|
|
|
1158
1158
|
class AffineXf3f:
|
|
1159
1159
|
"""
|
|
1160
1160
|
Generated from: MR::AffineXf3f
|
|
1161
|
-
Aliases: Vector_AffineXf3f_ObjId.
|
|
1161
|
+
Aliases: Vector_AffineXf3f_ObjId.value_type, Vector_AffineXf3f_ObjId.const_reference, Vector_AffineXf3f_ObjId.reference
|
|
1162
1162
|
|
|
1163
1163
|
affine transformation: y = A*x + b, where A in VxV, and b in V
|
|
1164
1164
|
\\ingroup MathGroup
|
|
@@ -2435,7 +2435,7 @@ class BestFitParabolaf:
|
|
|
2435
2435
|
class BitSet:
|
|
2436
2436
|
"""
|
|
2437
2437
|
Generated from: MR::BitSet
|
|
2438
|
-
Aliases: TaggedBitSet_UndirectedEdgeTag_base, TaggedBitSet_NodeTag_base, TaggedBitSet_VertTag_base, TaggedBitSet_PixelTag_base, TaggedBitSet_VoxelTag_base, TaggedBitSet_ICPElemtTag.base, TaggedBitSet_FaceTag_base, TaggedBitSet_EdgeTag_base,
|
|
2438
|
+
Aliases: TaggedBitSet_UndirectedEdgeTag_base, TaggedBitSet_NodeTag_base, TaggedBitSet_VertTag_base, TaggedBitSet_PixelTag_base, TaggedBitSet_VoxelTag_base, TaggedBitSet_ICPElemtTag.base, TaggedBitSet_ObjTag_base, TaggedBitSet_FaceTag_base, TaggedBitSet_EdgeTag_base, TaggedBitSet_GraphVertTag_base, TaggedBitSet_RegionTag_base, TaggedBitSet_TextureTag_base, TaggedBitSet_GraphEdgeTag_base
|
|
2439
2439
|
|
|
2440
2440
|
container of bits
|
|
2441
2441
|
"""
|
|
@@ -4328,7 +4328,7 @@ class Box3d:
|
|
|
4328
4328
|
class Box3f:
|
|
4329
4329
|
"""
|
|
4330
4330
|
Generated from: MR::Box3f
|
|
4331
|
-
Aliases:
|
|
4331
|
+
Aliases: AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_ObjTreeTraits.BoxT, ObjTreeTraits.BoxT, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_ObjTreeTraits.BoxT
|
|
4332
4332
|
|
|
4333
4333
|
Box given by its min- and max- corners
|
|
4334
4334
|
"""
|
|
@@ -7660,7 +7660,7 @@ class CmpOld:
|
|
|
7660
7660
|
class Color:
|
|
7661
7661
|
"""
|
|
7662
7662
|
Generated from: MR::Color
|
|
7663
|
-
Aliases:
|
|
7663
|
+
Aliases: std_vector_Color_const_reference, Vector_Color_VertId_reference, Vector_Color_FaceId_reference, std_vector_Color_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_VertId_const_reference, Vector_Color_FaceId_value_type, Vector_Color_FaceId_const_reference, Vector_Color_Id_EdgeTag_reference, Vector_Color_UndirectedEdgeId_const_reference, Vector_Color_VertId_value_type, Vector_Color_UndirectedEdgeId_reference, Vector_Color_Id_EdgeTag_const_reference, std_vector_Color_reference
|
|
7664
7664
|
"""
|
|
7665
7665
|
a: int
|
|
7666
7666
|
b: int
|
|
@@ -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_reference, std_vector_Dipole_value_type, Vector_Dipole_NodeId_reference,
|
|
10289
|
+
Aliases: Vector_Dipole_NodeId_value_type, std_vector_Dipole_reference, std_vector_Dipole_value_type, Vector_Dipole_NodeId_reference, std_vector_Dipole_const_reference, Vector_Dipole_NodeId_const_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
|
|
@@ -13834,7 +13834,7 @@ class FaceScalars:
|
|
|
13834
13834
|
class FanRecord:
|
|
13835
13835
|
"""
|
|
13836
13836
|
Generated from: MR::FanRecord
|
|
13837
|
-
Aliases: std_vector_FanRecord_const_reference, Vector_FanRecord_VertId.value_type, std_vector_FanRecord_value_type,
|
|
13837
|
+
Aliases: std_vector_FanRecord_const_reference, std_vector_FanRecord_reference, Vector_FanRecord_VertId.value_type, std_vector_FanRecord_value_type, Vector_FanRecord_VertId.const_reference, Vector_FanRecord_VertId.reference
|
|
13838
13838
|
|
|
13839
13839
|
describes one fan of triangles around a point excluding the point
|
|
13840
13840
|
"""
|
|
@@ -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, std_vector_Graph_EndVertices_value_type, Vector_Graph_EndVertices_GraphEdgeId.const_reference, Vector_Graph_EndVertices_GraphEdgeId.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: Vector_GraphEdgeId_GraphEdgeId.reference, TaggedBitSet_GraphEdgeTag_IndexType,
|
|
16939
|
+
Aliases: Vector_GraphEdgeId_GraphEdgeId.reference, TaggedBitSet_GraphEdgeTag_IndexType, Vector_GraphEdgeId_GraphEdgeId.const_reference, Vector_GraphEdgeId_GraphEdgeId.value_type, Graph.EdgeId
|
|
16940
16940
|
|
|
16941
16941
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
16942
16942
|
"""
|
|
@@ -17139,7 +17139,7 @@ class GraphVertBitSet(BitSet):
|
|
|
17139
17139
|
class GraphVertId:
|
|
17140
17140
|
"""
|
|
17141
17141
|
Generated from: MR::GraphVertId
|
|
17142
|
-
Aliases: Graph.VertId, Vector_GraphVertId_GraphVertId.reference, TaggedBitSet_GraphVertTag_IndexType, Vector_GraphVertId_GraphVertId.const_reference
|
|
17142
|
+
Aliases: Graph.VertId, Vector_GraphVertId_GraphVertId.reference, Vector_GraphVertId_GraphVertId.value_type, TaggedBitSet_GraphVertTag_IndexType, Vector_GraphVertId_GraphVertId.const_reference
|
|
17143
17143
|
|
|
17144
17144
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
17145
17145
|
"""
|
|
@@ -17804,7 +17804,7 @@ class ICPGroupPair(ICPPairData):
|
|
|
17804
17804
|
class ICPGroupPairs(IPointPairs):
|
|
17805
17805
|
"""
|
|
17806
17806
|
Generated from: MR::ICPGroupPairs
|
|
17807
|
-
Aliases: Vector_ICPGroupPairs_Id_ICPElemtTag.reference, Vector_ICPGroupPairs_Id_ICPElemtTag.const_reference, std_vector_ICPGroupPairs_value_type, std_vector_ICPGroupPairs_reference,
|
|
17807
|
+
Aliases: Vector_ICPGroupPairs_Id_ICPElemtTag.reference, Vector_ICPGroupPairs_Id_ICPElemtTag.const_reference, std_vector_ICPGroupPairs_value_type, std_vector_ICPGroupPairs_reference, Vector_ICPGroupPairs_Id_ICPElemtTag.value_type, std_vector_ICPGroupPairs_const_reference
|
|
17808
17808
|
"""
|
|
17809
17809
|
vec: std_vector_ICPGroupPair
|
|
17810
17810
|
@typing.overload
|
|
@@ -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_reference, std_vector_Id_EdgeTag_value_type, RingIterator_NextEdgeSameOrigin.value_type, Vector_Id_EdgeTag_VertId.const_reference, std_vector_Id_EdgeTag_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, std_vector_Id_EdgeTag_const_reference, EdgeId, TaggedBitSet_EdgeTag_IndexType, Vector_Id_EdgeTag_VertId.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, Vector_Id_EdgeTag_FaceId.value_type, Vector_Id_EdgeTag_FaceId.const_reference, Vector_Id_EdgeTag_FaceId.reference, Vector_Id_EdgeTag_Id_EdgeTag_value_type, Vector_Id_EdgeTag_VertId.reference, RingIterator_NextEdgeSameLeft.value_type, Vector_Id_EdgeTag_Id_EdgeTag_reference,
|
|
18330
|
+
Aliases: Vector_Id_EdgeTag_UndirectedEdgeId_reference, std_vector_Id_EdgeTag_value_type, RingIterator_NextEdgeSameOrigin.value_type, Vector_Id_EdgeTag_VertId.const_reference, std_vector_Id_EdgeTag_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, std_vector_Id_EdgeTag_const_reference, EdgeId, TaggedBitSet_EdgeTag_IndexType, Vector_Id_EdgeTag_VertId.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, Vector_Id_EdgeTag_FaceId.value_type, Vector_Id_EdgeTag_FaceId.const_reference, Vector_Id_EdgeTag_FaceId.reference, Vector_Id_EdgeTag_Id_EdgeTag_value_type, Vector_Id_EdgeTag_VertId.reference, RingIterator_NextEdgeSameLeft.value_type, Vector_Id_EdgeTag_Id_EdgeTag_reference, EdgeId, Vector_Id_EdgeTag_UndirectedEdgeId_const_reference
|
|
18331
18331
|
"""
|
|
18332
18332
|
__hash__: typing.ClassVar[None] = None
|
|
18333
18333
|
@staticmethod
|
|
@@ -18407,7 +18407,7 @@ class Id_EdgeTag:
|
|
|
18407
18407
|
class Id_ICPElemtTag:
|
|
18408
18408
|
"""
|
|
18409
18409
|
Generated from: MR::Id<MR::ICPElemtTag>
|
|
18410
|
-
Aliases: TaggedBitSet_ICPElemtTag.IndexType,
|
|
18410
|
+
Aliases: Vector_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, TaggedBitSet_ICPElemtTag.IndexType, std_vector_Id_ICPElemtTag_reference, std_vector_Id_ICPElemtTag_const_reference, std_vector_Id_ICPElemtTag_value_type, Vector_Id_ICPElemtTag_Id_ICPElemtTag.value_type, ICPElementId, Vector_Id_ICPElemtTag_Id_ICPElemtTag.reference
|
|
18411
18411
|
|
|
18412
18412
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
18413
18413
|
"""
|
|
@@ -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_Id_VoxelTag.const_reference, Vector_Id_VoxelTag_FaceId.value_type, TaggedBitSet_VoxelTag_IndexType, std_vector_Id_VoxelTag_reference, Vector_Id_VoxelTag_FaceId.reference, Vector_Id_VoxelTag_Id_VoxelTag.value_type, VoxelId, Vector_Id_VoxelTag_Id_VoxelTag.reference, std_vector_Id_VoxelTag_value_type, Vector_Id_VoxelTag_FaceId.const_reference, std_vector_Id_VoxelTag_const_reference
|
|
18474
18474
|
"""
|
|
18475
18475
|
__hash__: typing.ClassVar[None] = None
|
|
18476
18476
|
@staticmethod
|
|
@@ -21755,7 +21755,7 @@ class Matrix3b:
|
|
|
21755
21755
|
class Matrix3d:
|
|
21756
21756
|
"""
|
|
21757
21757
|
Generated from: MR::Matrix3d
|
|
21758
|
-
Aliases:
|
|
21758
|
+
Aliases: Vector3_double_MatrixType, AffineXf_Vector3d_M
|
|
21759
21759
|
|
|
21760
21760
|
arbitrary 3x3 matrix
|
|
21761
21761
|
\\ingroup MatrixGroup
|
|
@@ -24070,7 +24070,7 @@ class MeshBuilder:
|
|
|
24070
24070
|
class VertSpan:
|
|
24071
24071
|
"""
|
|
24072
24072
|
Generated from: MR::MeshBuilder::VertSpan
|
|
24073
|
-
Aliases: std_vector_MeshBuilder_VertSpan_value_type, Vector_MeshBuilder_VertSpan_FaceId.value_type, std_vector_MeshBuilder_VertSpan_const_reference,
|
|
24073
|
+
Aliases: std_vector_MeshBuilder_VertSpan_value_type, Vector_MeshBuilder_VertSpan_FaceId.value_type, std_vector_MeshBuilder_VertSpan_const_reference, Vector_MeshBuilder_VertSpan_FaceId.reference, Vector_MeshBuilder_VertSpan_FaceId.const_reference, std_vector_MeshBuilder_VertSpan_reference
|
|
24074
24074
|
|
|
24075
24075
|
each face is surrounded by a closed contour of vertices [fistVertex, lastVertex)
|
|
24076
24076
|
"""
|
|
@@ -25851,7 +25851,7 @@ class MeshOrPointsObject:
|
|
|
25851
25851
|
class MeshOrPointsXf:
|
|
25852
25852
|
"""
|
|
25853
25853
|
Generated from: MR::MeshOrPointsXf
|
|
25854
|
-
Aliases:
|
|
25854
|
+
Aliases: std_vector_MeshOrPointsXf_const_reference, std_vector_MeshOrPointsXf_reference, Vector_MeshOrPointsXf_ObjId.value_type, Vector_MeshOrPointsXf_ObjId.const_reference, Vector_MeshOrPointsXf_ObjId.reference, std_vector_MeshOrPointsXf_value_type
|
|
25855
25855
|
|
|
25856
25856
|
an object and its transformation to global space with other objects
|
|
25857
25857
|
"""
|
|
@@ -26385,7 +26385,7 @@ class MeshSave:
|
|
|
26385
26385
|
class MeshTexture(Image):
|
|
26386
26386
|
"""
|
|
26387
26387
|
Generated from: MR::MeshTexture
|
|
26388
|
-
Aliases: Vector_MeshTexture_TextureId.value_type, std_vector_MeshTexture_reference, Vector_MeshTexture_TextureId.
|
|
26388
|
+
Aliases: std_vector_MeshTexture_value_type, Vector_MeshTexture_TextureId.value_type, std_vector_MeshTexture_reference, Vector_MeshTexture_TextureId.reference, std_vector_MeshTexture_const_reference, Vector_MeshTexture_TextureId.const_reference
|
|
26389
26389
|
|
|
26390
26390
|
\\addtogroup BasicStructuresGroup
|
|
26391
26391
|
\\{
|
|
@@ -27669,7 +27669,7 @@ class ModelBaseRenderParams(BaseRenderParams):
|
|
|
27669
27669
|
class ModelPointsData:
|
|
27670
27670
|
"""
|
|
27671
27671
|
Generated from: MR::ModelPointsData
|
|
27672
|
-
Aliases: Vector_ModelPointsData_ObjId.const_reference,
|
|
27672
|
+
Aliases: std_vector_ModelPointsData_reference, Vector_ModelPointsData_ObjId.const_reference, Vector_ModelPointsData_ObjId.reference, Vector_ModelPointsData_ObjId.value_type, std_vector_ModelPointsData_value_type, std_vector_ModelPointsData_const_reference
|
|
27673
27673
|
|
|
27674
27674
|
structure to contain pointers to model data
|
|
27675
27675
|
"""
|
|
@@ -28705,7 +28705,7 @@ class NoCtor_unsigned_char:
|
|
|
28705
28705
|
class NoDefInit_FaceId(FaceId):
|
|
28706
28706
|
"""
|
|
28707
28707
|
Generated from: MR::NoDefInit<MR::FaceId>
|
|
28708
|
-
Aliases: Buffer_FaceId.
|
|
28708
|
+
Aliases: Buffer_FaceId.T, Buffer_FaceId_FaceId.T, Buffer_FaceId.iterator, Buffer_FaceId_FaceId.iterator, Buffer_FaceId_FaceId.const_reference, Buffer_FaceId.const_reference, Buffer_FaceId.reference, Buffer_FaceId.const_iterator, NoCtor_FaceId.type, Buffer_FaceId_FaceId.reference, Buffer_FaceId_FaceId.const_iterator
|
|
28709
28709
|
|
|
28710
28710
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28711
28711
|
"""
|
|
@@ -28739,7 +28739,7 @@ class NoDefInit_GraphEdgeId(GraphEdgeId):
|
|
|
28739
28739
|
class NoDefInit_GraphVertId(GraphVertId):
|
|
28740
28740
|
"""
|
|
28741
28741
|
Generated from: MR::NoDefInit<MR::GraphVertId>
|
|
28742
|
-
Aliases: Buffer_GraphVertId_GraphVertId.iterator, Buffer_GraphVertId_GraphVertId.const_iterator, Buffer_GraphVertId_GraphVertId.reference, NoCtor_GraphVertId.type, Buffer_GraphVertId_GraphVertId.
|
|
28742
|
+
Aliases: Buffer_GraphVertId_GraphVertId.iterator, Buffer_GraphVertId_GraphVertId.const_iterator, Buffer_GraphVertId_GraphVertId.reference, NoCtor_GraphVertId.type, Buffer_GraphVertId_GraphVertId.const_reference, Buffer_GraphVertId_GraphVertId.T
|
|
28743
28743
|
|
|
28744
28744
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28745
28745
|
"""
|
|
@@ -28756,7 +28756,7 @@ class NoDefInit_GraphVertId(GraphVertId):
|
|
|
28756
28756
|
class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
28757
28757
|
"""
|
|
28758
28758
|
Generated from: MR::NoDefInit<MR::Id<MR::EdgeTag>>
|
|
28759
|
-
Aliases: Buffer_Id_EdgeTag_Id_EdgeTag.T, Buffer_Id_EdgeTag_Id_EdgeTag.reference, Buffer_Id_EdgeTag_Id_EdgeTag.iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.const_reference, Buffer_Id_EdgeTag_Id_EdgeTag.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.T,
|
|
28759
|
+
Aliases: Buffer_Id_EdgeTag_Id_EdgeTag.T, Buffer_Id_EdgeTag_Id_EdgeTag.reference, Buffer_Id_EdgeTag_Id_EdgeTag.iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.const_reference, Buffer_Id_EdgeTag_Id_EdgeTag.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.T, Buffer_Id_EdgeTag_Id_EdgeTag.const_reference, Buffer_Id_EdgeTag_UndirectedEdgeId.const_iterator, Buffer_Id_EdgeTag_Id_EdgeTag.T, Buffer_Id_EdgeTag_UndirectedEdgeId.reference, Buffer_Id_EdgeTag_UndirectedEdgeId.T, std_unique_ptr_NoDefInit_Id_EdgeTag_pointer, Buffer_Id_EdgeTag_UndirectedEdgeId.T, NoCtor_Id_EdgeTag.type
|
|
28760
28760
|
|
|
28761
28761
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28762
28762
|
"""
|
|
@@ -28773,7 +28773,7 @@ class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
|
28773
28773
|
class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
28774
28774
|
"""
|
|
28775
28775
|
Generated from: MR::NoDefInit<MR::Id<MR::ICPElemtTag>>
|
|
28776
|
-
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator, NoCtor_Id_ICPElemtTag.type, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.
|
|
28776
|
+
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator, NoCtor_Id_ICPElemtTag.type, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, std_unique_ptr_NoDefInit_Id_ICPElemtTag_pointer, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T
|
|
28777
28777
|
|
|
28778
28778
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28779
28779
|
"""
|
|
@@ -28790,7 +28790,7 @@ class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
|
28790
28790
|
class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
28791
28791
|
"""
|
|
28792
28792
|
Generated from: MR::NoDefInit<MR::Id<MR::VoxelTag>>
|
|
28793
|
-
Aliases: std_unique_ptr_NoDefInit_Id_VoxelTag_pointer, Buffer_Id_VoxelTag_Id_VoxelTag.const_reference, Buffer_Id_VoxelTag_Id_VoxelTag.
|
|
28793
|
+
Aliases: std_unique_ptr_NoDefInit_Id_VoxelTag_pointer, Buffer_Id_VoxelTag_Id_VoxelTag.const_reference, Buffer_Id_VoxelTag_Id_VoxelTag.T, NoCtor_Id_VoxelTag.type, Buffer_Id_VoxelTag_Id_VoxelTag.reference, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.const_iterator, Buffer_Id_VoxelTag_Id_VoxelTag.iterator
|
|
28794
28794
|
|
|
28795
28795
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28796
28796
|
"""
|
|
@@ -28807,7 +28807,7 @@ class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
|
28807
28807
|
class NoDefInit_NodeId(NodeId):
|
|
28808
28808
|
"""
|
|
28809
28809
|
Generated from: MR::NoDefInit<MR::NodeId>
|
|
28810
|
-
Aliases: Buffer_NodeId_NodeId.const_reference, Buffer_NodeId_NodeId.
|
|
28810
|
+
Aliases: Buffer_NodeId_NodeId.const_reference, Buffer_NodeId_NodeId.const_iterator, Buffer_NodeId_NodeId.reference, Buffer_NodeId_NodeId.iterator, NoCtor_NodeId.type, Buffer_NodeId_NodeId.T
|
|
28811
28811
|
|
|
28812
28812
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28813
28813
|
"""
|
|
@@ -28841,7 +28841,7 @@ class NoDefInit_ObjId(ObjId):
|
|
|
28841
28841
|
class NoDefInit_PixelId(PixelId):
|
|
28842
28842
|
"""
|
|
28843
28843
|
Generated from: MR::NoDefInit<MR::PixelId>
|
|
28844
|
-
Aliases: NoCtor_PixelId.type, Buffer_PixelId_PixelId.T, Buffer_PixelId_PixelId.iterator, Buffer_PixelId_PixelId.
|
|
28844
|
+
Aliases: NoCtor_PixelId.type, Buffer_PixelId_PixelId.T, Buffer_PixelId_PixelId.iterator, Buffer_PixelId_PixelId.reference, Buffer_PixelId_PixelId.const_reference, Buffer_PixelId_PixelId.const_iterator
|
|
28845
28845
|
|
|
28846
28846
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28847
28847
|
"""
|
|
@@ -28858,7 +28858,7 @@ class NoDefInit_PixelId(PixelId):
|
|
|
28858
28858
|
class NoDefInit_RegionId(RegionId):
|
|
28859
28859
|
"""
|
|
28860
28860
|
Generated from: MR::NoDefInit<MR::RegionId>
|
|
28861
|
-
Aliases: Buffer_RegionId_RegionId.
|
|
28861
|
+
Aliases: Buffer_RegionId_RegionId.const_reference, NoCtor_RegionId.type, Buffer_RegionId_RegionId.iterator, Buffer_RegionId_RegionId.const_iterator, Buffer_RegionId_RegionId.T, Buffer_RegionId_RegionId.reference
|
|
28862
28862
|
|
|
28863
28863
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28864
28864
|
"""
|
|
@@ -28875,7 +28875,7 @@ class NoDefInit_RegionId(RegionId):
|
|
|
28875
28875
|
class NoDefInit_TextureId(TextureId):
|
|
28876
28876
|
"""
|
|
28877
28877
|
Generated from: MR::NoDefInit<MR::TextureId>
|
|
28878
|
-
Aliases: Buffer_TextureId_TextureId.const_reference, Buffer_TextureId_TextureId.iterator, Buffer_TextureId_TextureId.
|
|
28878
|
+
Aliases: Buffer_TextureId_TextureId.const_reference, Buffer_TextureId_TextureId.iterator, Buffer_TextureId_TextureId.reference, NoCtor_TextureId.type, Buffer_TextureId_TextureId.const_iterator, Buffer_TextureId_TextureId.T
|
|
28879
28879
|
|
|
28880
28880
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28881
28881
|
"""
|
|
@@ -29080,7 +29080,7 @@ class NodeBitSet(BitSet):
|
|
|
29080
29080
|
class NodeId:
|
|
29081
29081
|
"""
|
|
29082
29082
|
Generated from: MR::NodeId
|
|
29083
|
-
Aliases: Vector_NodeId_NodeId.reference, Vector_NodeId_NodeId.value_type, Vector_NodeId_NodeId.const_reference
|
|
29083
|
+
Aliases: Vector_NodeId_NodeId.reference, Vector_NodeId_NodeId.value_type, TaggedBitSet_NodeTag_IndexType, Vector_NodeId_NodeId.const_reference
|
|
29084
29084
|
|
|
29085
29085
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29086
29086
|
"""
|
|
@@ -29406,7 +29406,7 @@ class ObjBitSet(BitSet):
|
|
|
29406
29406
|
class ObjId:
|
|
29407
29407
|
"""
|
|
29408
29408
|
Generated from: MR::ObjId
|
|
29409
|
-
Aliases: AABBTreeNode_ObjTreeTraits.LeafId, AABBTreeBase_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_const_reference, TaggedBitSet_ObjTag_IndexType, Vector_ObjId_ObjId_reference, ObjTreeTraits.LeafId
|
|
29409
|
+
Aliases: AABBTreeNode_ObjTreeTraits.LeafId, AABBTreeBase_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_const_reference, TaggedBitSet_ObjTag_IndexType, Vector_ObjId_ObjId_reference, Vector_ObjId_ObjId_value_type, ObjTreeTraits.LeafId
|
|
29410
29410
|
|
|
29411
29411
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29412
29412
|
"""
|
|
@@ -29796,7 +29796,7 @@ class ObjVertId:
|
|
|
29796
29796
|
class Object(ObjectChildrenHolder):
|
|
29797
29797
|
"""
|
|
29798
29798
|
Generated from: MR::Object
|
|
29799
|
-
Aliases: ChangeObjectVisibilityAction.Obj,
|
|
29799
|
+
Aliases: ObjectPtr, ChangeObjectVisibilityAction.Obj, ChangeObjectSelectedAction.Obj
|
|
29800
29800
|
|
|
29801
29801
|
named object in the data model
|
|
29802
29802
|
"""
|
|
@@ -30472,7 +30472,7 @@ class ObjectLinesHolder(VisualObject):
|
|
|
30472
30472
|
class ObjectMesh(ObjectMeshHolder):
|
|
30473
30473
|
"""
|
|
30474
30474
|
Generated from: MR::ObjectMesh
|
|
30475
|
-
Aliases: ChangeMeshDataAction.Obj, ChangeMeshEdgeSelectionAction.Obj, ChangeMeshAction.Obj,
|
|
30475
|
+
Aliases: ChangeMeshDataAction.Obj, ChangeMeshEdgeSelectionAction.Obj, ChangeMeshAction.Obj, ChangeMeshCreasesAction.Obj, ChangeMeshFaceSelectionAction.Obj, ChangeMeshTopologyAction.Obj, ChangeMeshPointsAction.Obj
|
|
30476
30476
|
|
|
30477
30477
|
an object that stores a mesh
|
|
30478
30478
|
\\ingroup DataModelGroup
|
|
@@ -30577,7 +30577,7 @@ class ObjectMeshData:
|
|
|
30577
30577
|
class ObjectMeshHolder(VisualObject):
|
|
30578
30578
|
"""
|
|
30579
30579
|
Generated from: MR::ObjectMeshHolder
|
|
30580
|
-
Aliases: ChangeMeshUVCoordsAction.Obj, ChangeTextureAction.Obj,
|
|
30580
|
+
Aliases: ChangeMeshUVCoordsAction.Obj, ChangeTextureAction.Obj, ChangeMeshTexturePerFaceAction.Obj, ChangeFacesColorMapAction.Obj
|
|
30581
30581
|
|
|
30582
30582
|
an object that stores a mesh
|
|
30583
30583
|
\\ingroup ModelHolderGroup
|
|
@@ -30858,7 +30858,7 @@ class ObjectMeshHolder(VisualObject):
|
|
|
30858
30858
|
class ObjectPoints(ObjectPointsHolder):
|
|
30859
30859
|
"""
|
|
30860
30860
|
Generated from: MR::ObjectPoints
|
|
30861
|
-
Aliases: ChangePointCloudNormalsAction.Obj, ChangePointPointSelectionAction.Obj,
|
|
30861
|
+
Aliases: ChangePointCloudNormalsAction.Obj, ChangePointPointSelectionAction.Obj, ChangePointCloudAction.Obj, ChangePointCloudPointsAction.Obj
|
|
30862
30862
|
|
|
30863
30863
|
an object that stores a points
|
|
30864
30864
|
\\ingroup DataModelGroup
|
|
@@ -31108,7 +31108,7 @@ class ObjectSelectivityType:
|
|
|
31108
31108
|
class ObjectVoxels(ObjectMeshHolder):
|
|
31109
31109
|
"""
|
|
31110
31110
|
Generated from: MR::ObjectVoxels
|
|
31111
|
-
Aliases: ChangVoxelSelectionAction.Obj,
|
|
31111
|
+
Aliases: ChangVoxelSelectionAction.Obj, ChangeIsoAction.Obj, ChangeDualMarchingCubesAction.Obj, ChangeGridAction.Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ChangeIsoAction_Obj, std_shared_ptr_ChangeGridAction_Obj, ChangeSurfaceAction.Obj, std_shared_ptr_ChangeActiveBoxAction_Obj, std_shared_ptr_ChangeSurfaceAction_Obj, ChangeActiveBoxAction.Obj
|
|
31112
31112
|
|
|
31113
31113
|
This class stores information about voxels object
|
|
31114
31114
|
\\ingroup DataModelGroup
|
|
@@ -36663,7 +36663,7 @@ class QuadraticForm2d:
|
|
|
36663
36663
|
class QuadraticForm2f:
|
|
36664
36664
|
"""
|
|
36665
36665
|
Generated from: MR::QuadraticForm2f
|
|
36666
|
-
Aliases: Vector_QuadraticForm2f_VertId.
|
|
36666
|
+
Aliases: Vector_QuadraticForm2f_VertId.reference, Vector_QuadraticForm2f_VertId.const_reference, Vector_QuadraticForm2f_VertId.value_type
|
|
36667
36667
|
|
|
36668
36668
|
quadratic form: f = x^T A x + c
|
|
36669
36669
|
\\ingroup MathGroup
|
|
@@ -36760,7 +36760,7 @@ class QuadraticForm3d:
|
|
|
36760
36760
|
class QuadraticForm3f:
|
|
36761
36761
|
"""
|
|
36762
36762
|
Generated from: MR::QuadraticForm3f
|
|
36763
|
-
Aliases: Vector_QuadraticForm3f_VertId.value_type, Vector_QuadraticForm3f_VertId.
|
|
36763
|
+
Aliases: Vector_QuadraticForm3f_VertId.value_type, Vector_QuadraticForm3f_VertId.reference, Vector_QuadraticForm3f_VertId.const_reference
|
|
36764
36764
|
|
|
36765
36765
|
quadratic form: f = x^T A x + c
|
|
36766
36766
|
\\ingroup MathGroup
|
|
@@ -37702,7 +37702,7 @@ class RegionBitSet(BitSet):
|
|
|
37702
37702
|
class RegionId:
|
|
37703
37703
|
"""
|
|
37704
37704
|
Generated from: MR::RegionId
|
|
37705
|
-
Aliases: Vector_RegionId_FaceId_value_type, Vector_RegionId_RegionId.value_type,
|
|
37705
|
+
Aliases: Vector_RegionId_FaceId_value_type, Vector_RegionId_RegionId.value_type, Vector_RegionId_FaceId_reference, Vector_RegionId_VertId_reference, Vector_RegionId_UndirectedEdgeId_const_reference, Vector_RegionId_RegionId.const_reference, Vector_RegionId_UndirectedEdgeId_value_type, Vector_RegionId_FaceId_const_reference, Vector_RegionId_VertId_value_type, Vector_RegionId_VertId_const_reference, Vector_RegionId_RegionId.reference, TaggedBitSet_RegionTag_IndexType, Vector_RegionId_UndirectedEdgeId_reference
|
|
37706
37706
|
|
|
37707
37707
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
37708
37708
|
"""
|
|
@@ -41259,7 +41259,7 @@ class SymMatrix3b:
|
|
|
41259
41259
|
class SymMatrix3d:
|
|
41260
41260
|
"""
|
|
41261
41261
|
Generated from: MR::SymMatrix3d
|
|
41262
|
-
Aliases:
|
|
41262
|
+
Aliases: QuadraticForm_Vector3d_SM, Vector3_double_SymMatrixType
|
|
41263
41263
|
|
|
41264
41264
|
symmetric 3x3 matrix
|
|
41265
41265
|
\\ingroup MatrixGroup
|
|
@@ -44663,7 +44663,7 @@ class UndirectedEdgeBMap:
|
|
|
44663
44663
|
class UndirectedEdgeBitSet(BitSet):
|
|
44664
44664
|
"""
|
|
44665
44665
|
Generated from: MR::UndirectedEdgeBitSet
|
|
44666
|
-
Aliases:
|
|
44666
|
+
Aliases: ColorMapAggregator_UndirectedEdgeTag_ElementBitSet, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafBitSet, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafBitSet
|
|
44667
44667
|
|
|
44668
44668
|
container of bits representing specific indices (faces, verts or edges)
|
|
44669
44669
|
"""
|
|
@@ -44943,7 +44943,7 @@ class UndirectedEdgeColors:
|
|
|
44943
44943
|
class UndirectedEdgeId:
|
|
44944
44944
|
"""
|
|
44945
44945
|
Generated from: MR::UndirectedEdgeId
|
|
44946
|
-
Aliases:
|
|
44946
|
+
Aliases: AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference, TaggedBitSet_UndirectedEdgeTag_IndexType, Vector_UndirectedEdgeId_UndirectedEdgeId_reference, PolylineUndirectedEdgeIterator.value_type, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_value_type, UndirectedEdgeIterator.value_type
|
|
44947
44947
|
|
|
44948
44948
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
44949
44949
|
"""
|
|
@@ -45829,7 +45829,7 @@ class VariableEdgeTri(EdgeTri):
|
|
|
45829
45829
|
class VdbVolume(VoxelsVolume_std_shared_ptr_OpenVdbFloatGrid, Box1f):
|
|
45830
45830
|
"""
|
|
45831
45831
|
Generated from: MR::VdbVolume
|
|
45832
|
-
Aliases:
|
|
45832
|
+
Aliases: VoxelsVolumeInterpolatedAccessor_VoxelsVolumeAccessor_VdbVolume.VolumeType, VoxelsVolumeAccessor_VdbVolume.VolumeType
|
|
45833
45833
|
|
|
45834
45834
|
represents a box in 3D space subdivided on voxels stored in T;
|
|
45835
45835
|
and stores minimum and maximum values among all valid voxels
|
|
@@ -45849,7 +45849,7 @@ class VdbVolume(VoxelsVolume_std_shared_ptr_OpenVdbFloatGrid, Box1f):
|
|
|
45849
45849
|
class Vector2b:
|
|
45850
45850
|
"""
|
|
45851
45851
|
Generated from: MR::Vector2b
|
|
45852
|
-
Aliases:
|
|
45852
|
+
Aliases: Box_Vector2ll_Vb, Matrix2_bool_VectorType, Box_Vector2f_Vb, Box_Vector2i_Vb, Box_Vector2d_Vb
|
|
45853
45853
|
|
|
45854
45854
|
two-dimensional vector
|
|
45855
45855
|
\\ingroup VectorGroup
|
|
@@ -46038,7 +46038,7 @@ class Vector2d:
|
|
|
46038
46038
|
class Vector2f:
|
|
46039
46039
|
"""
|
|
46040
46040
|
Generated from: MR::Vector2f
|
|
46041
|
-
Aliases: Vector_Vector2f_VertId_value_type, Vector_Vector2f_VertId_const_reference,
|
|
46041
|
+
Aliases: Vector_Vector2f_VertId_value_type, Vector_Vector2f_VertId_const_reference, Vector_Vector2f_VertId_reference, Matrix2_float_VectorType, UVCoord
|
|
46042
46042
|
"""
|
|
46043
46043
|
elements: typing.ClassVar[int] = 2
|
|
46044
46044
|
x: float
|
|
@@ -46541,7 +46541,7 @@ class Vector3d:
|
|
|
46541
46541
|
class Vector3f:
|
|
46542
46542
|
"""
|
|
46543
46543
|
Generated from: MR::Vector3f
|
|
46544
|
-
Aliases:
|
|
46544
|
+
Aliases: Matrix3_float_VectorType, RigidScaleXf3_float_V, Vector_Vector3f_VertId_reference, Vector_Vector3f_FaceId_value_type, Vector_Vector3f_FaceId_reference, RigidXf3_float_V, Vector_Vector3f_VertId_const_reference, Vector_Vector3f_FaceId_const_reference, Vector_Vector3f_VertId_value_type
|
|
46545
46545
|
"""
|
|
46546
46546
|
elements: typing.ClassVar[int] = 3
|
|
46547
46547
|
x: float
|
|
@@ -48776,7 +48776,7 @@ class Vector_Graph_EndVertices_GraphEdgeId:
|
|
|
48776
48776
|
class Vector_ICPGroupPairs_Id_ICPElemtTag:
|
|
48777
48777
|
"""
|
|
48778
48778
|
Generated from: MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>
|
|
48779
|
-
Aliases: Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.const_reference,
|
|
48779
|
+
Aliases: Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_const_reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.value_type, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.reference, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_value_type
|
|
48780
48780
|
|
|
48781
48781
|
|
|
48782
48782
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -50974,7 +50974,7 @@ class Vector_TextureId_TextureId:
|
|
|
50974
50974
|
class Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag:
|
|
50975
50975
|
"""
|
|
50976
50976
|
Generated from: MR::Vector<MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>, MR::Id<MR::ICPElemtTag>>
|
|
50977
|
-
Aliases: 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,
|
|
50977
|
+
Aliases: Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.const_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.reference, Vector_Vector_ICPGroupPairs_ICPElementId_ICPElementId, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_const_reference, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_reference, ICPPairsGrid
|
|
50978
50978
|
|
|
50979
50979
|
|
|
50980
50980
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -52874,7 +52874,7 @@ class Vector_std_vector_GraphEdgeId_GraphVertId:
|
|
|
52874
52874
|
class Vector_std_vector_ObjVertId_Id_ICPElemtTag:
|
|
52875
52875
|
"""
|
|
52876
52876
|
Generated from: MR::Vector<std::vector<MR::ObjVertId>, MR::Id<MR::ICPElemtTag>>
|
|
52877
|
-
Aliases:
|
|
52877
|
+
Aliases: std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_const_reference, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.value_type, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.const_reference, std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_reference, Vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_int.reference, std_vector_Vector_std_vector_ObjVertId_Id_ICPElemtTag_value_type
|
|
52878
52878
|
|
|
52879
52879
|
|
|
52880
52880
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -53713,7 +53713,7 @@ class VertBMap:
|
|
|
53713
53713
|
class VertBitSet(BitSet):
|
|
53714
53714
|
"""
|
|
53715
53715
|
Generated from: MR::VertBitSet
|
|
53716
|
-
Aliases: Vector_VertBitSet_ObjId.
|
|
53716
|
+
Aliases: Vector_VertBitSet_ObjId.const_reference, Vector_VertBitSet_ObjId.reference, Vector_VertBitSet_ObjId.value_type, ColorMapAggregator_VertTag_ElementBitSet
|
|
53717
53717
|
|
|
53718
53718
|
container of bits representing specific indices (faces, verts or edges)
|
|
53719
53719
|
"""
|
|
@@ -54413,7 +54413,7 @@ class VertDistance:
|
|
|
54413
54413
|
class VertId:
|
|
54414
54414
|
"""
|
|
54415
54415
|
Generated from: MR::VertId
|
|
54416
|
-
Aliases:
|
|
54416
|
+
Aliases: Vector_VertId_VertId_value_type, Vector_VertId_VertId_reference, Vector_VertId_VertId_const_reference, TaggedBitSet_VertTag_IndexType
|
|
54417
54417
|
|
|
54418
54418
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
54419
54419
|
"""
|
|
@@ -56859,7 +56859,7 @@ class WatershedGraph:
|
|
|
56859
56859
|
class BasinInfo:
|
|
56860
56860
|
"""
|
|
56861
56861
|
Generated from: MR::WatershedGraph::BasinInfo
|
|
56862
|
-
Aliases: std_vector_WatershedGraph_BasinInfo_value_type, std_vector_WatershedGraph_BasinInfo_reference, std_vector_WatershedGraph_BasinInfo_const_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.
|
|
56862
|
+
Aliases: std_vector_WatershedGraph_BasinInfo_value_type, std_vector_WatershedGraph_BasinInfo_reference, std_vector_WatershedGraph_BasinInfo_const_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.const_reference, Vector_WatershedGraph_BasinInfo_GraphVertId.reference
|
|
56863
56863
|
|
|
56864
56864
|
associated with each vertex in graph
|
|
56865
56865
|
"""
|
|
@@ -56967,7 +56967,7 @@ class WatershedGraph:
|
|
|
56967
56967
|
class BdInfo:
|
|
56968
56968
|
"""
|
|
56969
56969
|
Generated from: MR::WatershedGraph::BdInfo
|
|
56970
|
-
Aliases:
|
|
56970
|
+
Aliases: std_vector_WatershedGraph_BdInfo_reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.const_reference, std_vector_WatershedGraph_BdInfo_value_type, Vector_WatershedGraph_BdInfo_GraphEdgeId.value_type, std_vector_WatershedGraph_BdInfo_const_reference, Vector_WatershedGraph_BdInfo_GraphEdgeId.reference
|
|
56971
56971
|
|
|
56972
56972
|
associated with each edge in graph
|
|
56973
56973
|
"""
|
|
@@ -59572,7 +59572,7 @@ class int_output:
|
|
|
59572
59572
|
"""
|
|
59573
59573
|
class phmap_flat_hash_map_Id_EdgeTag_Id_EdgeTag:
|
|
59574
59574
|
"""
|
|
59575
|
-
Aliases: HashMap_TaggedBitSet_EdgeTag_IndexType_TaggedBitSet_EdgeTag_IndexType,
|
|
59575
|
+
Aliases: HashMap_TaggedBitSet_EdgeTag_IndexType_TaggedBitSet_EdgeTag_IndexType, HashMap_EdgeId_EdgeId, EdgeHashMap
|
|
59576
59576
|
"""
|
|
59577
59577
|
def __bool__(self) -> bool:
|
|
59578
59578
|
"""
|
|
@@ -59614,7 +59614,7 @@ class phmap_flat_hash_map_Id_EdgeTag_Id_EdgeTag:
|
|
|
59614
59614
|
...
|
|
59615
59615
|
class phmap_flat_hash_map_Id_FaceTag_Id_FaceTag:
|
|
59616
59616
|
"""
|
|
59617
|
-
Aliases:
|
|
59617
|
+
Aliases: FaceHashMap, phmap_flat_hash_map_FaceId_FaceId
|
|
59618
59618
|
"""
|
|
59619
59619
|
def __bool__(self) -> bool:
|
|
59620
59620
|
"""
|
|
@@ -60156,7 +60156,7 @@ class phmap_flat_hash_map_Id_VertTag_FlowAggregator_Flows:
|
|
|
60156
60156
|
...
|
|
60157
60157
|
class phmap_flat_hash_map_Id_VertTag_Id_VertTag:
|
|
60158
60158
|
"""
|
|
60159
|
-
Aliases:
|
|
60159
|
+
Aliases: VertHashMap, phmap_flat_hash_map_VertId_VertId
|
|
60160
60160
|
"""
|
|
60161
60161
|
def __bool__(self) -> bool:
|
|
60162
60162
|
"""
|
|
@@ -60603,7 +60603,7 @@ class std_array_Vector3_double_3:
|
|
|
60603
60603
|
...
|
|
60604
60604
|
class std_array_Vector3_float_3:
|
|
60605
60605
|
"""
|
|
60606
|
-
Aliases:
|
|
60606
|
+
Aliases: std_array_Vector3f_3, Vector_std_array_Vector3f_3_FaceId.value_type, Vector_std_array_Vector3f_3_FaceId.const_reference, Vector_std_array_Vector3f_3_FaceId.reference, TriangleCornerNormals, Triangle3f, ThreePoints
|
|
60607
60607
|
"""
|
|
60608
60608
|
def __getitem__(self, arg0: int) -> Vector3f:
|
|
60609
60609
|
...
|
|
@@ -60653,7 +60653,7 @@ class std_array_Vector3_int_3:
|
|
|
60653
60653
|
...
|
|
60654
60654
|
class std_array_VoxelsVolumeMinMax_std_vector_float_3:
|
|
60655
60655
|
"""
|
|
60656
|
-
Aliases: TeethMaskToDirectionVolumeConvertor.DirectionVolume
|
|
60656
|
+
Aliases: std_array_SimpleVolumeMinMax_3, TeethMaskToDirectionVolumeConvertor.DirectionVolume
|
|
60657
60657
|
"""
|
|
60658
60658
|
def __getitem__(self, arg0: int) -> SimpleVolumeMinMax:
|
|
60659
60659
|
...
|
|
@@ -60698,7 +60698,7 @@ class std_array_WeightedVertex_3:
|
|
|
60698
60698
|
...
|
|
60699
60699
|
class std_array_double_4:
|
|
60700
60700
|
"""
|
|
60701
|
-
Aliases:
|
|
60701
|
+
Aliases: std_array_CubicBezierCurve_Vector3d_T_4, std_array_CubicBezierCurve_Vector2d_T_4
|
|
60702
60702
|
"""
|
|
60703
60703
|
def __getitem__(self, arg0: int) -> float:
|
|
60704
60704
|
...
|
|
@@ -60773,7 +60773,7 @@ class std_array_int_4:
|
|
|
60773
60773
|
...
|
|
60774
60774
|
class std_array_std___fs_filesystem_path_4:
|
|
60775
60775
|
"""
|
|
60776
|
-
Aliases:
|
|
60776
|
+
Aliases: std_array_std_filesystem_path_4, SystemPath.SystemFontPaths, std_array_std_filesystem_path_size_t_SystemFontType_Count
|
|
60777
60777
|
"""
|
|
60778
60778
|
def __getitem__(self, arg0: int) -> pathlib.Path:
|
|
60779
60779
|
...
|
|
@@ -62242,7 +62242,7 @@ class std_vector_DistanceMap:
|
|
|
62242
62242
|
...
|
|
62243
62243
|
class std_vector_EdgePoint:
|
|
62244
62244
|
"""
|
|
62245
|
-
Aliases:
|
|
62245
|
+
Aliases: Vector_std_vector_EdgePoint_VertId.reference, SurfacePath, PlaneSection, std_vector_MeshEdgePoint, PlaneSection, std_vector_std_vector_EdgePoint_value_type, IsoLine, std_vector_std_vector_EdgePoint_const_reference, Vector_std_vector_EdgePoint_VertId.const_reference, IsoLine, Vector_std_vector_EdgePoint_VertId.value_type, SurfacePath, std_vector_MeshEdgePoint, std_vector_std_vector_EdgePoint_reference, SurfacePath
|
|
62246
62246
|
"""
|
|
62247
62247
|
__hash__: typing.ClassVar[None] = None
|
|
62248
62248
|
def __bool__(self) -> bool:
|
|
@@ -63956,7 +63956,7 @@ class std_vector_IOFilter:
|
|
|
63956
63956
|
...
|
|
63957
63957
|
class std_vector_Id_EdgeTag:
|
|
63958
63958
|
"""
|
|
63959
|
-
Aliases: std_vector_EdgeId, EdgeLoop, std_vector_EdgeId, EdgeLoop, EdgePath,
|
|
63959
|
+
Aliases: std_vector_EdgeId, EdgeLoop, std_vector_EdgeId, EdgeLoop, EdgePath, std_vector_EdgeId, EdgePath
|
|
63960
63960
|
"""
|
|
63961
63961
|
__hash__: typing.ClassVar[None] = None
|
|
63962
63962
|
def __bool__(self) -> bool:
|
|
@@ -64176,7 +64176,7 @@ class std_vector_Id_FaceTag:
|
|
|
64176
64176
|
...
|
|
64177
64177
|
class std_vector_Id_GraphEdgeTag:
|
|
64178
64178
|
"""
|
|
64179
|
-
Aliases: Vector_std_vector_GraphEdgeId_GraphVertId.reference, Graph.Neighbours, Vector_std_vector_GraphEdgeId_GraphVertId.value_type, Vector_std_vector_GraphEdgeId_GraphVertId.const_reference
|
|
64179
|
+
Aliases: Vector_std_vector_GraphEdgeId_GraphVertId.reference, Graph.Neighbours, Vector_std_vector_GraphEdgeId_GraphVertId.value_type, std_vector_GraphEdgeId, Vector_std_vector_GraphEdgeId_GraphVertId.const_reference
|
|
64180
64180
|
"""
|
|
64181
64181
|
__hash__: typing.ClassVar[None] = None
|
|
64182
64182
|
def __bool__(self) -> bool:
|
|
@@ -74078,7 +74078,7 @@ class std_vector_std_vector_EdgePoint:
|
|
|
74078
74078
|
...
|
|
74079
74079
|
class std_vector_std_vector_Id_EdgeTag:
|
|
74080
74080
|
"""
|
|
74081
|
-
Aliases: std_vector_EdgeLoop,
|
|
74081
|
+
Aliases: std_vector_EdgeLoop, std_vector_EdgePath, std_vector_EdgePath, std_vector_EdgeLoop, std_vector_EdgeLoop, std_vector_EdgePath, EdgeLoops, std_vector_EdgeLoop
|
|
74082
74082
|
"""
|
|
74083
74083
|
__hash__: typing.ClassVar[None] = None
|
|
74084
74084
|
def __bool__(self) -> bool:
|
|
@@ -74499,7 +74499,7 @@ class std_vector_std_vector_ObjVertId:
|
|
|
74499
74499
|
...
|
|
74500
74500
|
class std_vector_std_vector_OffsetContoursOrigins:
|
|
74501
74501
|
"""
|
|
74502
|
-
Aliases: OffsetContoursVertMaps,
|
|
74502
|
+
Aliases: OffsetContoursVertMaps, OffsetContoursVertMaps, std_vector_OffsetContoursVertMap
|
|
74503
74503
|
"""
|
|
74504
74504
|
def __bool__(self) -> bool:
|
|
74505
74505
|
"""
|
|
@@ -75985,13 +75985,13 @@ def asSelectivityType_VisualObject(obj: Object, type: ObjectSelectivityType) ->
|
|
|
75985
75985
|
if input object is of given type then returns another pointer on it
|
|
75986
75986
|
"""
|
|
75987
75987
|
@typing.overload
|
|
75988
|
-
def asString(s: str) -> str:
|
|
75989
|
-
...
|
|
75990
|
-
@typing.overload
|
|
75991
75988
|
def asString(m: SignDetectionMode) -> str:
|
|
75992
75989
|
"""
|
|
75993
75990
|
returns string representation of enum values
|
|
75994
75991
|
"""
|
|
75992
|
+
@typing.overload
|
|
75993
|
+
def asString(s: str) -> str:
|
|
75994
|
+
...
|
|
75995
75995
|
def asU8String(s: str) -> str:
|
|
75996
75996
|
...
|
|
75997
75997
|
def autoOrientLocalTriangulations(pointCloud: PointCloud, triangs: AllLocalTriangulations, region: VertBitSet, progress: func_bool_from_float = '{}', outRep3: Triangulation = None, outRep2: Triangulation = None) -> bool:
|
|
@@ -77348,6 +77348,18 @@ def equalizeTriAreas(mesh: Mesh, params: MeshEqualizeTriAreasParams = '{}', cb:
|
|
|
77348
77348
|
def equalizeTriAreas(topology: MeshTopology, points: VertCoords, params: MeshEqualizeTriAreasParams = '{}', cb: func_bool_from_float = '{}') -> bool:
|
|
77349
77349
|
...
|
|
77350
77350
|
@typing.overload
|
|
77351
|
+
def erodeRegion(mesh: Mesh, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77352
|
+
...
|
|
77353
|
+
@typing.overload
|
|
77354
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77355
|
+
...
|
|
77356
|
+
@typing.overload
|
|
77357
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77358
|
+
...
|
|
77359
|
+
@typing.overload
|
|
77360
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77361
|
+
...
|
|
77362
|
+
@typing.overload
|
|
77351
77363
|
def erodeRegion(pointCloud: PointCloud, region: VertBitSet, erosion: float, cb: func_bool_from_float = '{}', xf: AffineXf3f = None) -> bool:
|
|
77352
77364
|
"""
|
|
77353
77365
|
shrinks the region on given euclidian distance. returns false if callback also returns false
|
|
@@ -77361,18 +77373,6 @@ def erodeRegion(mesh: Mesh, region: FaceBitSet, dilation: float, callback: func_
|
|
|
77361
77373
|
def erodeRegion(mesh: Mesh, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77362
77374
|
...
|
|
77363
77375
|
@typing.overload
|
|
77364
|
-
def erodeRegion(mesh: Mesh, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77365
|
-
...
|
|
77366
|
-
@typing.overload
|
|
77367
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77368
|
-
...
|
|
77369
|
-
@typing.overload
|
|
77370
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77371
|
-
...
|
|
77372
|
-
@typing.overload
|
|
77373
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77374
|
-
...
|
|
77375
|
-
@typing.overload
|
|
77376
77376
|
def erodeRegionByMetric(topology: MeshTopology, metric: func_float_from_Id_EdgeTag, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77377
77377
|
"""
|
|
77378
77378
|
shrinks the region (of faces or vertices) on given metric value. returns false if callback also returns false
|
|
@@ -77734,6 +77734,13 @@ def findDegenerateFaces(mp: MeshPart, criticalAspectRatio: float = 3.40282346638
|
|
|
77734
77734
|
finds faces having aspect ratio >= criticalAspectRatio
|
|
77735
77735
|
"""
|
|
77736
77736
|
@typing.overload
|
|
77737
|
+
def findDirMax(dir: Vector3f, m: Mesh, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77738
|
+
"""
|
|
77739
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77740
|
+
optionally uses aabb-tree inside for faster computation
|
|
77741
|
+
\\ingroup AABBTreeGroup
|
|
77742
|
+
"""
|
|
77743
|
+
@typing.overload
|
|
77737
77744
|
def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77738
77745
|
"""
|
|
77739
77746
|
finds the vertex in the mesh part having the largest projection on given direction,
|
|
@@ -77741,6 +77748,13 @@ def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes')
|
|
|
77741
77748
|
\\ingroup AABBTreeGroup
|
|
77742
77749
|
"""
|
|
77743
77750
|
@typing.overload
|
|
77751
|
+
def findDirMax(dir: Vector3f, mp: MeshVertPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77752
|
+
"""
|
|
77753
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77754
|
+
optionally uses aabb-points-tree inside for faster computation
|
|
77755
|
+
\\ingroup AABBTreeGroup
|
|
77756
|
+
"""
|
|
77757
|
+
@typing.overload
|
|
77744
77758
|
def findDirMax(dir: Vector3f, polyline: Polyline3, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77745
77759
|
"""
|
|
77746
77760
|
finds the vertex in the polyline having the largest projection on given direction,
|
|
@@ -77755,13 +77769,19 @@ def findDirMax(dir: Vector2f, polyline: Polyline2, u: UseAABBTree = 'UseAABBTree
|
|
|
77755
77769
|
\\ingroup AABBTreeGroup
|
|
77756
77770
|
"""
|
|
77757
77771
|
@typing.overload
|
|
77758
|
-
def findDirMax(dir: Vector3f, cloud: PointCloud, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77772
|
+
def findDirMax(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77759
77773
|
"""
|
|
77760
77774
|
finds the point in the cloud having the largest projection on given direction,
|
|
77761
77775
|
optionally uses aabb-tree inside for faster computation
|
|
77762
77776
|
\\ingroup AABBTreeGroup
|
|
77763
77777
|
"""
|
|
77764
77778
|
@typing.overload
|
|
77779
|
+
def findDirMax(dir: Vector3f, tree: AABBTreePoints, region: VertBitSet = None) -> VertId:
|
|
77780
|
+
"""
|
|
77781
|
+
finds the point in the tree having the largest projection on given direction
|
|
77782
|
+
\\ingroup AABBTreeGroup
|
|
77783
|
+
"""
|
|
77784
|
+
@typing.overload
|
|
77765
77785
|
def findDirMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> VertId:
|
|
77766
77786
|
"""
|
|
77767
77787
|
finds the point having the largest projection on given direction by traversing all region points
|
|
@@ -77772,7 +77792,7 @@ def findDirMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitSet
|
|
|
77772
77792
|
finds the point having the largest projection on given direction by traversing all region points
|
|
77773
77793
|
"""
|
|
77774
77794
|
@typing.overload
|
|
77775
|
-
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> VertId:
|
|
77795
|
+
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> VertId:
|
|
77776
77796
|
"""
|
|
77777
77797
|
finds the point in the cloud having the largest projection on given direction by traversing all valid points
|
|
77778
77798
|
"""
|
|
@@ -77792,6 +77812,11 @@ def findDirMaxBruteForce(dir: Vector3f, mp: MeshPart) -> VertId:
|
|
|
77792
77812
|
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) faces
|
|
77793
77813
|
"""
|
|
77794
77814
|
@typing.overload
|
|
77815
|
+
def findDirMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> VertId:
|
|
77816
|
+
"""
|
|
77817
|
+
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) vertices
|
|
77818
|
+
"""
|
|
77819
|
+
@typing.overload
|
|
77795
77820
|
def findDirMinMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77796
77821
|
"""
|
|
77797
77822
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
@@ -77802,7 +77827,7 @@ def findDirMinMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitS
|
|
|
77802
77827
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
77803
77828
|
"""
|
|
77804
77829
|
@typing.overload
|
|
77805
|
-
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> MinMaxArg_float_VertId:
|
|
77830
|
+
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77806
77831
|
"""
|
|
77807
77832
|
finds the points in the cloud having the smallest and the largest projections on given direction by traversing all valid points
|
|
77808
77833
|
"""
|
|
@@ -77821,6 +77846,11 @@ def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshPart) -> MinMaxArg_float_Vert
|
|
|
77821
77846
|
"""
|
|
77822
77847
|
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) faces
|
|
77823
77848
|
"""
|
|
77849
|
+
@typing.overload
|
|
77850
|
+
def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> MinMaxArg_float_VertId:
|
|
77851
|
+
"""
|
|
77852
|
+
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) vertices
|
|
77853
|
+
"""
|
|
77824
77854
|
def findDisorientedFaces(mesh: Mesh) -> FaceBitSet:
|
|
77825
77855
|
"""
|
|
77826
77856
|
returns all faces that are oriented inconsistently, based on number of ray intersections
|
|
@@ -77905,14 +77935,6 @@ def findLeftBoundaryInsideMesh(topology: MeshTopology, region: FaceBitSet) -> st
|
|
|
77905
77935
|
every path has region faces on the left, and valid not-region faces on the right
|
|
77906
77936
|
"""
|
|
77907
77937
|
@typing.overload
|
|
77908
|
-
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77909
|
-
"""
|
|
77910
|
-
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77911
|
-
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77912
|
-
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77913
|
-
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77914
|
-
"""
|
|
77915
|
-
@typing.overload
|
|
77916
77938
|
def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77917
77939
|
"""
|
|
77918
77940
|
\\brief returns the squared Hausdorff distance between two meshes, that is
|
|
@@ -77921,9 +77943,10 @@ def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, max
|
|
|
77921
77943
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77922
77944
|
"""
|
|
77923
77945
|
@typing.overload
|
|
77924
|
-
def
|
|
77946
|
+
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77925
77947
|
"""
|
|
77926
|
-
\\brief returns the
|
|
77948
|
+
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77949
|
+
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77927
77950
|
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77928
77951
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77929
77952
|
"""
|
|
@@ -77935,6 +77958,13 @@ def findMaxDistanceSqOneWay(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = Non
|
|
|
77935
77958
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77936
77959
|
"""
|
|
77937
77960
|
@typing.overload
|
|
77961
|
+
def findMaxDistanceSqOneWay(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77962
|
+
"""
|
|
77963
|
+
\\brief returns the maximum of the squared distances from each B-point to A-cloud
|
|
77964
|
+
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77965
|
+
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77966
|
+
"""
|
|
77967
|
+
@typing.overload
|
|
77938
77968
|
def findMaxVectorDim(dimX: int_output, dimY: int_output, dimZ: int_output, dir: Vector3f) -> None:
|
|
77939
77969
|
"""
|
|
77940
77970
|
\\brief finds index of maximum axis and stores it into dimZ
|
|
@@ -78232,6 +78262,13 @@ def findShortEdges(mp: MeshPart, criticalLength: float, cb: func_bool_from_float
|
|
|
78232
78262
|
finds edges having length <= criticalLength
|
|
78233
78263
|
"""
|
|
78234
78264
|
@typing.overload
|
|
78265
|
+
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78266
|
+
"""
|
|
78267
|
+
\\brief computes minimal distance between two meshes
|
|
78268
|
+
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78269
|
+
\\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
|
|
78270
|
+
"""
|
|
78271
|
+
@typing.overload
|
|
78235
78272
|
def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028234663852886e+38, loDistLimitSq: float = 0) -> SignedDistanceToMeshResult:
|
|
78236
78273
|
"""
|
|
78237
78274
|
\\brief computes the closest point on mesh (or its region) to given point,
|
|
@@ -78240,13 +78277,6 @@ def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028
|
|
|
78240
78277
|
\\param loDistLimitSq low limit on the distance in question, if the real distance smaller then the function exits returning nullopt
|
|
78241
78278
|
"""
|
|
78242
78279
|
@typing.overload
|
|
78243
|
-
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78244
|
-
"""
|
|
78245
|
-
\\brief computes minimal distance between two meshes
|
|
78246
|
-
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78247
|
-
\\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
|
|
78248
|
-
"""
|
|
78249
|
-
@typing.overload
|
|
78250
78280
|
def findSignedDistances(refMesh: Mesh, testPoints: VertCoords, validTestPoints: VertBitSet = '{}', params: MeshProjectionParameters = '{}', projector: IPointsToMeshProjector = '{}') -> VertScalars:
|
|
78251
78281
|
"""
|
|
78252
78282
|
Computes signed distances from given test points to the closest point on the reference mesh:
|
meshlib/mrmeshpy.so
CHANGED
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
meshlib-3.0.5.
|
|
2
|
-
meshlib-3.0.5.
|
|
3
|
-
meshlib-3.0.5.
|
|
4
|
-
meshlib-3.0.5.
|
|
5
|
-
meshlib-3.0.5.
|
|
1
|
+
meshlib-3.0.5.215.dist-info/RECORD,,
|
|
2
|
+
meshlib-3.0.5.215.dist-info/WHEEL,sha256=o546afWrpDorOTl_ZgSNq6hni1GPJNy3IktEg7BMnk8,275
|
|
3
|
+
meshlib-3.0.5.215.dist-info/top_level.txt,sha256=qxFkGYDQ1Pc6TMlvS0PU9oUjvaFMs97gWbPYzzJxqiM,8
|
|
4
|
+
meshlib-3.0.5.215.dist-info/METADATA,sha256=5gow_EdcbdoZkdYo4y9I_mCsiwRNXY4MHto8T_vsywE,17334
|
|
5
|
+
meshlib-3.0.5.215.dist-info/licenses/LICENSE,sha256=sQZbvhjgrgYxqoOJNpBjj0mcH_hEhSeyj6eM9j1NUP8,7665
|
|
6
6
|
meshlib/NotoSansSC-Regular.otf,sha256=ork-bC2wXWu79vJ9QT7HMmlzW3tnkBnIpaqWcP8P-_I,8482020
|
|
7
7
|
meshlib/fa-solid-900.ttf,sha256=r2OXUD_O-9YTl2whrVweNymMGLvgfQltsDzNOvbgW6g,202744
|
|
8
8
|
meshlib/MRDarkTheme.json,sha256=kwMPe9DQioepCwvsy5w8urFwScZY4QJTKXx08kj84AY,6538
|
|
@@ -11,12 +11,12 @@ meshlib/MRLightTheme.json,sha256=8LiK3fcjFmpZ5K0qhmaH8X2AvtvOrGmBPVx7D15dLmg,659
|
|
|
11
11
|
meshlib/mrmeshnumpy.pyi,sha256=0oVwfUXVdZRlTHT3Z9q244doAdff7djIMoYPjywy5pU,4270
|
|
12
12
|
meshlib/__init__.py,sha256=wvHbg87n5KmBeXJ3KjzqRR20SEdG_hgcpUDW_iNMrXY,457
|
|
13
13
|
meshlib/libpybind11nonlimitedapi_meshlib_3.8.dylib,sha256=jjRg9frRoSRnaprjzOjF_RwSLMIeU9uw5AivnSGN_L8,239600
|
|
14
|
-
meshlib/mrmeshpy.pyi,sha256=
|
|
14
|
+
meshlib/mrmeshpy.pyi,sha256=ZpK_kd8xWCHE4vTPNnlTyhAI_jQbcYQnug84K_wWDTE,2843600
|
|
15
15
|
meshlib/mrmeshnumpy.so,sha256=qq6mUJ42xzlsAYd_lUGtPQZv6FQbAFsI8b_k7EImDEY,311152
|
|
16
16
|
meshlib/libpybind11nonlimitedapi_meshlib_3.13.dylib,sha256=oMIZH2wpLKFs6zttd5JnmogxH8HQHzgtl2gZY0YlcjI,240912
|
|
17
17
|
meshlib/libpybind11nonlimitedapi_meshlib_3.11.dylib,sha256=LFULn2Sn_brq6F74Oab9-GpgzUToZ1jgOMAHogIO-h4,240656
|
|
18
18
|
meshlib/mrviewerpy.so,sha256=DgvLmqmuXfdXB87x2ut9YxSPa1RRRrU5LesOqDygSvw,988864
|
|
19
|
-
meshlib/mrmeshpy.so,sha256=
|
|
19
|
+
meshlib/mrmeshpy.so,sha256=sMGoJ7in2jwvsms-acxHe1YhN6VFgvDoRUI66L1lFVI,92402736
|
|
20
20
|
meshlib/libpybind11nonlimitedapi_meshlib_3.10.dylib,sha256=Crg-LMQBmdmk-5e7wXJgvEM57tv7O7uVCAnz2q-fAEQ,239968
|
|
21
21
|
meshlib/libpybind11nonlimitedapi_meshlib_3.12.dylib,sha256=V6AZ-IHKfrxNxe9l0EC0CeMW1YLce8BRxbFXl80kM9U,240752
|
|
22
22
|
meshlib/mrviewerpy.pyi,sha256=4hcW1f0fHm0LkZrwwOSRAhbYQHpAirWlUe4L-XG7bxY,19408
|
|
@@ -63,7 +63,7 @@ meshlib/.dylibs/libTKHLR.7.9.0.dylib,sha256=m8zIzqtVG1cZSbncjAx6CYlISlE5elix50H1
|
|
|
63
63
|
meshlib/.dylibs/libblosc.1.21.6.dylib,sha256=RQ-M4KoeQVeFdeXWdQ624ZoKoRHnmcdOlcy8cQqtXpQ,711168
|
|
64
64
|
meshlib/.dylibs/libtbb.12.15.dylib,sha256=EQbtG985Ta_AJJLU4MKtEqIhBrt3YNnq9180RVlMjsY,341120
|
|
65
65
|
meshlib/.dylibs/libTKVCAF.7.9.0.dylib,sha256=A8VG-oZlmuh5WcKznANUhPLI4lcblHJ23_R23df7u3M,272592
|
|
66
|
-
meshlib/.dylibs/libMRVoxels.dylib,sha256=
|
|
66
|
+
meshlib/.dylibs/libMRVoxels.dylib,sha256=q_0ac4AM_ys5CjjbOndtGJlvoVPHAhWmJBuKZbJti5A,6713344
|
|
67
67
|
meshlib/.dylibs/libglad.dylib,sha256=vRypYrG1gJKF2JfeTARinOyZFNFGMA_jDTad7V4Yduc,194336
|
|
68
68
|
meshlib/.dylibs/libgdcmMSFF.3.0.24.dylib,sha256=zlgov7lYmVbsKmfdhk9TNO624z4MvzPAGrd3d79Aito,1808272
|
|
69
69
|
meshlib/.dylibs/libclip.dylib,sha256=3HdI49ATK5Ss0fC9OVitlXea7140ie_BDPiJizxFjG4,96528
|
|
@@ -91,7 +91,7 @@ meshlib/.dylibs/libMRSymbolMesh.dylib,sha256=Tu3OJH6vle271lKGGwLl1gUWXmydEhtjqcK
|
|
|
91
91
|
meshlib/.dylibs/libE57Format.3.2.0.dylib,sha256=YGcfh-brJmhJ3dfIRPoCSKnsLY0ZSb3SflRHWJz9N14,968208
|
|
92
92
|
meshlib/.dylibs/libcpr.1.11.1.dylib,sha256=fIA3ggOj7E7rMxmO3HrsQtxRGVuY0b25uJbz8sbtr4Q,344592
|
|
93
93
|
meshlib/.dylibs/libTKPrim.7.9.0.dylib,sha256=435WM06Cz6QXx2432NB-SUZ90t77gNLw6DzORKDDgqQ,340528
|
|
94
|
-
meshlib/.dylibs/libMRMesh.dylib,sha256=
|
|
94
|
+
meshlib/.dylibs/libMRMesh.dylib,sha256=JLF2tziZ9XqAWgscpqgp-0-v8CFKi8opf5uKL2jit2M,10598112
|
|
95
95
|
meshlib/.dylibs/libtiff.6.dylib,sha256=dpD6SAhAjt3JMf_IDVj59SyDw90E3hjkeHrATyrUATk,543120
|
|
96
96
|
meshlib/.dylibs/libboost_system.dylib,sha256=H4vr9GnZwVOBxkvoEdmS4eY8YM65OsK4Z6PwXWPmdCs,35312
|
|
97
97
|
meshlib/.dylibs/libicui18n.77.1.dylib,sha256=iUPCkctmwkAh2WGSA5m8wT8g6kFxd6zQJ8_hEvnR2CU,3169488
|
|
File without changes
|
|
File without changes
|
|
File without changes
|