meshlib 3.0.5.213__py39.py310.py311.py312.py313-none-macosx_13_0_x86_64.whl → 3.0.5.215__py39.py310.py311.py312.py313-none-macosx_13_0_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/.dylibs/libMRMesh.dylib +0 -0
- meshlib/.dylibs/libMRVoxels.dylib +0 -0
- meshlib/mrmeshpy.pyi +139 -109
- 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
|
@@ -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: Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.value_type,
|
|
423
|
+
Aliases: Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.value_type, Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.const_reference, Vector_AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f_NodeId.reference, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.Node
|
|
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: std_vector_AABBTreeNode_ObjTreeTraits_reference,
|
|
479
|
+
Aliases: std_vector_AABBTreeNode_ObjTreeTraits_reference, Vector_AABBTreeNode_ObjTreeTraits_NodeId.reference, AABBTreeBase_ObjTreeTraits.Node, Vector_AABBTreeNode_ObjTreeTraits_NodeId.value_type, std_vector_AABBTreeNode_ObjTreeTraits_const_reference, Vector_AABBTreeNode_ObjTreeTraits_NodeId.const_reference, AABBTreeNode_AABBTreeBase_ObjTreeTraits_Traits, std_vector_AABBTreeNode_ObjTreeTraits_value_type, AABBTreeBase_ObjTreeTraits.Node
|
|
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:
|
|
579
|
+
Aliases: Vector_AABBTreePoints_Node_NodeId.reference, std_vector_AABBTreePoints_Node_const_reference, Vector_AABBTreePoints_Node_NodeId.const_reference, std_vector_AABBTreePoints_Node_reference, Vector_AABBTreePoints_Node_NodeId.value_type, std_vector_AABBTreePoints_Node_value_type
|
|
580
580
|
"""
|
|
581
581
|
@typing.overload
|
|
582
582
|
def __init__(self) -> None:
|
|
@@ -2435,7 +2435,7 @@ class BestFitParabolaf:
|
|
|
2435
2435
|
class BitSet:
|
|
2436
2436
|
"""
|
|
2437
2437
|
Generated from: MR::BitSet
|
|
2438
|
-
Aliases: TaggedBitSet_UndirectedEdgeTag_base, TaggedBitSet_NodeTag_base, TaggedBitSet_VertTag_base, TaggedBitSet_PixelTag_base, TaggedBitSet_ICPElemtTag.base, TaggedBitSet_ObjTag_base, TaggedBitSet_RegionTag_base, TaggedBitSet_GraphVertTag_base, TaggedBitSet_EdgeTag_base, TaggedBitSet_TextureTag_base,
|
|
2438
|
+
Aliases: TaggedBitSet_UndirectedEdgeTag_base, TaggedBitSet_NodeTag_base, TaggedBitSet_VertTag_base, TaggedBitSet_PixelTag_base, TaggedBitSet_ICPElemtTag.base, TaggedBitSet_ObjTag_base, TaggedBitSet_RegionTag_base, TaggedBitSet_FaceTag_base, TaggedBitSet_GraphVertTag_base, TaggedBitSet_EdgeTag_base, TaggedBitSet_TextureTag_base, TaggedBitSet_GraphEdgeTag_base, TaggedBitSet_VoxelTag_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: AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_ObjTreeTraits.BoxT, ObjTreeTraits.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.BoxT,
|
|
4331
|
+
Aliases: AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeNode_ObjTreeTraits.BoxT, ObjTreeTraits.BoxT, AABBTreeTraits_UndirectedEdgeTag_Box3f.BoxT, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.BoxT, AABBTreeBase_ObjTreeTraits.BoxT, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.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: Vector_Color_VertId_reference, Vector_Color_FaceId_reference, std_vector_Color_value_type, Vector_Color_VertId_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_FaceId_value_type, Vector_Color_UndirectedEdgeId_const_reference,
|
|
7663
|
+
Aliases: std_vector_Color_const_reference, Vector_Color_FaceId_const_reference, std_vector_Color_reference, Vector_Color_VertId_reference, Vector_Color_UndirectedEdgeId_reference, Vector_Color_FaceId_reference, std_vector_Color_value_type, Vector_Color_VertId_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_FaceId_value_type, Vector_Color_UndirectedEdgeId_const_reference, Vector_Color_Id_EdgeTag_const_reference, Vector_Color_Id_EdgeTag_reference, Vector_Color_VertId_const_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:
|
|
10289
|
+
Aliases: Vector_Dipole_NodeId_value_type, std_vector_Dipole_reference, Vector_Dipole_NodeId_reference, std_vector_Dipole_const_reference, Vector_Dipole_NodeId_const_reference, std_vector_Dipole_value_type
|
|
10290
10290
|
|
|
10291
10291
|
Single oriented point or two oppositely charged points close together, representing a mesh part (one or more triangles)
|
|
10292
10292
|
https://www.dgp.toronto.edu/projects/fast-winding-numbers/fast-winding-numbers-for-soups-and-clouds-siggraph-2018-barill-et-al.pdf
|
|
@@ -10947,11 +10947,11 @@ class DistanceMapSave:
|
|
|
10947
10947
|
"""
|
|
10948
10948
|
@staticmethod
|
|
10949
10949
|
@typing.overload
|
|
10950
|
-
def toAnySupportedFormat(
|
|
10950
|
+
def toAnySupportedFormat(path: os.PathLike | str | bytes, dmapObject: DistanceMap, xf: AffineXf3f = None) -> None:
|
|
10951
10951
|
...
|
|
10952
10952
|
@staticmethod
|
|
10953
10953
|
@typing.overload
|
|
10954
|
-
def toAnySupportedFormat(path: os.PathLike | str | bytes,
|
|
10954
|
+
def toAnySupportedFormat(dmap: DistanceMap, path: os.PathLike | str | bytes, settings: DistanceMapSaveSettings = '{}') -> None:
|
|
10955
10955
|
...
|
|
10956
10956
|
@staticmethod
|
|
10957
10957
|
@typing.overload
|
|
@@ -13342,7 +13342,7 @@ class FaceFace:
|
|
|
13342
13342
|
class FaceId:
|
|
13343
13343
|
"""
|
|
13344
13344
|
Generated from: MR::FaceId
|
|
13345
|
-
Aliases:
|
|
13345
|
+
Aliases: TaggedBitSet_FaceTag_IndexType, AABBTreeTraits_FaceTag_Box3f.LeafId, AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.LeafId, Vector_FaceId_FaceId_const_reference, Vector_FaceId_FaceId_reference, Vector_FaceId_FaceId_value_type
|
|
13346
13346
|
|
|
13347
13347
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
13348
13348
|
"""
|
|
@@ -13834,7 +13834,7 @@ class FaceScalars:
|
|
|
13834
13834
|
class FanRecord:
|
|
13835
13835
|
"""
|
|
13836
13836
|
Generated from: MR::FanRecord
|
|
13837
|
-
Aliases:
|
|
13837
|
+
Aliases: std_vector_FanRecord_value_type, std_vector_FanRecord_const_reference, Vector_FanRecord_VertId.const_reference, std_vector_FanRecord_reference, Vector_FanRecord_VertId.reference, Vector_FanRecord_VertId.value_type
|
|
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.
|
|
16939
|
+
Aliases: Vector_GraphEdgeId_GraphEdgeId.const_reference, Vector_GraphEdgeId_GraphEdgeId.value_type, TaggedBitSet_GraphEdgeTag_IndexType, Vector_GraphEdgeId_GraphEdgeId.reference, 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: Vector_GraphVertId_GraphVertId.reference, TaggedBitSet_GraphVertTag_IndexType, Graph.VertId, Vector_GraphVertId_GraphVertId.
|
|
17142
|
+
Aliases: Vector_GraphVertId_GraphVertId.reference, TaggedBitSet_GraphVertTag_IndexType, Graph.VertId, Vector_GraphVertId_GraphVertId.const_reference, Vector_GraphVertId_GraphVertId.value_type
|
|
17143
17143
|
|
|
17144
17144
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
17145
17145
|
"""
|
|
@@ -18327,7 +18327,7 @@ class IRenderObject:
|
|
|
18327
18327
|
class Id_EdgeTag:
|
|
18328
18328
|
"""
|
|
18329
18329
|
Generated from: MR::Id<MR::EdgeTag>
|
|
18330
|
-
Aliases: RingIterator_NextEdgeSameOrigin.value_type, std_vector_Id_EdgeTag_value_type, std_vector_Id_EdgeTag_reference, std_vector_Id_EdgeTag_const_reference, Vector_Id_EdgeTag_VertId.const_reference, EdgeId, Vector_Id_EdgeTag_VertId.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, TaggedBitSet_EdgeTag_IndexType, Vector_Id_EdgeTag_UndirectedEdgeId_reference, Vector_Id_EdgeTag_FaceId.const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference,
|
|
18330
|
+
Aliases: RingIterator_NextEdgeSameOrigin.value_type, std_vector_Id_EdgeTag_value_type, std_vector_Id_EdgeTag_reference, std_vector_Id_EdgeTag_const_reference, Vector_Id_EdgeTag_VertId.const_reference, EdgeId, Vector_Id_EdgeTag_VertId.value_type, Vector_Id_EdgeTag_UndirectedEdgeId_value_type, TaggedBitSet_EdgeTag_IndexType, Vector_Id_EdgeTag_UndirectedEdgeId_reference, Vector_Id_EdgeTag_FaceId.const_reference, Vector_Id_EdgeTag_Id_EdgeTag_const_reference, Vector_Id_EdgeTag_FaceId.value_type, Vector_Id_EdgeTag_VertId.reference, EdgeId, Vector_Id_EdgeTag_Id_EdgeTag_reference, RingIterator_NextEdgeSameLeft.value_type, Vector_Id_EdgeTag_Id_EdgeTag_value_type, Vector_Id_EdgeTag_FaceId.reference, 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:
|
|
18410
|
+
Aliases: Vector_Id_ICPElemtTag_Id_ICPElemtTag.reference, TaggedBitSet_ICPElemtTag.IndexType, std_vector_Id_ICPElemtTag_value_type, std_vector_Id_ICPElemtTag_reference, std_vector_Id_ICPElemtTag_const_reference, ICPElementId, Vector_Id_ICPElemtTag_Id_ICPElemtTag.value_type, Vector_Id_ICPElemtTag_Id_ICPElemtTag.const_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_FaceId.value_type, Vector_Id_VoxelTag_FaceId.const_reference, std_vector_Id_VoxelTag_reference, TaggedBitSet_VoxelTag_IndexType, VoxelId, Vector_Id_VoxelTag_Id_VoxelTag.reference, std_vector_Id_VoxelTag_value_type, std_vector_Id_VoxelTag_const_reference, Vector_Id_VoxelTag_Id_VoxelTag.value_type, Vector_Id_VoxelTag_Id_VoxelTag.const_reference, Vector_Id_VoxelTag_FaceId.reference
|
|
18474
18474
|
"""
|
|
18475
18475
|
__hash__: typing.ClassVar[None] = None
|
|
18476
18476
|
@staticmethod
|
|
@@ -24051,7 +24051,7 @@ class MeshBuilder:
|
|
|
24051
24051
|
class VertSpan:
|
|
24052
24052
|
"""
|
|
24053
24053
|
Generated from: MR::MeshBuilder::VertSpan
|
|
24054
|
-
Aliases: std_vector_MeshBuilder_VertSpan_value_type, Vector_MeshBuilder_VertSpan_FaceId.value_type, std_vector_MeshBuilder_VertSpan_const_reference,
|
|
24054
|
+
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
|
|
24055
24055
|
|
|
24056
24056
|
each face is surrounded by a closed contour of vertices [fistVertex, lastVertex)
|
|
24057
24057
|
"""
|
|
@@ -25832,7 +25832,7 @@ class MeshOrPointsObject:
|
|
|
25832
25832
|
class MeshOrPointsXf:
|
|
25833
25833
|
"""
|
|
25834
25834
|
Generated from: MR::MeshOrPointsXf
|
|
25835
|
-
Aliases: Vector_MeshOrPointsXf_ObjId.
|
|
25835
|
+
Aliases: std_vector_MeshOrPointsXf_const_reference, Vector_MeshOrPointsXf_ObjId.const_reference, std_vector_MeshOrPointsXf_reference, Vector_MeshOrPointsXf_ObjId.value_type, Vector_MeshOrPointsXf_ObjId.reference, std_vector_MeshOrPointsXf_value_type
|
|
25836
25836
|
|
|
25837
25837
|
an object and its transformation to global space with other objects
|
|
25838
25838
|
"""
|
|
@@ -26297,17 +26297,13 @@ class MeshSave:
|
|
|
26297
26297
|
...
|
|
26298
26298
|
@staticmethod
|
|
26299
26299
|
@typing.overload
|
|
26300
|
-
def toCtm(mesh: Mesh, file: os.PathLike | str | bytes, settings: SaveSettings = '{}') -> None:
|
|
26301
|
-
...
|
|
26302
|
-
@staticmethod
|
|
26303
|
-
@typing.overload
|
|
26304
26300
|
def toCtm(mesh: Mesh, file: os.PathLike | str | bytes, options: MeshSave.CtmSaveOptions) -> None:
|
|
26305
26301
|
"""
|
|
26306
26302
|
saves in .ctm file
|
|
26307
26303
|
"""
|
|
26308
26304
|
@staticmethod
|
|
26309
26305
|
@typing.overload
|
|
26310
|
-
def toCtm(mesh: Mesh,
|
|
26306
|
+
def toCtm(mesh: Mesh, file: os.PathLike | str | bytes, settings: SaveSettings = '{}') -> None:
|
|
26311
26307
|
...
|
|
26312
26308
|
@staticmethod
|
|
26313
26309
|
@typing.overload
|
|
@@ -26315,6 +26311,10 @@ class MeshSave:
|
|
|
26315
26311
|
...
|
|
26316
26312
|
@staticmethod
|
|
26317
26313
|
@typing.overload
|
|
26314
|
+
def toCtm(mesh: Mesh, out: typing.Any, settings: SaveSettings = '{}') -> None:
|
|
26315
|
+
...
|
|
26316
|
+
@staticmethod
|
|
26317
|
+
@typing.overload
|
|
26318
26318
|
def toMrmesh(mesh: Mesh, file: os.PathLike | str | bytes, settings: SaveSettings = '{}') -> None:
|
|
26319
26319
|
"""
|
|
26320
26320
|
saves in internal file format;
|
|
@@ -27650,7 +27650,7 @@ class ModelBaseRenderParams(BaseRenderParams):
|
|
|
27650
27650
|
class ModelPointsData:
|
|
27651
27651
|
"""
|
|
27652
27652
|
Generated from: MR::ModelPointsData
|
|
27653
|
-
Aliases: Vector_ModelPointsData_ObjId.
|
|
27653
|
+
Aliases: std_vector_ModelPointsData_const_reference, Vector_ModelPointsData_ObjId.const_reference, Vector_ModelPointsData_ObjId.reference, std_vector_ModelPointsData_reference, std_vector_ModelPointsData_value_type, Vector_ModelPointsData_ObjId.value_type
|
|
27654
27654
|
|
|
27655
27655
|
structure to contain pointers to model data
|
|
27656
27656
|
"""
|
|
@@ -28686,7 +28686,7 @@ class NoCtor_unsigned_char:
|
|
|
28686
28686
|
class NoDefInit_FaceId(FaceId):
|
|
28687
28687
|
"""
|
|
28688
28688
|
Generated from: MR::NoDefInit<MR::FaceId>
|
|
28689
|
-
Aliases: Buffer_FaceId.const_iterator, Buffer_FaceId.T, Buffer_FaceId_FaceId.T, Buffer_FaceId.iterator, Buffer_FaceId_FaceId.iterator,
|
|
28689
|
+
Aliases: Buffer_FaceId.const_iterator, Buffer_FaceId.T, Buffer_FaceId_FaceId.T, Buffer_FaceId.iterator, Buffer_FaceId_FaceId.iterator, NoCtor_FaceId.type, Buffer_FaceId_FaceId.reference, Buffer_FaceId_FaceId.const_iterator, Buffer_FaceId_FaceId.const_reference, Buffer_FaceId.reference, Buffer_FaceId.const_reference
|
|
28690
28690
|
|
|
28691
28691
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28692
28692
|
"""
|
|
@@ -28737,7 +28737,7 @@ class NoDefInit_GraphVertId(GraphVertId):
|
|
|
28737
28737
|
class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
28738
28738
|
"""
|
|
28739
28739
|
Generated from: MR::NoDefInit<MR::Id<MR::EdgeTag>>
|
|
28740
|
-
Aliases: 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_Id_EdgeTag.T, Buffer_Id_EdgeTag_UndirectedEdgeId.
|
|
28740
|
+
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_Id_EdgeTag.T, Buffer_Id_EdgeTag_UndirectedEdgeId.const_reference, Buffer_Id_EdgeTag_Id_EdgeTag.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.const_reference, Buffer_Id_EdgeTag_UndirectedEdgeId.const_iterator, Buffer_Id_EdgeTag_UndirectedEdgeId.reference, Buffer_Id_EdgeTag_UndirectedEdgeId.T, Buffer_Id_EdgeTag_Id_EdgeTag.T, std_unique_ptr_NoDefInit_Id_EdgeTag_pointer, NoCtor_Id_EdgeTag.type, Buffer_Id_EdgeTag_UndirectedEdgeId.T
|
|
28741
28741
|
|
|
28742
28742
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28743
28743
|
"""
|
|
@@ -28754,7 +28754,7 @@ class NoDefInit_Id_EdgeTag(Id_EdgeTag):
|
|
|
28754
28754
|
class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
28755
28755
|
"""
|
|
28756
28756
|
Generated from: MR::NoDefInit<MR::Id<MR::ICPElemtTag>>
|
|
28757
|
-
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.
|
|
28757
|
+
Aliases: Buffer_Id_ICPElemtTag_Id_ICPElemtTag.reference, std_unique_ptr_NoDefInit_Id_ICPElemtTag_pointer, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, NoCtor_Id_ICPElemtTag.type, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.T, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.iterator, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, Buffer_Id_ICPElemtTag_Id_ICPElemtTag.const_iterator
|
|
28758
28758
|
|
|
28759
28759
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28760
28760
|
"""
|
|
@@ -28771,7 +28771,7 @@ class NoDefInit_Id_ICPElemtTag(Id_ICPElemtTag):
|
|
|
28771
28771
|
class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
28772
28772
|
"""
|
|
28773
28773
|
Generated from: MR::NoDefInit<MR::Id<MR::VoxelTag>>
|
|
28774
|
-
Aliases:
|
|
28774
|
+
Aliases: std_unique_ptr_NoDefInit_Id_VoxelTag_pointer, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.T, Buffer_Id_VoxelTag_Id_VoxelTag.const_reference, Buffer_Id_VoxelTag_Id_VoxelTag.reference, Buffer_Id_VoxelTag_Id_VoxelTag.const_iterator, Buffer_Id_VoxelTag_Id_VoxelTag.T, NoCtor_Id_VoxelTag.type, Buffer_Id_VoxelTag_Id_VoxelTag.iterator
|
|
28775
28775
|
|
|
28776
28776
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28777
28777
|
"""
|
|
@@ -28788,7 +28788,7 @@ class NoDefInit_Id_VoxelTag(Id_VoxelTag):
|
|
|
28788
28788
|
class NoDefInit_NodeId(NodeId):
|
|
28789
28789
|
"""
|
|
28790
28790
|
Generated from: MR::NoDefInit<MR::NodeId>
|
|
28791
|
-
Aliases:
|
|
28791
|
+
Aliases: NoCtor_NodeId.type, Buffer_NodeId_NodeId.reference, Buffer_NodeId_NodeId.iterator, Buffer_NodeId_NodeId.const_iterator, Buffer_NodeId_NodeId.const_reference, Buffer_NodeId_NodeId.T
|
|
28792
28792
|
|
|
28793
28793
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28794
28794
|
"""
|
|
@@ -28805,7 +28805,7 @@ class NoDefInit_NodeId(NodeId):
|
|
|
28805
28805
|
class NoDefInit_ObjId(ObjId):
|
|
28806
28806
|
"""
|
|
28807
28807
|
Generated from: MR::NoDefInit<MR::ObjId>
|
|
28808
|
-
Aliases:
|
|
28808
|
+
Aliases: NoCtor_ObjId.type, Buffer_ObjId_ObjId.T, Buffer_ObjId_ObjId.iterator, Buffer_ObjId_ObjId.reference, Buffer_ObjId_ObjId.const_iterator, Buffer_ObjId_ObjId.const_reference
|
|
28809
28809
|
|
|
28810
28810
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28811
28811
|
"""
|
|
@@ -28822,7 +28822,7 @@ class NoDefInit_ObjId(ObjId):
|
|
|
28822
28822
|
class NoDefInit_PixelId(PixelId):
|
|
28823
28823
|
"""
|
|
28824
28824
|
Generated from: MR::NoDefInit<MR::PixelId>
|
|
28825
|
-
Aliases: NoCtor_PixelId.type, Buffer_PixelId_PixelId.T, Buffer_PixelId_PixelId.reference, Buffer_PixelId_PixelId.iterator, Buffer_PixelId_PixelId.
|
|
28825
|
+
Aliases: NoCtor_PixelId.type, Buffer_PixelId_PixelId.T, Buffer_PixelId_PixelId.reference, Buffer_PixelId_PixelId.iterator, Buffer_PixelId_PixelId.const_iterator, Buffer_PixelId_PixelId.const_reference
|
|
28826
28826
|
|
|
28827
28827
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28828
28828
|
"""
|
|
@@ -28839,7 +28839,7 @@ class NoDefInit_PixelId(PixelId):
|
|
|
28839
28839
|
class NoDefInit_RegionId(RegionId):
|
|
28840
28840
|
"""
|
|
28841
28841
|
Generated from: MR::NoDefInit<MR::RegionId>
|
|
28842
|
-
Aliases: Buffer_RegionId_RegionId.
|
|
28842
|
+
Aliases: Buffer_RegionId_RegionId.iterator, NoCtor_RegionId.type, Buffer_RegionId_RegionId.T, Buffer_RegionId_RegionId.const_iterator, Buffer_RegionId_RegionId.const_reference, Buffer_RegionId_RegionId.reference
|
|
28843
28843
|
|
|
28844
28844
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28845
28845
|
"""
|
|
@@ -28856,7 +28856,7 @@ class NoDefInit_RegionId(RegionId):
|
|
|
28856
28856
|
class NoDefInit_TextureId(TextureId):
|
|
28857
28857
|
"""
|
|
28858
28858
|
Generated from: MR::NoDefInit<MR::TextureId>
|
|
28859
|
-
Aliases: Buffer_TextureId_TextureId.
|
|
28859
|
+
Aliases: Buffer_TextureId_TextureId.iterator, Buffer_TextureId_TextureId.T, Buffer_TextureId_TextureId.const_reference, NoCtor_TextureId.type, Buffer_TextureId_TextureId.const_iterator, Buffer_TextureId_TextureId.reference
|
|
28860
28860
|
|
|
28861
28861
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28862
28862
|
"""
|
|
@@ -28873,7 +28873,7 @@ class NoDefInit_TextureId(TextureId):
|
|
|
28873
28873
|
class NoDefInit_UndirectedEdgeId(UndirectedEdgeId):
|
|
28874
28874
|
"""
|
|
28875
28875
|
Generated from: MR::NoDefInit<MR::UndirectedEdgeId>
|
|
28876
|
-
Aliases: NoCtor_UndirectedEdgeId.type, Buffer_UndirectedEdgeId_UndirectedEdgeId.
|
|
28876
|
+
Aliases: NoCtor_UndirectedEdgeId.type, Buffer_UndirectedEdgeId_UndirectedEdgeId.reference, Buffer_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId_UndirectedEdgeId.const_reference, Buffer_UndirectedEdgeId.iterator, Buffer_UndirectedEdgeId_UndirectedEdgeId.const_iterator, Buffer_UndirectedEdgeId.reference, Buffer_UndirectedEdgeId.const_iterator, Buffer_UndirectedEdgeId_UndirectedEdgeId.T, Buffer_UndirectedEdgeId_UndirectedEdgeId.iterator, Buffer_UndirectedEdgeId.T
|
|
28877
28877
|
|
|
28878
28878
|
this class is similar to T, but does not make default initialization of the fields for best performance
|
|
28879
28879
|
"""
|
|
@@ -29061,7 +29061,7 @@ class NodeBitSet(BitSet):
|
|
|
29061
29061
|
class NodeId:
|
|
29062
29062
|
"""
|
|
29063
29063
|
Generated from: MR::NodeId
|
|
29064
|
-
Aliases: Vector_NodeId_NodeId.
|
|
29064
|
+
Aliases: Vector_NodeId_NodeId.const_reference, Vector_NodeId_NodeId.reference, Vector_NodeId_NodeId.value_type, TaggedBitSet_NodeTag_IndexType
|
|
29065
29065
|
|
|
29066
29066
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29067
29067
|
"""
|
|
@@ -29387,7 +29387,7 @@ class ObjBitSet(BitSet):
|
|
|
29387
29387
|
class ObjId:
|
|
29388
29388
|
"""
|
|
29389
29389
|
Generated from: MR::ObjId
|
|
29390
|
-
Aliases:
|
|
29390
|
+
Aliases: TaggedBitSet_ObjTag_IndexType, AABBTreeNode_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_const_reference, Vector_ObjId_ObjId_reference, AABBTreeBase_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_value_type, ObjTreeTraits.LeafId
|
|
29391
29391
|
|
|
29392
29392
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
29393
29393
|
"""
|
|
@@ -30453,7 +30453,7 @@ class ObjectLinesHolder(VisualObject):
|
|
|
30453
30453
|
class ObjectMesh(ObjectMeshHolder):
|
|
30454
30454
|
"""
|
|
30455
30455
|
Generated from: MR::ObjectMesh
|
|
30456
|
-
Aliases:
|
|
30456
|
+
Aliases: ChangeMeshAction.Obj, ChangeMeshFaceSelectionAction.Obj, ChangeMeshPointsAction.Obj, ChangeMeshCreasesAction.Obj, ChangeMeshTopologyAction.Obj, ChangeMeshDataAction.Obj, ChangeMeshEdgeSelectionAction.Obj
|
|
30457
30457
|
|
|
30458
30458
|
an object that stores a mesh
|
|
30459
30459
|
\\ingroup DataModelGroup
|
|
@@ -30558,7 +30558,7 @@ class ObjectMeshData:
|
|
|
30558
30558
|
class ObjectMeshHolder(VisualObject):
|
|
30559
30559
|
"""
|
|
30560
30560
|
Generated from: MR::ObjectMeshHolder
|
|
30561
|
-
Aliases: ChangeMeshUVCoordsAction.Obj,
|
|
30561
|
+
Aliases: ChangeMeshUVCoordsAction.Obj, ChangeFacesColorMapAction.Obj, ChangeMeshTexturePerFaceAction.Obj, ChangeTextureAction.Obj
|
|
30562
30562
|
|
|
30563
30563
|
an object that stores a mesh
|
|
30564
30564
|
\\ingroup ModelHolderGroup
|
|
@@ -30839,7 +30839,7 @@ class ObjectMeshHolder(VisualObject):
|
|
|
30839
30839
|
class ObjectPoints(ObjectPointsHolder):
|
|
30840
30840
|
"""
|
|
30841
30841
|
Generated from: MR::ObjectPoints
|
|
30842
|
-
Aliases: ChangePointCloudNormalsAction.Obj,
|
|
30842
|
+
Aliases: ChangePointCloudNormalsAction.Obj, ChangePointPointSelectionAction.Obj, ChangePointCloudPointsAction.Obj, ChangePointCloudAction.Obj
|
|
30843
30843
|
|
|
30844
30844
|
an object that stores a points
|
|
30845
30845
|
\\ingroup DataModelGroup
|
|
@@ -31089,7 +31089,7 @@ class ObjectSelectivityType:
|
|
|
31089
31089
|
class ObjectVoxels(ObjectMeshHolder):
|
|
31090
31090
|
"""
|
|
31091
31091
|
Generated from: MR::ObjectVoxels
|
|
31092
|
-
Aliases: ChangVoxelSelectionAction.Obj, ChangeDualMarchingCubesAction.Obj, ChangeGridAction.Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ChangeGridAction_Obj,
|
|
31092
|
+
Aliases: ChangVoxelSelectionAction.Obj, ChangeDualMarchingCubesAction.Obj, ChangeGridAction.Obj, std_shared_ptr_ChangVoxelSelectionAction_Obj, std_shared_ptr_ChangeGridAction_Obj, ChangeIsoAction.Obj, std_shared_ptr_ChangeDualMarchingCubesAction_Obj, ChangeActiveBoxAction.Obj, std_shared_ptr_ChangeIsoAction_Obj, std_shared_ptr_ChangeActiveBoxAction_Obj, ChangeSurfaceAction.Obj, std_shared_ptr_ChangeSurfaceAction_Obj
|
|
31093
31093
|
|
|
31094
31094
|
This class stores information about voxels object
|
|
31095
31095
|
\\ingroup DataModelGroup
|
|
@@ -32919,7 +32919,7 @@ class PixelBitSet(BitSet):
|
|
|
32919
32919
|
class PixelId:
|
|
32920
32920
|
"""
|
|
32921
32921
|
Generated from: MR::PixelId
|
|
32922
|
-
Aliases: Vector_PixelId_PixelId.value_type,
|
|
32922
|
+
Aliases: TaggedBitSet_PixelTag_IndexType, Vector_PixelId_PixelId.value_type, Vector_PixelId_PixelId.reference, Vector_PixelId_PixelId.const_reference
|
|
32923
32923
|
|
|
32924
32924
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
32925
32925
|
"""
|
|
@@ -35807,7 +35807,7 @@ class PolynomialWrapper_float:
|
|
|
35807
35807
|
class Polynomial_double_0:
|
|
35808
35808
|
"""
|
|
35809
35809
|
Generated from: MR::Polynomial<double, 0>
|
|
35810
|
-
Aliases:
|
|
35810
|
+
Aliases: Polynomial_double_1UL_0_0_1UL_minus_1, Polynomial_double_0UL_0_0_0UL_minus_1
|
|
35811
35811
|
|
|
35812
35812
|
Please note that these template classes are explicitly instantiated in the corresponding .cpp files.
|
|
35813
35813
|
The following degrees are instantiated: [2; 6].
|
|
@@ -36644,7 +36644,7 @@ class QuadraticForm2d:
|
|
|
36644
36644
|
class QuadraticForm2f:
|
|
36645
36645
|
"""
|
|
36646
36646
|
Generated from: MR::QuadraticForm2f
|
|
36647
|
-
Aliases: Vector_QuadraticForm2f_VertId.value_type, Vector_QuadraticForm2f_VertId.
|
|
36647
|
+
Aliases: Vector_QuadraticForm2f_VertId.value_type, Vector_QuadraticForm2f_VertId.const_reference, Vector_QuadraticForm2f_VertId.reference
|
|
36648
36648
|
|
|
36649
36649
|
quadratic form: f = x^T A x + c
|
|
36650
36650
|
\\ingroup MathGroup
|
|
@@ -36741,7 +36741,7 @@ class QuadraticForm3d:
|
|
|
36741
36741
|
class QuadraticForm3f:
|
|
36742
36742
|
"""
|
|
36743
36743
|
Generated from: MR::QuadraticForm3f
|
|
36744
|
-
Aliases: Vector_QuadraticForm3f_VertId.
|
|
36744
|
+
Aliases: Vector_QuadraticForm3f_VertId.reference, Vector_QuadraticForm3f_VertId.value_type, Vector_QuadraticForm3f_VertId.const_reference
|
|
36745
36745
|
|
|
36746
36746
|
quadratic form: f = x^T A x + c
|
|
36747
36747
|
\\ingroup MathGroup
|
|
@@ -37695,7 +37695,7 @@ class RegionBitSet(BitSet):
|
|
|
37695
37695
|
class RegionId:
|
|
37696
37696
|
"""
|
|
37697
37697
|
Generated from: MR::RegionId
|
|
37698
|
-
Aliases: Vector_RegionId_FaceId_value_type, Vector_RegionId_UndirectedEdgeId_value_type, Vector_RegionId_VertId_value_type, Vector_RegionId_RegionId.value_type,
|
|
37698
|
+
Aliases: Vector_RegionId_FaceId_value_type, Vector_RegionId_UndirectedEdgeId_value_type, Vector_RegionId_VertId_value_type, Vector_RegionId_RegionId.value_type, Vector_RegionId_FaceId_reference, Vector_RegionId_VertId_reference, Vector_RegionId_RegionId.reference, Vector_RegionId_UndirectedEdgeId_const_reference, Vector_RegionId_VertId_const_reference, Vector_RegionId_RegionId.const_reference, TaggedBitSet_RegionTag_IndexType, Vector_RegionId_UndirectedEdgeId_reference, Vector_RegionId_FaceId_const_reference
|
|
37699
37699
|
|
|
37700
37700
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
37701
37701
|
"""
|
|
@@ -40899,7 +40899,7 @@ class SymMatrix2d:
|
|
|
40899
40899
|
class SymMatrix2f:
|
|
40900
40900
|
"""
|
|
40901
40901
|
Generated from: MR::SymMatrix2f
|
|
40902
|
-
Aliases:
|
|
40902
|
+
Aliases: QuadraticForm_Vector2f_SM, Vector2_float_SymMatrixType
|
|
40903
40903
|
|
|
40904
40904
|
symmetric 2x2 matrix
|
|
40905
40905
|
\\ingroup MatrixGroup
|
|
@@ -44656,7 +44656,7 @@ class UndirectedEdgeBMap:
|
|
|
44656
44656
|
class UndirectedEdgeBitSet(BitSet):
|
|
44657
44657
|
"""
|
|
44658
44658
|
Generated from: MR::UndirectedEdgeBitSet
|
|
44659
|
-
Aliases:
|
|
44659
|
+
Aliases: AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafBitSet, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafBitSet, ColorMapAggregator_UndirectedEdgeTag_ElementBitSet
|
|
44660
44660
|
|
|
44661
44661
|
container of bits representing specific indices (faces, verts or edges)
|
|
44662
44662
|
"""
|
|
@@ -44936,7 +44936,7 @@ class UndirectedEdgeColors:
|
|
|
44936
44936
|
class UndirectedEdgeId:
|
|
44937
44937
|
"""
|
|
44938
44938
|
Generated from: MR::UndirectedEdgeId
|
|
44939
|
-
Aliases: AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference,
|
|
44939
|
+
Aliases: AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference, PolylineUndirectedEdgeIterator.value_type, Vector_UndirectedEdgeId_UndirectedEdgeId_reference, UndirectedEdgeIterator.value_type, TaggedBitSet_UndirectedEdgeTag_IndexType, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_value_type
|
|
44940
44940
|
|
|
44941
44941
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
44942
44942
|
"""
|
|
@@ -45822,7 +45822,7 @@ class VariableEdgeTri(EdgeTri):
|
|
|
45822
45822
|
class VdbVolume(VoxelsVolume_std_shared_ptr_OpenVdbFloatGrid, Box1f):
|
|
45823
45823
|
"""
|
|
45824
45824
|
Generated from: MR::VdbVolume
|
|
45825
|
-
Aliases:
|
|
45825
|
+
Aliases: VoxelsVolumeAccessor_VdbVolume.VolumeType, VoxelsVolumeInterpolatedAccessor_VoxelsVolumeAccessor_VdbVolume.VolumeType
|
|
45826
45826
|
|
|
45827
45827
|
represents a box in 3D space subdivided on voxels stored in T;
|
|
45828
45828
|
and stores minimum and maximum values among all valid voxels
|
|
@@ -45842,7 +45842,7 @@ class VdbVolume(VoxelsVolume_std_shared_ptr_OpenVdbFloatGrid, Box1f):
|
|
|
45842
45842
|
class Vector2b:
|
|
45843
45843
|
"""
|
|
45844
45844
|
Generated from: MR::Vector2b
|
|
45845
|
-
Aliases: Box_Vector2ll_Vb, Matrix2_bool_VectorType, Box_Vector2f_Vb,
|
|
45845
|
+
Aliases: Box_Vector2ll_Vb, Matrix2_bool_VectorType, Box_Vector2f_Vb, Box_Vector2i_Vb, Box_Vector2d_Vb
|
|
45846
45846
|
|
|
45847
45847
|
two-dimensional vector
|
|
45848
45848
|
\\ingroup VectorGroup
|
|
@@ -46031,7 +46031,7 @@ class Vector2d:
|
|
|
46031
46031
|
class Vector2f:
|
|
46032
46032
|
"""
|
|
46033
46033
|
Generated from: MR::Vector2f
|
|
46034
|
-
Aliases: UVCoord, Matrix2_float_VectorType, Vector_Vector2f_VertId_value_type,
|
|
46034
|
+
Aliases: UVCoord, Matrix2_float_VectorType, Vector_Vector2f_VertId_value_type, Vector_Vector2f_VertId_const_reference, Vector_Vector2f_VertId_reference
|
|
46035
46035
|
"""
|
|
46036
46036
|
elements: typing.ClassVar[int] = 2
|
|
46037
46037
|
x: float
|
|
@@ -46420,7 +46420,7 @@ class Vector3b:
|
|
|
46420
46420
|
class Vector3d:
|
|
46421
46421
|
"""
|
|
46422
46422
|
Generated from: MR::Vector3d
|
|
46423
|
-
Aliases: Matrix3_double_VectorType,
|
|
46423
|
+
Aliases: Matrix3_double_VectorType, RigidScaleXf3_double_V, RigidXf3_double_V
|
|
46424
46424
|
"""
|
|
46425
46425
|
elements: typing.ClassVar[int] = 3
|
|
46426
46426
|
x: float
|
|
@@ -46534,7 +46534,7 @@ class Vector3d:
|
|
|
46534
46534
|
class Vector3f:
|
|
46535
46535
|
"""
|
|
46536
46536
|
Generated from: MR::Vector3f
|
|
46537
|
-
Aliases:
|
|
46537
|
+
Aliases: RigidScaleXf3_float_V, Matrix3_float_VectorType, Vector_Vector3f_VertId_const_reference, Vector_Vector3f_FaceId_reference, Vector_Vector3f_VertId_reference, Vector_Vector3f_VertId_value_type, Vector_Vector3f_FaceId_value_type, Vector_Vector3f_FaceId_const_reference, RigidXf3_float_V
|
|
46538
46538
|
"""
|
|
46539
46539
|
elements: typing.ClassVar[int] = 3
|
|
46540
46540
|
x: float
|
|
@@ -48769,7 +48769,7 @@ class Vector_Graph_EndVertices_GraphEdgeId:
|
|
|
48769
48769
|
class Vector_ICPGroupPairs_Id_ICPElemtTag:
|
|
48770
48770
|
"""
|
|
48771
48771
|
Generated from: MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>
|
|
48772
|
-
Aliases:
|
|
48772
|
+
Aliases: std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_value_type, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.reference, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_const_reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag.value_type, std_vector_Vector_ICPGroupPairs_Id_ICPElemtTag_reference
|
|
48773
48773
|
|
|
48774
48774
|
|
|
48775
48775
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -50967,7 +50967,7 @@ class Vector_TextureId_TextureId:
|
|
|
50967
50967
|
class Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag:
|
|
50968
50968
|
"""
|
|
50969
50969
|
Generated from: MR::Vector<MR::Vector<MR::ICPGroupPairs, MR::Id<MR::ICPElemtTag>>, MR::Id<MR::ICPElemtTag>>
|
|
50970
|
-
Aliases:
|
|
50970
|
+
Aliases: Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.const_reference, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_const_reference, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_value_type, Vector_Vector_ICPGroupPairs_ICPElementId_ICPElementId, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.value_type, std_vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_reference, Vector_Vector_Vector_ICPGroupPairs_Id_ICPElemtTag_Id_ICPElemtTag_int.reference, ICPPairsGrid
|
|
50971
50971
|
|
|
50972
50972
|
|
|
50973
50973
|
\\brief std::vector<T>-like container that requires specific indexing type,
|
|
@@ -53706,7 +53706,7 @@ class VertBMap:
|
|
|
53706
53706
|
class VertBitSet(BitSet):
|
|
53707
53707
|
"""
|
|
53708
53708
|
Generated from: MR::VertBitSet
|
|
53709
|
-
Aliases:
|
|
53709
|
+
Aliases: ColorMapAggregator_VertTag_ElementBitSet, Vector_VertBitSet_ObjId.reference, Vector_VertBitSet_ObjId.const_reference, Vector_VertBitSet_ObjId.value_type
|
|
53710
53710
|
|
|
53711
53711
|
container of bits representing specific indices (faces, verts or edges)
|
|
53712
53712
|
"""
|
|
@@ -54406,7 +54406,7 @@ class VertDistance:
|
|
|
54406
54406
|
class VertId:
|
|
54407
54407
|
"""
|
|
54408
54408
|
Generated from: MR::VertId
|
|
54409
|
-
Aliases: Vector_VertId_VertId_value_type,
|
|
54409
|
+
Aliases: Vector_VertId_VertId_value_type, TaggedBitSet_VertTag_IndexType, Vector_VertId_VertId_const_reference, Vector_VertId_VertId_reference
|
|
54410
54410
|
|
|
54411
54411
|
stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
|
54412
54412
|
"""
|
|
@@ -55281,7 +55281,7 @@ class ViewportProperty_unsigned_char:
|
|
|
55281
55281
|
class VisualObject(Object):
|
|
55282
55282
|
"""
|
|
55283
55283
|
Generated from: MR::VisualObject
|
|
55284
|
-
Aliases:
|
|
55284
|
+
Aliases: ChangeColoringType.Obj, ChangeVisualizePropertyAction.Obj, ChangeObjectColorAction.Obj
|
|
55285
55285
|
|
|
55286
55286
|
Visual Object
|
|
55287
55287
|
"""
|
|
@@ -56852,7 +56852,7 @@ class WatershedGraph:
|
|
|
56852
56852
|
class BasinInfo:
|
|
56853
56853
|
"""
|
|
56854
56854
|
Generated from: MR::WatershedGraph::BasinInfo
|
|
56855
|
-
Aliases: std_vector_WatershedGraph_BasinInfo_reference, std_vector_WatershedGraph_BasinInfo_const_reference, std_vector_WatershedGraph_BasinInfo_value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.reference, Vector_WatershedGraph_BasinInfo_GraphVertId.
|
|
56855
|
+
Aliases: std_vector_WatershedGraph_BasinInfo_reference, std_vector_WatershedGraph_BasinInfo_const_reference, std_vector_WatershedGraph_BasinInfo_value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.reference, Vector_WatershedGraph_BasinInfo_GraphVertId.value_type, Vector_WatershedGraph_BasinInfo_GraphVertId.const_reference
|
|
56856
56856
|
|
|
56857
56857
|
associated with each vertex in graph
|
|
56858
56858
|
"""
|
|
@@ -60027,7 +60027,7 @@ class phmap_flat_hash_map_Id_UndirectedEdgeTag_Id_EdgeTag:
|
|
|
60027
60027
|
...
|
|
60028
60028
|
class phmap_flat_hash_map_Id_UndirectedEdgeTag_Id_UndirectedEdgeTag:
|
|
60029
60029
|
"""
|
|
60030
|
-
Aliases:
|
|
60030
|
+
Aliases: phmap_flat_hash_map_UndirectedEdgeId_UndirectedEdgeId, UndirectedEdgeHashMap
|
|
60031
60031
|
"""
|
|
60032
60032
|
def __bool__(self) -> bool:
|
|
60033
60033
|
"""
|
|
@@ -60191,7 +60191,7 @@ class phmap_flat_hash_map_Id_VertTag_Id_VertTag:
|
|
|
60191
60191
|
...
|
|
60192
60192
|
class phmap_flat_hash_map_Id_VertTag_VertPathInfo:
|
|
60193
60193
|
"""
|
|
60194
|
-
Aliases:
|
|
60194
|
+
Aliases: phmap_flat_hash_map_VertId_VertPathInfo, VertPathInfoMap
|
|
60195
60195
|
"""
|
|
60196
60196
|
def __bool__(self) -> bool:
|
|
60197
60197
|
"""
|
|
@@ -60596,7 +60596,7 @@ class std_array_Vector3_double_3:
|
|
|
60596
60596
|
...
|
|
60597
60597
|
class std_array_Vector3_float_3:
|
|
60598
60598
|
"""
|
|
60599
|
-
Aliases: std_array_Vector3f_3, Triangle3f, Vector_std_array_Vector3f_3_FaceId.value_type, Vector_std_array_Vector3f_3_FaceId.
|
|
60599
|
+
Aliases: std_array_Vector3f_3, Triangle3f, Vector_std_array_Vector3f_3_FaceId.value_type, Vector_std_array_Vector3f_3_FaceId.const_reference, ThreePoints, TriangleCornerNormals, Vector_std_array_Vector3f_3_FaceId.reference
|
|
60600
60600
|
"""
|
|
60601
60601
|
def __getitem__(self, arg0: int) -> Vector3f:
|
|
60602
60602
|
...
|
|
@@ -60691,7 +60691,7 @@ class std_array_WeightedVertex_3:
|
|
|
60691
60691
|
...
|
|
60692
60692
|
class std_array_double_4:
|
|
60693
60693
|
"""
|
|
60694
|
-
Aliases:
|
|
60694
|
+
Aliases: std_array_CubicBezierCurve_Vector2d_T_4, std_array_CubicBezierCurve_Vector3d_T_4
|
|
60695
60695
|
"""
|
|
60696
60696
|
def __getitem__(self, arg0: int) -> float:
|
|
60697
60697
|
...
|
|
@@ -60716,7 +60716,7 @@ class std_array_double_4:
|
|
|
60716
60716
|
...
|
|
60717
60717
|
class std_array_float_4:
|
|
60718
60718
|
"""
|
|
60719
|
-
Aliases:
|
|
60719
|
+
Aliases: std_array_CubicBezierCurve_Vector2f_T_4, std_array_CubicBezierCurve_Vector3f_T_4
|
|
60720
60720
|
"""
|
|
60721
60721
|
def __getitem__(self, arg0: int) -> float:
|
|
60722
60722
|
...
|
|
@@ -60766,7 +60766,7 @@ class std_array_int_4:
|
|
|
60766
60766
|
...
|
|
60767
60767
|
class std_array_std___fs_filesystem_path_4:
|
|
60768
60768
|
"""
|
|
60769
|
-
Aliases: SystemPath.SystemFontPaths, std_array_std_filesystem_path_4
|
|
60769
|
+
Aliases: std_array_std_filesystem_path_size_t_SystemFontType_Count, SystemPath.SystemFontPaths, std_array_std_filesystem_path_4
|
|
60770
60770
|
"""
|
|
60771
60771
|
def __getitem__(self, arg0: int) -> pathlib.Path:
|
|
60772
60772
|
...
|
|
@@ -60850,7 +60850,7 @@ class std_optional_Color:
|
|
|
60850
60850
|
...
|
|
60851
60851
|
class std_optional_Vector2_float:
|
|
60852
60852
|
"""
|
|
60853
|
-
Aliases: CNCMachineSettings.RotationLimits
|
|
60853
|
+
Aliases: std_optional_Vector2f, CNCMachineSettings.RotationLimits
|
|
60854
60854
|
"""
|
|
60855
60855
|
def __bool__(self) -> bool:
|
|
60856
60856
|
...
|
|
@@ -62235,7 +62235,7 @@ class std_vector_DistanceMap:
|
|
|
62235
62235
|
...
|
|
62236
62236
|
class std_vector_EdgePoint:
|
|
62237
62237
|
"""
|
|
62238
|
-
Aliases: PlaneSection, Vector_std_vector_EdgePoint_VertId.reference,
|
|
62238
|
+
Aliases: PlaneSection, Vector_std_vector_EdgePoint_VertId.reference, std_vector_MeshEdgePoint, PlaneSection, SurfacePath, Vector_std_vector_EdgePoint_VertId.value_type, IsoLine, SurfacePath, IsoLine, SurfacePath, std_vector_std_vector_EdgePoint_reference, std_vector_std_vector_EdgePoint_const_reference, std_vector_std_vector_EdgePoint_value_type, Vector_std_vector_EdgePoint_VertId.const_reference, std_vector_MeshEdgePoint
|
|
62239
62239
|
"""
|
|
62240
62240
|
__hash__: typing.ClassVar[None] = None
|
|
62241
62241
|
def __bool__(self) -> bool:
|
|
@@ -63949,7 +63949,7 @@ class std_vector_IOFilter:
|
|
|
63949
63949
|
...
|
|
63950
63950
|
class std_vector_Id_EdgeTag:
|
|
63951
63951
|
"""
|
|
63952
|
-
Aliases: std_vector_EdgeId, EdgePath,
|
|
63952
|
+
Aliases: std_vector_EdgeId, EdgePath, EdgeLoop, std_vector_EdgeId, std_vector_EdgeId, EdgeLoop, EdgePath
|
|
63953
63953
|
"""
|
|
63954
63954
|
__hash__: typing.ClassVar[None] = None
|
|
63955
63955
|
def __bool__(self) -> bool:
|
|
@@ -64169,7 +64169,7 @@ class std_vector_Id_FaceTag:
|
|
|
64169
64169
|
...
|
|
64170
64170
|
class std_vector_Id_GraphEdgeTag:
|
|
64171
64171
|
"""
|
|
64172
|
-
Aliases: Vector_std_vector_GraphEdgeId_GraphVertId.
|
|
64172
|
+
Aliases: Vector_std_vector_GraphEdgeId_GraphVertId.const_reference, Vector_std_vector_GraphEdgeId_GraphVertId.reference, std_vector_GraphEdgeId, Vector_std_vector_GraphEdgeId_GraphVertId.value_type, Graph.Neighbours
|
|
64173
64173
|
"""
|
|
64174
64174
|
__hash__: typing.ClassVar[None] = None
|
|
64175
64175
|
def __bool__(self) -> bool:
|
|
@@ -66829,7 +66829,7 @@ class std_vector_ModelPointsData:
|
|
|
66829
66829
|
...
|
|
66830
66830
|
class std_vector_ObjVertId:
|
|
66831
66831
|
"""
|
|
66832
|
-
Aliases: Vector_std_vector_ObjVertId_Id_ICPElemtTag.const_reference,
|
|
66832
|
+
Aliases: std_vector_std_vector_ObjVertId_const_reference, Vector_std_vector_ObjVertId_Id_ICPElemtTag.const_reference, MultiObjsSamples, std_vector_std_vector_ObjVertId_reference, Vector_std_vector_ObjVertId_Id_ICPElemtTag.reference, std_vector_std_vector_ObjVertId_value_type, Vector_std_vector_ObjVertId_Id_ICPElemtTag.value_type
|
|
66833
66833
|
"""
|
|
66834
66834
|
__hash__: typing.ClassVar[None] = None
|
|
66835
66835
|
def __bool__(self) -> bool:
|
|
@@ -71503,7 +71503,7 @@ class std_vector_std_array_Vector3_float_3ul:
|
|
|
71503
71503
|
...
|
|
71504
71504
|
class std_vector_std_array_std___fs_filesystem_path_4ul:
|
|
71505
71505
|
"""
|
|
71506
|
-
Aliases:
|
|
71506
|
+
Aliases: std_vector_SystemPath_SystemFontPaths, std_vector_std_array_std_filesystem_path_4
|
|
71507
71507
|
"""
|
|
71508
71508
|
__hash__: typing.ClassVar[None] = None
|
|
71509
71509
|
def __bool__(self) -> bool:
|
|
@@ -74071,7 +74071,7 @@ class std_vector_std_vector_EdgePoint:
|
|
|
74071
74071
|
...
|
|
74072
74072
|
class std_vector_std_vector_Id_EdgeTag:
|
|
74073
74073
|
"""
|
|
74074
|
-
Aliases:
|
|
74074
|
+
Aliases: std_vector_EdgeLoop, EdgeLoops, std_vector_EdgePath, std_vector_EdgeLoop, std_vector_EdgePath, std_vector_EdgePath, std_vector_EdgeLoop, std_vector_EdgeLoop
|
|
74075
74075
|
"""
|
|
74076
74076
|
__hash__: typing.ClassVar[None] = None
|
|
74077
74077
|
def __bool__(self) -> bool:
|
|
@@ -74283,7 +74283,7 @@ class std_vector_std_vector_Id_GraphEdgeTag:
|
|
|
74283
74283
|
...
|
|
74284
74284
|
class std_vector_std_vector_Id_VertTag:
|
|
74285
74285
|
"""
|
|
74286
|
-
Aliases: PlanarTriangulation.HolesVertIds
|
|
74286
|
+
Aliases: std_vector_std_vector_VertId, PlanarTriangulation.HolesVertIds
|
|
74287
74287
|
"""
|
|
74288
74288
|
__hash__: typing.ClassVar[None] = None
|
|
74289
74289
|
def __bool__(self) -> bool:
|
|
@@ -74581,7 +74581,7 @@ class std_vector_std_vector_OffsetContoursOrigins:
|
|
|
74581
74581
|
...
|
|
74582
74582
|
class std_vector_std_vector_PlanarTriangulation_IntersectionInfo:
|
|
74583
74583
|
"""
|
|
74584
|
-
Aliases: PlanarTriangulation.ContoursIdMap,
|
|
74584
|
+
Aliases: std_vector_PlanarTriangulation_ContourIdMap, PlanarTriangulation.ContoursIdMap, PlanarTriangulation.ContoursIdMap
|
|
74585
74585
|
"""
|
|
74586
74586
|
def __bool__(self) -> bool:
|
|
74587
74587
|
"""
|
|
@@ -74882,7 +74882,7 @@ class std_vector_std_vector_Vector2_double:
|
|
|
74882
74882
|
...
|
|
74883
74883
|
class std_vector_std_vector_Vector2_float:
|
|
74884
74884
|
"""
|
|
74885
|
-
Aliases:
|
|
74885
|
+
Aliases: Contours2f, std_vector_std_vector_Vector2f
|
|
74886
74886
|
"""
|
|
74887
74887
|
__hash__: typing.ClassVar[None] = None
|
|
74888
74888
|
def __bool__(self) -> bool:
|
|
@@ -75094,7 +75094,7 @@ class std_vector_std_vector_Vector3_double:
|
|
|
75094
75094
|
...
|
|
75095
75095
|
class std_vector_std_vector_Vector3_float:
|
|
75096
75096
|
"""
|
|
75097
|
-
Aliases:
|
|
75097
|
+
Aliases: Contours3f, std_vector_std_vector_Vector3f
|
|
75098
75098
|
"""
|
|
75099
75099
|
__hash__: typing.ClassVar[None] = None
|
|
75100
75100
|
def __bool__(self) -> bool:
|
|
@@ -75978,13 +75978,13 @@ def asSelectivityType_VisualObject(obj: Object, type: ObjectSelectivityType) ->
|
|
|
75978
75978
|
if input object is of given type then returns another pointer on it
|
|
75979
75979
|
"""
|
|
75980
75980
|
@typing.overload
|
|
75981
|
-
def asString(s: str) -> str:
|
|
75982
|
-
...
|
|
75983
|
-
@typing.overload
|
|
75984
75981
|
def asString(m: SignDetectionMode) -> str:
|
|
75985
75982
|
"""
|
|
75986
75983
|
returns string representation of enum values
|
|
75987
75984
|
"""
|
|
75985
|
+
@typing.overload
|
|
75986
|
+
def asString(s: str) -> str:
|
|
75987
|
+
...
|
|
75988
75988
|
def asU8String(s: str) -> str:
|
|
75989
75989
|
...
|
|
75990
75990
|
def autoOrientLocalTriangulations(pointCloud: PointCloud, triangs: AllLocalTriangulations, region: VertBitSet, progress: func_bool_from_float = '{}', outRep3: Triangulation = None, outRep2: Triangulation = None) -> bool:
|
|
@@ -77341,6 +77341,15 @@ def equalizeTriAreas(mesh: Mesh, params: MeshEqualizeTriAreasParams = '{}', cb:
|
|
|
77341
77341
|
def equalizeTriAreas(topology: MeshTopology, points: VertCoords, params: MeshEqualizeTriAreasParams = '{}', cb: func_bool_from_float = '{}') -> bool:
|
|
77342
77342
|
...
|
|
77343
77343
|
@typing.overload
|
|
77344
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77345
|
+
...
|
|
77346
|
+
@typing.overload
|
|
77347
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77348
|
+
...
|
|
77349
|
+
@typing.overload
|
|
77350
|
+
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77351
|
+
...
|
|
77352
|
+
@typing.overload
|
|
77344
77353
|
def erodeRegion(pointCloud: PointCloud, region: VertBitSet, erosion: float, cb: func_bool_from_float = '{}', xf: AffineXf3f = None) -> bool:
|
|
77345
77354
|
"""
|
|
77346
77355
|
shrinks the region on given euclidian distance. returns false if callback also returns false
|
|
@@ -77357,15 +77366,6 @@ def erodeRegion(mesh: Mesh, region: VertBitSet, dilation: float, callback: func_
|
|
|
77357
77366
|
def erodeRegion(mesh: Mesh, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77358
77367
|
...
|
|
77359
77368
|
@typing.overload
|
|
77360
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77361
|
-
...
|
|
77362
|
-
@typing.overload
|
|
77363
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: VertBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77364
|
-
...
|
|
77365
|
-
@typing.overload
|
|
77366
|
-
def erodeRegion(topology: MeshTopology, points: VertCoords, region: UndirectedEdgeBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77367
|
-
...
|
|
77368
|
-
@typing.overload
|
|
77369
77369
|
def erodeRegionByMetric(topology: MeshTopology, metric: func_float_from_Id_EdgeTag, region: FaceBitSet, dilation: float, callback: func_bool_from_float = '{}') -> bool:
|
|
77370
77370
|
"""
|
|
77371
77371
|
shrinks the region (of faces or vertices) on given metric value. returns false if callback also returns false
|
|
@@ -77727,6 +77727,13 @@ def findDegenerateFaces(mp: MeshPart, criticalAspectRatio: float = 3.40282346638
|
|
|
77727
77727
|
finds faces having aspect ratio >= criticalAspectRatio
|
|
77728
77728
|
"""
|
|
77729
77729
|
@typing.overload
|
|
77730
|
+
def findDirMax(dir: Vector3f, m: Mesh, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77731
|
+
"""
|
|
77732
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77733
|
+
optionally uses aabb-tree inside for faster computation
|
|
77734
|
+
\\ingroup AABBTreeGroup
|
|
77735
|
+
"""
|
|
77736
|
+
@typing.overload
|
|
77730
77737
|
def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77731
77738
|
"""
|
|
77732
77739
|
finds the vertex in the mesh part having the largest projection on given direction,
|
|
@@ -77734,6 +77741,13 @@ def findDirMax(dir: Vector3f, mp: MeshPart, u: UseAABBTree = 'UseAABBTree::Yes')
|
|
|
77734
77741
|
\\ingroup AABBTreeGroup
|
|
77735
77742
|
"""
|
|
77736
77743
|
@typing.overload
|
|
77744
|
+
def findDirMax(dir: Vector3f, mp: MeshVertPart, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77745
|
+
"""
|
|
77746
|
+
finds the vertex in the mesh part having the largest projection on given direction,
|
|
77747
|
+
optionally uses aabb-points-tree inside for faster computation
|
|
77748
|
+
\\ingroup AABBTreeGroup
|
|
77749
|
+
"""
|
|
77750
|
+
@typing.overload
|
|
77737
77751
|
def findDirMax(dir: Vector3f, polyline: Polyline3, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77738
77752
|
"""
|
|
77739
77753
|
finds the vertex in the polyline having the largest projection on given direction,
|
|
@@ -77748,13 +77762,19 @@ def findDirMax(dir: Vector2f, polyline: Polyline2, u: UseAABBTree = 'UseAABBTree
|
|
|
77748
77762
|
\\ingroup AABBTreeGroup
|
|
77749
77763
|
"""
|
|
77750
77764
|
@typing.overload
|
|
77751
|
-
def findDirMax(dir: Vector3f, cloud: PointCloud, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77765
|
+
def findDirMax(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None, u: UseAABBTree = 'UseAABBTree::Yes') -> VertId:
|
|
77752
77766
|
"""
|
|
77753
77767
|
finds the point in the cloud having the largest projection on given direction,
|
|
77754
77768
|
optionally uses aabb-tree inside for faster computation
|
|
77755
77769
|
\\ingroup AABBTreeGroup
|
|
77756
77770
|
"""
|
|
77757
77771
|
@typing.overload
|
|
77772
|
+
def findDirMax(dir: Vector3f, tree: AABBTreePoints, region: VertBitSet = None) -> VertId:
|
|
77773
|
+
"""
|
|
77774
|
+
finds the point in the tree having the largest projection on given direction
|
|
77775
|
+
\\ingroup AABBTreeGroup
|
|
77776
|
+
"""
|
|
77777
|
+
@typing.overload
|
|
77758
77778
|
def findDirMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> VertId:
|
|
77759
77779
|
"""
|
|
77760
77780
|
finds the point having the largest projection on given direction by traversing all region points
|
|
@@ -77765,7 +77785,7 @@ def findDirMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitSet
|
|
|
77765
77785
|
finds the point having the largest projection on given direction by traversing all region points
|
|
77766
77786
|
"""
|
|
77767
77787
|
@typing.overload
|
|
77768
|
-
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> VertId:
|
|
77788
|
+
def findDirMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> VertId:
|
|
77769
77789
|
"""
|
|
77770
77790
|
finds the point in the cloud having the largest projection on given direction by traversing all valid points
|
|
77771
77791
|
"""
|
|
@@ -77785,6 +77805,11 @@ def findDirMaxBruteForce(dir: Vector3f, mp: MeshPart) -> VertId:
|
|
|
77785
77805
|
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) faces
|
|
77786
77806
|
"""
|
|
77787
77807
|
@typing.overload
|
|
77808
|
+
def findDirMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> VertId:
|
|
77809
|
+
"""
|
|
77810
|
+
finds the vertex in the mesh part having the largest projection on given direction by traversing all (region) vertices
|
|
77811
|
+
"""
|
|
77812
|
+
@typing.overload
|
|
77788
77813
|
def findDirMinMaxBruteForce(dir: Vector3f, points: VertCoords, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77789
77814
|
"""
|
|
77790
77815
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
@@ -77795,7 +77820,7 @@ def findDirMinMaxBruteForce(dir: Vector2f, points: VertCoords2, region: VertBitS
|
|
|
77795
77820
|
finds the points having the smallest and the largest projections on given direction by traversing all region points
|
|
77796
77821
|
"""
|
|
77797
77822
|
@typing.overload
|
|
77798
|
-
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud) -> MinMaxArg_float_VertId:
|
|
77823
|
+
def findDirMinMaxBruteForce(dir: Vector3f, cloud: PointCloud, region: VertBitSet = None) -> MinMaxArg_float_VertId:
|
|
77799
77824
|
"""
|
|
77800
77825
|
finds the points in the cloud having the smallest and the largest projections on given direction by traversing all valid points
|
|
77801
77826
|
"""
|
|
@@ -77814,6 +77839,11 @@ def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshPart) -> MinMaxArg_float_Vert
|
|
|
77814
77839
|
"""
|
|
77815
77840
|
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) faces
|
|
77816
77841
|
"""
|
|
77842
|
+
@typing.overload
|
|
77843
|
+
def findDirMinMaxBruteForce(dir: Vector3f, mp: MeshVertPart) -> MinMaxArg_float_VertId:
|
|
77844
|
+
"""
|
|
77845
|
+
finds the vertices in the mesh part having the smallest and the largest projections on given direction by traversing all (region) vertices
|
|
77846
|
+
"""
|
|
77817
77847
|
def findDisorientedFaces(mesh: Mesh) -> FaceBitSet:
|
|
77818
77848
|
"""
|
|
77819
77849
|
returns all faces that are oriented inconsistently, based on number of ray intersections
|
|
@@ -77898,14 +77928,6 @@ def findLeftBoundaryInsideMesh(topology: MeshTopology, region: FaceBitSet) -> st
|
|
|
77898
77928
|
every path has region faces on the left, and valid not-region faces on the right
|
|
77899
77929
|
"""
|
|
77900
77930
|
@typing.overload
|
|
77901
|
-
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77902
|
-
"""
|
|
77903
|
-
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77904
|
-
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77905
|
-
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77906
|
-
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77907
|
-
"""
|
|
77908
|
-
@typing.overload
|
|
77909
77931
|
def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77910
77932
|
"""
|
|
77911
77933
|
\\brief returns the squared Hausdorff distance between two meshes, that is
|
|
@@ -77914,9 +77936,10 @@ def findMaxDistanceSq(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, max
|
|
|
77914
77936
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77915
77937
|
"""
|
|
77916
77938
|
@typing.overload
|
|
77917
|
-
def
|
|
77939
|
+
def findMaxDistanceSq(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77918
77940
|
"""
|
|
77919
|
-
\\brief returns the
|
|
77941
|
+
\\brief returns the squared Hausdorff distance between two point clouds, that is
|
|
77942
|
+
the maximum of squared distances from each point to the other cloud (in both directions)
|
|
77920
77943
|
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77921
77944
|
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77922
77945
|
"""
|
|
@@ -77928,6 +77951,13 @@ def findMaxDistanceSqOneWay(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = Non
|
|
|
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
|
"""
|
|
77930
77953
|
@typing.overload
|
|
77954
|
+
def findMaxDistanceSqOneWay(a: PointCloud, b: PointCloud, rigidB2A: AffineXf3f = None, maxDistanceSq: float = 3.4028234663852886e+38) -> float:
|
|
77955
|
+
"""
|
|
77956
|
+
\\brief returns the maximum of the squared distances from each B-point to A-cloud
|
|
77957
|
+
\\param rigidB2A rigid transformation from B-cloud space to A-cloud space, nullptr considered as identity transformation
|
|
77958
|
+
\\param maxDistanceSq upper limit on the positive distance in question, if the real distance is larger than the function exists returning maxDistanceSq
|
|
77959
|
+
"""
|
|
77960
|
+
@typing.overload
|
|
77931
77961
|
def findMaxVectorDim(dimX: int_output, dimY: int_output, dimZ: int_output, dir: Vector3f) -> None:
|
|
77932
77962
|
"""
|
|
77933
77963
|
\\brief finds index of maximum axis and stores it into dimZ
|
|
@@ -78225,6 +78255,13 @@ def findShortEdges(mp: MeshPart, criticalLength: float, cb: func_bool_from_float
|
|
|
78225
78255
|
finds edges having length <= criticalLength
|
|
78226
78256
|
"""
|
|
78227
78257
|
@typing.overload
|
|
78258
|
+
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78259
|
+
"""
|
|
78260
|
+
\\brief computes minimal distance between two meshes
|
|
78261
|
+
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78262
|
+
\\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
|
|
78263
|
+
"""
|
|
78264
|
+
@typing.overload
|
|
78228
78265
|
def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028234663852886e+38, loDistLimitSq: float = 0) -> SignedDistanceToMeshResult:
|
|
78229
78266
|
"""
|
|
78230
78267
|
\\brief computes the closest point on mesh (or its region) to given point,
|
|
@@ -78233,13 +78270,6 @@ def findSignedDistance(pt: Vector3f, mp: MeshPart, upDistLimitSq: float = 3.4028
|
|
|
78233
78270
|
\\param loDistLimitSq low limit on the distance in question, if the real distance smaller then the function exits returning nullopt
|
|
78234
78271
|
"""
|
|
78235
78272
|
@typing.overload
|
|
78236
|
-
def findSignedDistance(a: MeshPart, b: MeshPart, rigidB2A: AffineXf3f = None, upDistLimitSq: float = 3.4028234663852886e+38) -> MeshMeshSignedDistanceResult:
|
|
78237
|
-
"""
|
|
78238
|
-
\\brief computes minimal distance between two meshes
|
|
78239
|
-
\\param rigidB2A rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation
|
|
78240
|
-
\\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
|
|
78241
|
-
"""
|
|
78242
|
-
@typing.overload
|
|
78243
78273
|
def findSignedDistances(refMesh: Mesh, testPoints: VertCoords, validTestPoints: VertBitSet = '{}', params: MeshProjectionParameters = '{}', projector: IPointsToMeshProjector = '{}') -> VertScalars:
|
|
78244
78274
|
"""
|
|
78245
78275
|
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=VcEurpoPgMSwQWIjhorFdM0wEwCPdnB9k6zHmRJhZmo,247
|
|
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
|
|
@@ -10,12 +10,12 @@ meshlib/libpybind11nonlimitedapi_meshlib_3.9.dylib,sha256=adAr3jPqobB30T0PI_4nvT
|
|
|
10
10
|
meshlib/MRLightTheme.json,sha256=8LiK3fcjFmpZ5K0qhmaH8X2AvtvOrGmBPVx7D15dLmg,6596
|
|
11
11
|
meshlib/mrmeshnumpy.pyi,sha256=0oVwfUXVdZRlTHT3Z9q244doAdff7djIMoYPjywy5pU,4270
|
|
12
12
|
meshlib/__init__.py,sha256=wvHbg87n5KmBeXJ3KjzqRR20SEdG_hgcpUDW_iNMrXY,457
|
|
13
|
-
meshlib/mrmeshpy.pyi,sha256=
|
|
13
|
+
meshlib/mrmeshpy.pyi,sha256=onOhMgOlNWJpP6Yy_7DOKeClMnFZzQp0oE__7BehXUE,2843836
|
|
14
14
|
meshlib/mrmeshnumpy.so,sha256=yhJ7G-jcZO6EqfIdcnbhvGA5zKi1xlHvcfV3x2rnrv8,334048
|
|
15
15
|
meshlib/libpybind11nonlimitedapi_meshlib_3.13.dylib,sha256=haTwGHq8HJCfQDmvHlMIr4cNGLVZu6vppS2nfDp9Hwc,214368
|
|
16
16
|
meshlib/libpybind11nonlimitedapi_meshlib_3.11.dylib,sha256=10zkBSH7fhElT4-sMp0aaDvFbFzx-QHqoyeN8nZEC3I,214064
|
|
17
17
|
meshlib/mrviewerpy.so,sha256=8l4FgbQfpHuVf_m-WdVCUHSiGEERE0kFc0rTIx5d3gs,1015264
|
|
18
|
-
meshlib/mrmeshpy.so,sha256=
|
|
18
|
+
meshlib/mrmeshpy.so,sha256=AfSHopD8hq6cHk0TpcdCuuwEoZgZuSEUrRDRLP3pucY,95769568
|
|
19
19
|
meshlib/libpybind11nonlimitedapi_meshlib_3.10.dylib,sha256=e0vQzi0Adzt0VPyV1Gmczd_JsEgmyWhnntQl1PpviKc,209744
|
|
20
20
|
meshlib/libpybind11nonlimitedapi_meshlib_3.12.dylib,sha256=VgWeyd3DGpWJkAtME1FoHY6JevS1zHSJMf-m1NdSpj4,214160
|
|
21
21
|
meshlib/mrviewerpy.pyi,sha256=4hcW1f0fHm0LkZrwwOSRAhbYQHpAirWlUe4L-XG7bxY,19408
|
|
@@ -63,7 +63,7 @@ meshlib/.dylibs/libTKHLR.7.9.0.dylib,sha256=ad5nREpdec603mHZOVn1RyJLwsqj3DJZN_4z
|
|
|
63
63
|
meshlib/.dylibs/libblosc.1.21.6.dylib,sha256=N6--m8YfeWTFgSKxY611XxLOKu2lUHR28lTUVZZgiU0,812960
|
|
64
64
|
meshlib/.dylibs/libtbb.12.15.dylib,sha256=oWqv-d760cwfIVshCSNtg1nCQSUFZlALRz99ou1DV5s,396192
|
|
65
65
|
meshlib/.dylibs/libTKVCAF.7.9.0.dylib,sha256=YMXhJbS6LvU0b1_qpWGXYxM0iUTurIBCvAVRYSOmC38,260160
|
|
66
|
-
meshlib/.dylibs/libMRVoxels.dylib,sha256
|
|
66
|
+
meshlib/.dylibs/libMRVoxels.dylib,sha256=-B5uDu_JPNO1m9O9_bbchJXHs9EJ79xuy-yeqzOGkFM,7451392
|
|
67
67
|
meshlib/.dylibs/libglad.dylib,sha256=7lRKcIottwoPjq55A9O7R_mUk-gQoLvRGg632eV67xY,194432
|
|
68
68
|
meshlib/.dylibs/libgdcmMSFF.3.0.24.dylib,sha256=lS6g0ScoHRgh3dqlRD664ls51oZtDfXkMEWPCacrg6E,1912416
|
|
69
69
|
meshlib/.dylibs/libclip.dylib,sha256=k8wqgr-DepA3AagqFtdKw1KEnZERgWt_nH0yNtZkcKI,95520
|
|
@@ -91,7 +91,7 @@ meshlib/.dylibs/libE57Format.3.2.0.dylib,sha256=VriHCQMgl5xx6FFRaIzrTeI8Ze_6kcNE
|
|
|
91
91
|
meshlib/.dylibs/libcpr.1.11.1.dylib,sha256=l7Q5VkTqAB3R2Ca53orBAZ6R4Eld5QbHhZX1EzfHCgc,347456
|
|
92
92
|
meshlib/.dylibs/libTKPrim.7.9.0.dylib,sha256=8tGUZjw84ai-TPWvjmYox6Wdwq8OTizs5UJwFFTsj4Y,350016
|
|
93
93
|
meshlib/.dylibs/libopenjp2.2.5.3.dylib,sha256=emkXSjnIXqN4xggop4CVA_IZcHY-iWnmoFOJjISnFAc,342432
|
|
94
|
-
meshlib/.dylibs/libMRMesh.dylib,sha256=
|
|
94
|
+
meshlib/.dylibs/libMRMesh.dylib,sha256=6aP7VSSojSI1pwy-8vPLv69-4QAP_-npRYgshUXxrzA,12179632
|
|
95
95
|
meshlib/.dylibs/libtiff.6.dylib,sha256=r-AoSzMSzUQj8aAEuBm1lC2BvzUrFMjHeKESbSynLGo,559664
|
|
96
96
|
meshlib/.dylibs/libboost_system.dylib,sha256=7fwas9tloWfmEBWbAPH7TWC0uzJC9FxkQOS27MWDk9s,35312
|
|
97
97
|
meshlib/.dylibs/libicui18n.77.1.dylib,sha256=prwpxiUU1fuD92SGemm2MrirwSAmG_UzBipyoCvdvKQ,3136816
|
|
File without changes
|
|
File without changes
|
|
File without changes
|