Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ functions
Functions
8,977 in github.com/MeshInspector/MeshLib
⨍
Functions
8,977
◇
Types & classes
2,246
↳
Endpoints
18
↓ 2,429 callers
Method
size
computes size of the box in all dimensions
source/MRMesh/MRBox.h:106
↓ 926 callers
Method
push_back
adds one more bit with the given value in the container, increasing its size on 1
source/MRMesh/MRBitSet.h:127
↓ 702 callers
Method
end
source/MRMesh/MRBuffer.h:115
↓ 671 callers
Method
empty
source/MRMesh/MRBuffer.h:68
↓ 658 callers
Method
sym
returns identifier of the edge with same ends but opposite orientation
source/MRMesh/MRId.h:99
↓ 579 callers
Method
begin
source/MRMesh/MRBuffer.h:113
↓ 577 callers
Function
scale
source/MRViewer/MRUIStyle.cpp:37
↓ 557 callers
Method
size
source/MRViewer/MRGLTexture.h:36
↓ 554 callers
Method
resize
source/MRMesh/MRHeap.h:112
↓ 533 callers
Method
set
source/MRMesh/MRDistanceMap.cpp:131
↓ 464 callers
Method
test
all bits after size() we silently consider as not-set
source/MRMesh/MRBitSet.h:107
↓ 439 callers
Method
valid
source/MRMesh/MRId.h:39
↓ 435 callers
Function
unexpected
source/MRPch/MRExpected.h:46
↓ 425 callers
Method
length
source/MRMesh/MRVector3.h:66
↓ 417 callers
Method
empty
source/MRViewer/MRCommandLoop.cpp:88
↓ 415 callers
Function
unexpected
source/MRMesh/MRExpected.h:20
↓ 389 callers
Method
count
source/MRMesh/MRBitSet.cpp:27
↓ 364 callers
Method
error
source/MRIOExtras/MRSvg.cpp:387
↓ 337 callers
Function
subprogress
returns a callback that maps [0,1] linearly into [from,to] in the call to \param cb (which can be empty)
source/MRMesh/MRProgressCallback.h:49
↓ 337 callers
Function
unexpectedOperationCanceled
returns Expected error with `stringOperationCanceled()`
source/MRMesh/MRExpected.h:48
↓ 331 callers
Method
normalized
returns same line represented with unit d-vector
source/MRMesh/MRLine.h:35
↓ 330 callers
Function
utf8string
source/MRMesh/MRStringConvert.h:61
↓ 324 callers
Function
max
source/MRViewer/MRImGuiVectorOperators.h:143
↓ 322 callers
Function
reportProgress
safely invokes \param cb with given value; just returning true for empty callback
source/MRMesh/MRProgressCallback.h:12
↓ 308 callers
Function
dot
source/MRMesh/MRMatrix3.h:158
↓ 294 callers
Method
left
returns left face of half-edge
source/MRMesh/MRMeshTopology.h:104
↓ 277 callers
Method
reserve
source/MRMesh/MRBitSet.h:93
↓ 269 callers
Function
abs
source/MRMesh/MRUnsigned.h:18
↓ 261 callers
Function
ParallelFor
source/MRMesh/MRParallelFor.h:30
↓ 256 callers
Method
find
source/MRMesh/MRObject.h:346
↓ 253 callers
Method
dest
returns destination vertex of half-edge
source/MRMesh/MRMeshTopology.h:101
↓ 244 callers
Method
org
returns origin vertex of half-edge
source/MRMesh/MRMeshTopology.h:98
↓ 242 callers
Method
lengthSq
source/MRMesh/MRVector3.h:65
↓ 239 callers
Method
value
source/MRMesh/MRViewportId.h:21
↓ 231 callers
Function
cross
source/MRMesh/MRVector3.h:179
↓ 223 callers
Function
get
source/MRMesh/MRTupleBindings.h:143
↓ 218 callers
Method
size
source/MRVoxels/MRVoxelGraphCut.cpp:72
↓ 202 callers
Method
undirected
returns unique identifier of the edge ignoring its direction
source/MRMesh/MRId.h:104
↓ 200 callers
Method
data
source/MRMesh/MRMatrix4.h:98
↓ 198 callers
Method
clear
source/MRMesh/MRMapOrHashMap.h:106
↓ 195 callers
Method
data
source/MRCuda/MRCudaPolyline.cpp:23
↓ 192 callers
Function
BitSetParallelFor
source/MRMesh/MRBitSetParallelFor.h:154
↓ 185 callers
Method
prev
source/MRMesh/MRViewportId.h:30
↓ 185 callers
Method
reset
source/MRMesh/MRConfig.cpp:17
↓ 179 callers
Function
sqr
source/MRMesh/MRVector3.h:197
↓ 177 callers
Method
next
source/MRMesh/MRViewportId.h:29
↓ 176 callers
Method
data
returns pointer to buffer data
source/MRViewer/MRRenderHelpers.h:36
↓ 172 callers
Function
min
source/MRViewer/MRImGuiVectorOperators.h:141
↓ 169 callers
Method
get
source/MRMesh/MRDistanceMap.cpp:43
↓ 164 callers
Function
swap
source/MRMesh/MRVector.h:153
↓ 159 callers
Function
diagonal
Adding a template parameter to allow instantiating the rest of the class with `T == void`.
source/MRMesh/MRVectorTraits.h:32
↓ 153 callers
Method
right
returns right face of half-edge
source/MRMesh/MRMeshTopology.h:107
↓ 150 callers
Method
getUInt32
source/MRMesh/MRColor.h:23
↓ 149 callers
Function
instance
provides non const access to viewer
source/MRViewer/MRViewer.h:89
↓ 138 callers
Method
diagonal
computes length from min to max
source/MRMesh/MRBox.h:109
↓ 135 callers
Method
autoResizeSet
sets elements [pos, pos+len) to given value, adjusting the size of the set to include new elements
source/MRMesh/MRBitSet.h:196
↓ 129 callers
Method
insert
source/MRMesh/MRColorMapAggregator.cpp:28
↓ 120 callers
Method
undirectedEdgeSize
returns the number of undirected edges (pairs of half-edges) including lone ones
source/MRMesh/MRMeshTopology.h:51
↓ 118 callers
Method
numValidFaces
returns the number of valid faces
source/MRMesh/MRMeshTopology.h:261
↓ 115 callers
Method
get
source/MRVoxels/MRFloatGrid.cpp:40
↓ 113 callers
Method
splice
source/MRMesh/MRMeshTopology.cpp:163
↓ 108 callers
Method
inverse
source/MRMesh/MRSymMatrix3.h:171
↓ 107 callers
Method
get
source/MRViewer/MRImGuiMeasurementIndicators.h:34
↓ 107 callers
Method
include
minimally increases the box to include given point
source/MRMesh/MRBox.h:122
↓ 103 callers
Function
clamp
source/MRViewer/MRImGuiVectorOperators.h:146
↓ 103 callers
Method
contains
checks whether given point is inside (including the surface) of this box
source/MRMesh/MRBox.h:142
↓ 103 callers
Method
vertSize
returns the number of vertex records, including invalid ones
source/MRMesh/MRGraph.h:56
↓ 102 callers
Function
orgRing
to iterate over all edges with same origin vertex as firstEdge (INCLUDING firstEdge) for ( Edge e : orgRing( topology, firstEdge ) ) ...
source/MRMesh/MRRingIterator.h:65
↓ 99 callers
Method
faceSize
returns the number of face records including invalid ones
source/MRMesh/MRMeshTopology.h:289
↓ 97 callers
Method
erase
source/MRMesh/MRColorMapAggregator.cpp:63
↓ 95 callers
Method
computeBoundingBox
source/MRMesh/MRMesh.cpp:211
↓ 94 callers
Method
valid
source/MRViewer/MRSpaceMouseDevice.cpp:31
↓ 94 callers
Method
volume
computes the volume of this box
source/MRMesh/MRBox.h:112
↓ 93 callers
Method
clear
source/MRViewer/MRWebRequest.cpp:229
↓ 92 callers
Method
capacity
source/MRMesh/MRBuffer.h:66
↓ 88 callers
Method
addChild
source/MRMesh/MRObject.cpp:331
↓ 87 callers
Method
worldXf
source/MRMesh/MRObject.cpp:205
↓ 86 callers
Method
numValidVerts
returns the number of valid vertices
source/MRMesh/MRMeshTopology.h:201
↓ 81 callers
Method
push
source/MRMesh/MRFewSmallest.h:65
↓ 79 callers
Method
destPnt
returns coordinates of the edge destination
source/MRMesh/MRMesh.h:65
↓ 78 callers
Method
orgPnt
returns coordinates of the edge origin
source/MRMesh/MRMesh.h:62
↓ 77 callers
Method
center
computes center of the box
source/MRMesh/MRBox.h:75
↓ 77 callers
Method
edgePoint
returns a point on the edge: origin point for f=0 and destination point for f=1
source/MRMesh/MRMesh.h:74
↓ 76 callers
Method
any
source/MRMesh/MRBitSet.cpp:8
↓ 76 callers
Method
join
source/MRMesh/MRMeshMath.cpp:246
↓ 76 callers
Function
setTooltipIfHovered
source/MRViewer/MRUIStyle.cpp:2102
↓ 76 callers
Method
transform
source/MRMesh/MRMesh.cpp:237
↓ 75 callers
Method
name
source/MRViewer/MRPickPointManager.cpp:217
↓ 73 callers
Method
pushBack
source/MRMesh/MRMapOrHashMap.h:78
↓ 69 callers
Method
leaf
source/MRMesh/MRAABBTreeMaker.hpp:23
↓ 68 callers
Method
reset
source/MRViewer/MRViewer.cpp:2955
↓ 66 callers
Method
distance
returns distance from given point to this plane (if n is a unit vector)
source/MRMesh/MRPlane3.h:33
↓ 66 callers
Method
triPoint
computes coordinates of point given as face and barycentric representation
source/MRMesh/MRMesh.h:103
↓ 65 callers
Function
makeCube
source/MRMesh/MRCube.cpp:30
↓ 65 callers
Method
select
source/MRMesh/MRObject.cpp:466
↓ 64 callers
Method
findHoleRepresentiveEdges
source/MRMesh/MRMeshTopology.cpp:644
↓ 64 callers
Method
invalidateCaches
source/MRMesh/MRMesh.cpp:558
↓ 64 callers
Method
setFrontColor
source/MRMesh/MRObjectGcode.cpp:123
↓ 63 callers
Function
BitSetParallelForAll
source/MRMesh/MRBitSetParallelFor.h:133
↓ 62 callers
Method
lastValidVert
source/MRMesh/MRMeshTopology.cpp:881
next →
1–100 of 8,977, ranked by callers