Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarcoAttene/MeshFix-V2.1
/ functions
Functions
533 in github.com/MarcoAttene/MeshFix-V2.1
⨍
Functions
533
◇
Types & classes
30
Method
operator-=
src/Kernel/matrix.cpp:90
Method
operator-=
Subtracts another point
include/Kernel/point.h:111
Method
operator/
src/Kernel/coordinates.cpp:113
Method
operator/
Returns the vector divided by the scalar
include/Kernel/point.h:129
Method
operator/=
src/Kernel/coordinates.cpp:89
Method
operator/=
< Multiply by a scalar
include/Kernel/matrix.h:82
Method
operator/=
< Multiply by a scalar
include/Kernel/matrix.h:144
Method
operator/=
Divides by a scalar
include/Kernel/point.h:126
Method
operator<
src/Kernel/coordinates.cpp:144
Method
operator<
This can be used with std::sort()
src/Kernel/point.cpp:230
Method
operator<=
include/Kernel/coordinates.h:140
Method
operator=
Initializes all elements to 'd'
include/Kernel/matrix.h:77
Method
operator=
Initializes all elements to 'd'
include/Kernel/matrix.h:149
Method
operator==
src/Kernel/coordinates.cpp:119
Method
operator==
src/Kernel/matrix.cpp:549
Method
operator==
include/Kernel/matrix.h:136
Method
operator==
TRUE iff coordinates are equal
include/Kernel/point.h:132
Method
operator>
src/Kernel/coordinates.cpp:150
Method
operator>=
include/Kernel/coordinates.h:141
Method
operator~
src/Kernel/matrix.cpp:142
Method
oppositeVertex
Triangle's vertex opposite to 'e'. NULL if 'e' is not an edge of the triangle.
include/TMesh/triangle.h:97
Method
overlaps
src/TMesh/triangle.cpp:279
Method
perimeter
src/TMesh/triangle.cpp:109
Method
pinch
src/TMesh/io.cpp:918
Method
pointInInnerSegment
Returns true if 'p' is a point of the segment v1-v2 (endpoints excluded)
src/Kernel/point.cpp:539
Method
pointInInnerTriangle
Returns true if the coplanar point 'p' is in the inner area of 't'. Undetermined if p and t are not coplanar.
src/Kernel/point.cpp:167
Method
pointInSegment
Returns true if 'p' is a point of the segment v1-v2 (endpoints included)
src/Kernel/point.cpp:554
Method
pointInTriangle
Returns true if the coplanar point 'p' is either in the inner area of 't' or on its border. Undetermined if p and t are not coplanar.
src/Kernel/point.cpp:562
Method
pointTriangleDistance
src/TMesh/triangle.cpp:199
Method
pointTriangleSquaredDistance
src/TMesh/triangle.cpp:207
Method
popTail
src/Kernel/list.cpp:153
Method
print
src/Kernel/matrix.cpp:514
Method
printEdge
Print the coordinates of the end-ponts to the file handler pointed to by 'f' (stdout by default).
include/TMesh/edge.h:126
Method
printElapsedTime
src/Kernel/tmesh.cpp:252
Method
printReport
src/TMesh/tin.cpp:1956
Method
printTriangle
src/TMesh/triangle.cpp:295
Method
purge
src/Algorithms/marchIntersections.cpp:628
Method
purgeList
src/Algorithms/marchIntersections.cpp:534
Method
quantize
src/TMesh/tin.cpp:1466
Method
rebuildConnectivity
src/Algorithms/checkAndRepair.cpp:327
Method
refineSelectedHolePatches
src/Algorithms/holeFilling.cpp:576
Method
remesh
src/Algorithms/marchIntersections.cpp:818
Method
removeDegenerateTriangles
src/Algorithms/checkAndRepair.cpp:464
Method
removeDuplicatedTriangles
src/Algorithms/checkAndRepair.cpp:390
Method
removeEdges
src/TMesh/tin.cpp:573
Method
removeHead
src/Kernel/heap.cpp:108
Method
removeOverlappingTriangles
src/Algorithms/checkAndRepair.cpp:995
Method
removeRedundantVertices
/ Removes all the vertices that can be deleted without changing the geometric realization. O(N).
src/TMesh/tin.cpp:626
Method
removeRegion
src/TMesh/tin.cpp:1187
Method
removeShell
src/TMesh/tin.cpp:1329
Method
removeTriangle
This is equivalent to an unlinkTriangle(t) followed by a removeUnlinkedElements().
include/TMesh/tin.h:334
Method
removeTriangles
src/TMesh/tin.cpp:546
Method
replaceNode
src/Kernel/list.cpp:244
Method
report_progress
src/Kernel/tmesh.cpp:138
Method
reselectSelection
src/TMesh/tin.cpp:767
Method
reselectSphericalRegion
src/TMesh/tin.cpp:935
Method
retriangulateSelectedRegion
src/TMesh/tin.cpp:950
Method
retriangulateVT
src/Algorithms/holeFilling.cpp:383
Method
rightTriangle
Triangle adjacent to the next edge of 'e'. NULL if 'e' is not an edge of the triangle.
include/TMesh/triangle.h:101
Method
rotate
src/Kernel/point.cpp:269
Function
round
src/Kernel/coordinates.cpp:209
Method
sample_triangle
src/Algorithms/marchIntersections.cpp:477
Method
saveEFF
src/TMesh/io.cpp:1592
Method
saveIV
src/TMesh/io.cpp:639
Method
saveOBJ
src/TMesh/io.cpp:1421
Method
saveOFF
src/TMesh/io.cpp:792
Method
savePLY
src/TMesh/io.cpp:1291
Method
saveSTL
src/TMesh/io.cpp:1554
Method
saveVRML1
src/TMesh/io.cpp:685
Method
saveVerTri
define SAVE_INFO
src/TMesh/io.cpp:832
Method
segmentIntersectsTriangle
src/Algorithms/marchIntersections.cpp:451
Method
segmentIntersectsTriangle
src/Kernel/point.cpp:592
Method
segmentsIntersect
true if (p1-p2) properly intersects (sp1-sp2) at any point (endpoints included). Collinear overlapping segments are not considered to be properly inte
src/Kernel/point.cpp:579
Method
selectBoundaryTriangles
src/TMesh/tin.cpp:667
Method
selectIntersectingTriangles
src/Algorithms/detectIntersections.cpp:138
Method
selectSphericalRegion
src/TMesh/tin.cpp:902
Method
setFilename
include/Kernel/basics.h:103
Method
setRotation
src/Kernel/matrix.cpp:737
Method
setTranslation
src/Kernel/matrix.cpp:760
Method
sharpEdgeTagging
src/TMesh/tin.cpp:1359
Method
shrinkSelection
src/TMesh/tin.cpp:716
Method
simplify
src/Algorithms/marchIntersections.cpp:982
Method
split
src/TMesh/tin.cpp:292
Method
splitTriangle
src/TMesh/tin.cpp:1909
Method
squaredDistanceFromPoint
src/TMesh/triangle.cpp:185
Method
squaredTriangleArea3D
src/Kernel/point.cpp:524
Method
stitch
src/TMesh/edge.cpp:366
Method
strongDegeneracyRemoval
src/Algorithms/checkAndRepair.cpp:758
Method
strongIntersectionRemoval
src/Algorithms/detectIntersections.cpp:374
Method
switchToDouble
src/Kernel/coordinates.cpp:48
Method
switchToRational
src/Kernel/coordinates.cpp:60
Method
toFloat
include/Kernel/coordinates.h:122
Method
toInt
include/Kernel/coordinates.h:121
Method
toUnitVector
src/TMesh/edge.cpp:116
Method
topTriangle
src/TMesh/tin.cpp:1686
Method
totalAngle
src/TMesh/vertex.cpp:520
Method
totalDihedralAngle
src/TMesh/vertex.cpp:500
Method
trace
Returns the matrix trace
include/Kernel/matrix.h:171
Method
trackOuterHull
src/Algorithms/marchIntersections.cpp:759
Method
transform
src/TMesh/tin.cpp:1485
← previous
next →
401–500 of 533, ranked by callers