21 #if !defined _ITERATOR_DEBUG_LEVEL
22 #define _ITERATOR_DEBUG_LEVEL 0
24 #if !defined MR_ITERATOR_DEBUG_LEVEL
25 #define MR_ITERATOR_DEBUG_LEVEL 0
27 #if _ITERATOR_DEBUG_LEVEL != MR_ITERATOR_DEBUG_LEVEL
28 #error _ITERATOR_DEBUG_LEVEL is inconsistent with MeshLib
35#include <parallel_hashmap/phmap_fwd_decl.h>
40# define MRMESH_API __declspec(dllexport)
42# define MRMESH_API __declspec(dllimport)
46# define MRMESH_API __attribute__((visibility("default")))
50# define MRMESH_CLASS __attribute__((visibility("default")))
124 ( UndirectedEdgeSetBitIterator,
SetBitIteratorT<UndirectedEdgeBitSet> )
132 ( Vector2ll,
Vector2<
long long> )
140 ( Vector3ll,
Vector3<
long long> )
148 ( Vector4ll,
Vector4<
long long> )
156 ( Matrix2ll,
Matrix2<
long long> )
164 ( Matrix3ll,
Matrix3<
long long> )
172 ( Matrix4ll,
Matrix4<
long long> )
238template <typename T> using Line2 =
Line<
Vector2<T>>;
267 ( Cone3d,
Cone3<
double> )
271template <typename V> using
Contour = std::vector<V>;
294 ( Plane3f,
Plane3<
float> )
295 ( Plane3d,
Plane3<
double> )
300 ( Box1ll,
Box<
long long> )
301 ( Box1f,
Box<
float> )
302 ( Box1d,
Box<
double> )
312template <typename T> using MinMax =
Box<T>;
335template <typename T> using Triangle3 = std::array<
Vector3<T>, 3>;
393 ( FaceMap,
Vector<FaceId, FaceId> )
394 ( VertMap,
Vector<VertId, VertId> )
395 ( EdgeMap,
Vector<EdgeId, EdgeId> )
396 ( UndirectedEdgeMap,
Vector<UndirectedEdgeId, UndirectedEdgeId> )
397 ( ObjMap,
Vector<ObjId, ObjId> )
400 ( WholeEdgeMap,
Vector<EdgeId, UndirectedEdgeId> )
401 ( UndirectedEdge2RegionMap,
Vector<RegionId, UndirectedEdgeId> )
402 ( Face2RegionMap,
Vector<RegionId, FaceId> )
403 ( Vert2RegionMap,
Vector<RegionId, VertId> )
405 ( VertCoords,
Vector<Vector3f, VertId> )
406 ( VertNormals,
Vector<Vector3f, VertId> )
408 ( FaceNormals,
Vector<Vector3f, FaceId> )
410 ( TexturePerFace,
Vector<TextureId, FaceId> )
414 ( UndirectedEdgeColors,
Vector<
Color, UndirectedEdgeId> )
416 ( VertScalars,
Vector<
float, VertId> )
417 ( FaceScalars,
Vector<
float, FaceId> )
418 ( EdgeScalars,
Vector<
float, EdgeId> )
419 ( UndirectedEdgeScalars,
Vector<
float, UndirectedEdgeId> )
422using VertPredicate = std::function<
bool( VertId )>;
431[[nodiscard]] inline
bool contains( const std::function<
bool(
Id<T> )> & pred,
Id<T>
id )
433 return id.valid() && ( !pred || pred(
id ) );
449template <typename T, typename
Hash = phmap::priv::hash_default_hash<T>, typename
Eq = phmap::priv::hash_default_eq<T>>
450using HashSet = phmap::flat_hash_set<T,
Hash,
Eq>;
451template <typename T, typename
Hash = phmap::priv::hash_default_hash<T>, typename
Eq = phmap::priv::hash_default_eq<T>>
459template <typename K, typename V, typename
Hash = phmap::priv::hash_default_hash<K>, typename
Eq = phmap::priv::hash_default_eq<K>>
461template <typename K, typename V, typename
Hash = phmap::priv::hash_default_hash<K>, typename
Eq = phmap::priv::hash_default_eq<K>>
472template <typename T, typename
I, typename P> class
Heap;
600constexpr inline T
sqr( T x )
noexcept {
return x * x; }
603constexpr inline int sgn( T x )
noexcept {
return x > 0 ? 1 : ( x < 0 ? -1 : 0 ); }
623struct VertDuplication;
629#ifdef __cpp_lib_unreachable
630# define MR_UNREACHABLE std::unreachable();
631# define MR_UNREACHABLE_NO_RETURN std::unreachable();
634# define MR_UNREACHABLE __builtin_unreachable();
635# define MR_UNREACHABLE_NO_RETURN __builtin_unreachable();
637# define MR_UNREACHABLE { assert( false ); return {}; }
638# define MR_UNREACHABLE_NO_RETURN assert( false );
#define MR_CANONICAL_TYPEDEFS(type_, name_, aliases_)
Definition MRCanonicalTypedefs.h:23
#define MRMESH_CLASS
Definition MRMesh/MRMeshFwd.h:50
Contour
Definition MRObjectLabel.h:16
Definition MRAABBTreeObjects.h:19
bounding volume hierarchy for point cloud structure
Definition MRAABBTreePoints.h:16
bounding volume hierarchy for line segments
Definition MRAABBTreePolyline.h:30
Definition MRAABBTree.h:16
Definition MRVisualObject.h:67
accumulates a number of (x,y) points to find the best-least-squares parabola approximating them
Definition MRBestFitParabola.h:12
container of bits
Definition MRMesh/MRBitSet.h:27
std::vector<V>-like container that is 1) resized without initialization of its elements,...
Definition MRBuffer.h:54
Undo action for ObjectMesh mesh change.
Definition MRChangeMeshAction.h:16
Undo action for ObjectMesh creases.
Definition MRChangeSelectionAction.h:122
Undo action for ObjectMesh edge selection.
Definition MRChangeSelectionAction.h:68
Undo action for ObjectMesh face selection.
Definition MRChangeSelectionAction.h:14
Undo action for ObjectMesh points only (not topology) change.
Definition MRChangeMeshAction.h:190
Undo action for ObjectMesh topology only (not points) change.
Definition MRChangeMeshAction.h:251
Definition MRChangeObjectAction.h:14
Undo action for ObjectPoints point selection.
Definition MRChangeSelectionAction.h:165
Definition MRChangeSceneAction.h:13
Definition MRChangeXfAction.h:13
Definition MRCircleObject.h:17
Class for aggregate several color map in one Color maps are aggregated according order.
Definition MRColorMapAggregator.h:17
Definition MRCombinedHistoryAction.h:12
Definition MRConeObject.h:19
Definition MRCylinder3.h:12
Definition MRCylinderObject.h:18
Definition MRDistanceMap.h:24
the class stores some number of smallest elements from a larger number of candidates
Definition MRFewSmallest.h:14
mathematical graph consisting from vertices and undirected edges
Definition MRGraph.h:14
stores map from element id in[0, size) to T;
Definition MRMesh/MRMeshFwd.h:472
Definition MRHistoryAction.h:12
Abstract class for fast approximate computation of generalized winding number for a mesh (using its A...
Definition MRFastWindingNumber.h:12
Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions mu...
Definition MRPointsToMeshProjector.h:12
Definition MRMesh/MRId.h:13
Definition MRLaplacian.h:32
Definition MRLineObject.h:12
Definition MRMesh/MRMeshOrPoints.h:17
Definition MRMesh/MRMeshTopology.h:18
Definition MRObjectDistanceMap.h:13
Definition MRObjectGcode.h:14
Definition MRObjectLabel.h:25
Definition MRObjectLinesHolder.h:19
Definition MRObjectLines.h:11
Definition MRObjectMeshHolder.h:30
Definition MRObjectMesh.h:11
Definition MRObjectPointsHolder.h:18
Definition MRObjectPoints.h:11
named object in the data model
Definition MRObject.h:60
Definition MRPlaneObject.h:12
Class to accumulate points and make best line / plane approximation.
Definition MRBestFit.h:19
Definition MRPointObject.h:13
Definition MRPolylineTopology.h:15
Object that is parent of all scene.
Definition MRSceneRoot.h:11
iterator to enumerate all indices with set bits in BitSet class or its derivatives
Definition MRMesh/MRBitSet.h:234
Definition MRSphereObject.h:15
Definition MRSwapRootAction.h:13
container of bits representing specific indices (faces, verts or edges)
Definition MRMesh/MRBitSet.h:127
Simple union find data structure.
Definition MRUnionFind.h:16
Definition MRUniqueThreadSafeOwner.h:20
std::vector<T>-like container that requires specific indexing type,
Definition MRMesh/MRVector.h:20
Definition MRViewportId.h:16
stores mask of viewport unique identifiers
Definition MRViewportId.h:38
Visual Object.
Definition MRVisualObject.h:131
graphs representing rain basins on the mesh
Definition MRWatershedGraph.h:12
bool contains(const TaggedBitSet< T > *bitset, Id< T > id)
Definition MRMesh/MRBitSet.h:220
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:576
@ None
special value not to limit path in one slice
Definition MRVoxelPath.h:33
Definition MRCameraOrientationPlugin.h:8
std::function< float(VertId)> VertMetric
Definition MRMesh/MRMeshFwd.h:436
phmap::parallel_flat_hash_map< K, V, Hash, Eq > ParallelHashMap
Definition MRMesh/MRMeshFwd.h:462
std::vector< EdgeId > EdgeLoop
Definition MRMesh/MRMeshFwd.h:99
std::vector< std::string > GcodeSource
Definition MRMesh/MRMeshFwd.h:522
WrapType
Definition MRMesh/MRMeshFwd.h:585
std::vector< SurfacePath > SurfacePaths
Definition MRMesh/MRMeshFwd.h:351
std::vector< EdgeLoop > EdgeLoops
Definition MRMesh/MRMeshFwd.h:100
class MRMESH_CLASS UndirectedEdgeTag
Definition MRMesh/MRMeshFwd.h:61
constexpr T sqr(T x) noexcept
Definition MRMesh/MRMeshFwd.h:600
Cylinder3f
Definition MRMesh/MRMeshFwd.h:261
AABBTreePolyline2
Definition MRMesh/MRMeshFwd.h:503
Contour3< double > Contour3d
Definition MRMesh/MRMeshFwd.h:276
class MRMESH_CLASS ObjTag
Definition MRMesh/MRMeshFwd.h:68
Eq
Definition MRMesh/MRMeshFwd.h:449
std::function< bool(FaceId)> FacePredicate
Definition MRMesh/MRMeshFwd.h:423
MinMax< float > MinMaxf
Definition MRMesh/MRMeshFwd.h:313
Contour2< double > Contour2d
Definition MRMesh/MRMeshFwd.h:274
class MRMESH_CLASS NodeTag
Definition MRMesh/MRMeshFwd.h:67
HashSet< VertId > VertHashSet
Definition MRMesh/MRMeshFwd.h:456
std::function< bool(EdgeId)> EdgePredicate
Definition MRMesh/MRMeshFwd.h:424
Hash
Definition MRMesh/MRMeshFwd.h:449
Contour2< float > Contour2f
Definition MRMesh/MRMeshFwd.h:275
Contours2< double > Contours2d
Definition MRMesh/MRMeshFwd.h:282
std::function< bool(UndirectedEdgeId)> UndirectedEdgePredicate
Definition MRMesh/MRMeshFwd.h:425
SurfacePaths PlaneSections
Definition MRMesh/MRMeshFwd.h:355
HashMap< VertId, VertId > VertHashMap
Definition MRMesh/MRMeshFwd.h:465
class MRMESH_CLASS VoxelTag
Definition MRMesh/MRMeshFwd.h:65
FilterType
Definition MRMesh/MRMeshFwd.h:579
SurfacePath IsoLine
Definition MRMesh/MRMeshFwd.h:352
Vector2f UVCoord
Definition MRMesh/MRMeshFwd.h:380
Triangle3< int > Triangle3i
Definition MRMesh/MRMeshFwd.h:336
MRMESH_CLASS Vector3b
Definition MRMesh/MRMeshFwd.h:138
std::vector< MeshEdgePoint > SurfacePath
Definition MRMesh/MRMeshFwd.h:350
HashMap< UndirectedEdgeId, EdgeId > WholeEdgeHashMap
mapping of whole edges: map[e]->f, map[e.sym()]->f.sym(), where only map[e] for even edges is stored
Definition MRMesh/MRMeshFwd.h:469
class MRMESH_CLASS FaceTag
Definition MRMesh/MRMeshFwd.h:62
class MRMESH_CLASS TextureTag
Definition MRMesh/MRMeshFwd.h:69
class MRMESH_CLASS PixelTag
Definition MRMesh/MRMeshFwd.h:64
Contours< Vector2< T > > Contours2
Definition MRMesh/MRMeshFwd.h:280
MRMESH_CLASS Vector3< double > Matrix2< double > Matrix4< double > SymMatrix3< double > AffineXf2f
Definition MRMesh/MRMeshFwd.h:202
SetBitIterator
Definition MRMesh/MRMeshFwd.h:120
overloaded(Ts...) -> overloaded< Ts... >
MRMESH_CLASS Vector3< double > Matrix2< double > Matrix4b
Definition MRMesh/MRMeshFwd.h:170
constexpr int sgn(T x) noexcept
Definition MRMesh/MRMeshFwd.h:603
Contours2< float > Contours2f
Definition MRMesh/MRMeshFwd.h:283
RigidScaleXf3f
Definition MRMesh/MRMeshFwd.h:216
std::function< float(EdgeId)> EdgeMetric
Definition MRMesh/MRMeshFwd.h:438
MinMax< double > MinMaxd
Definition MRMesh/MRMeshFwd.h:314
std::function< bool(EdgeId edgeToCollapse, const Vector3f &newEdgeOrgPos)> PreCollapseCallback
Definition MRMesh/MRMeshFwd.h:427
Contour< Vector2< T > > Contour2
Definition MRMesh/MRMeshFwd.h:272
SurfacePath PlaneSection
Definition MRMesh/MRMeshFwd.h:354
HashMap< FaceId, FaceId > FaceHashMap
Definition MRMesh/MRMeshFwd.h:464
std::function< float(FaceId)> FaceMetric
Definition MRMesh/MRMeshFwd.h:437
Triangle3< double > Triangle3d
Definition MRMesh/MRMeshFwd.h:338
Box1i
Definition MRMesh/MRMeshFwd.h:299
Contour< Vector3< T > > Contour3
Definition MRMesh/MRMeshFwd.h:273
HashSet< FaceId > FaceHashSet
Definition MRMesh/MRMeshFwd.h:455
std::vector< EdgeId > EdgePath
Definition MRMesh/MRMeshFwd.h:98
std::array< VertId, 3 > ThreeVertIds
three vertex ids describing a triangle topology
Definition MRMesh/MRMeshFwd.h:383
class MRMESH_CLASS VertTag
Definition MRMesh/MRMeshFwd.h:63
std::pair< FaceId, FaceId > FacePair
Definition MRMesh/MRMeshFwd.h:360
constexpr NoInit noInit
Definition MRMesh/MRMeshFwd.h:57
HashSet< EdgeId > EdgeHashSet
Definition MRMesh/MRMeshFwd.h:457
std::pair< UndirectedEdgeId, UndirectedEdgeId > UndirectedEdgePair
Definition MRMesh/MRMeshFwd.h:362
Cone3f
Definition MRMesh/MRMeshFwd.h:266
BestFitParabolaf
Definition MRMesh/MRMeshFwd.h:256
I
Definition MRMesh/MRMeshFwd.h:88
std::pair< EdgeId, EdgeId > EdgePair
Definition MRMesh/MRMeshFwd.h:361
std::function< void(EdgeId e1, EdgeId e)> OnEdgeSplit
Definition MRMesh/MRMeshFwd.h:428
std::function< float(UndirectedEdgeId)> UndirectedEdgeMetric
Definition MRMesh/MRMeshFwd.h:439
constexpr bool dependent_false
Definition MRMesh/MRMeshFwd.h:606
Triangle3< float > Triangle3f
Definition MRMesh/MRMeshFwd.h:337
SurfacePaths IsoLines
Definition MRMesh/MRMeshFwd.h:353
class MRMESH_CLASS EdgeTag
Definition MRMesh/MRMeshFwd.h:60
Contours3< float > Contours3f
Definition MRMesh/MRMeshFwd.h:285
std::vector< Contour< V > > Contours
Definition MRMesh/MRMeshFwd.h:279
Polyline2ProjectionWithOffsetResult
Definition MRMesh/MRMeshFwd.h:516
HashMap< EdgeId, EdgeId > EdgeHashMap
Definition MRMesh/MRMeshFwd.h:466
phmap::parallel_flat_hash_set< T, Hash, Eq > ParallelHashSet
Definition MRMesh/MRMeshFwd.h:452
MRMESH_CLASS Vector3< double > Matrix2b
Definition MRMesh/MRMeshFwd.h:154
std::pair< VertId, VertId > VertPair
Definition MRMesh/MRMeshFwd.h:359
Contour3< float > Contour3f
Definition MRMesh/MRMeshFwd.h:277
HashMap< UndirectedEdgeId, UndirectedEdgeId > UndirectedEdgeHashMap
Definition MRMesh/MRMeshFwd.h:467
Contours< Vector3< T > > Contours3
Definition MRMesh/MRMeshFwd.h:281
Contours3< double > Contours3d
Definition MRMesh/MRMeshFwd.h:284
class MRMESH_CLASS RegionTag
Definition MRMesh/MRMeshFwd.h:66
MRMESH_CLASS Vector3< double > Matrix2< double > Matrix4< double > SymMatrix3b
Definition MRMesh/MRMeshFwd.h:186
class MRMESH_CLASS GraphVertTag
Definition MRMesh/MRMeshFwd.h:70
phmap::flat_hash_map< K, V, Hash, Eq > HashMap
Definition MRMesh/MRMeshFwd.h:460
class MRMESH_CLASS GraphEdgeTag
Definition MRMesh/MRMeshFwd.h:71
Reorder
determines how points to be ordered
Definition MRMesh/MRMeshFwd.h:593
@ Lexicographically
the order is determined by lexicographical sorting by coordinates (optimal for uniform sampling)
Definition MRMesh/MRAffineXf.h:14
triangulations for all points, with easy access by VertId
Definition MRLocalTriangulations.h:48
flat map: I -> T
Definition MRBuffer.h:143
Box given by its min- and max- corners.
Definition MRMesh/MRBox.h:25
Definition MRCloudPartMapping.h:10
two edge-points (e.g. representing collision point of two edges)
Definition MREdgePoint.h:50
encodes a point on an edge of mesh or of polyline
Definition MREdgePoint.h:11
Represents a segment on one edge.
Definition MREdgePoint.h:61
settings defining regular grid, where each quadrangular cell is split on two triangles in one of two ...
Definition MRGridSettings.h:11
Definition MRMesh/MRMeshFwd.h:508
Definition MRMesh/MRMeshFwd.h:374
Definition MRMesh/MRMeshFwd.h:376
Definition MRLineSegm.h:11
Definition MRMatrix2.h:13
Definition MRMesh/MRMatrix3.h:13
Definition MRMatrix4.h:14
Definition MRMeshIntersect.h:17
an object and its transformation to global space with other objects
Definition MRMesh/MRMeshOrPoints.h:97
Definition MRMesh/MRMeshProject.h:18
Definition MRMesh/MRMeshPart.h:12
Definition MRMeshTexture.h:13
Definition MRMesh/MRMeshTriPoint.h:23
Definition MRMesh/MRMesh.h:23
Definition MRNoDefInit.h:11
Definition MRMesh/MRMeshFwd.h:56
Definition MRBuffer.h:151
Represents quadratic function f(x) = a*x*x + b*x + c.
Definition MRParabola.h:11
Definition MRPartMapping.h:10
Definition MRMesh/MRPointCloud.h:16
Definition MRMesh/MRPointOnFace.h:11
Definition MRPointOnObject.h:16
Definition MRPolylineProject.h:15
Definition MRPolylineProject.h:53
Definition MRPolyline.h:18
Definition MRQuaternion.h:13
Definition MRRigidScaleXf3.h:12
Definition MRRigidXf3.h:13
encodes a point inside a line segment using relative distance in [0,1]
Definition MRSegmPoint.h:14
describes a number of local triangulations of some points (e.g. assigned to a thread)
Definition MRLocalTriangulations.h:40
Definition MRSymMatrix2.h:14
Definition MRSymMatrix3.h:15
Definition MRSymMatrix4.h:13
Definition MRTriMesh.h:13
encodes a point inside a triangle using barycentric coordinates
Definition MRMesh/MRTriPoint.h:14
Definition MRUnorientedTriangle.h:13
Definition MRVector2.h:18
Definition MRMesh/MRVector3.h:19
Definition MRVector4.h:13
Definition MRMesh/MRMeshFwd.h:609