Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutdigital/mcut
/ functions
Functions
643 in github.com/cutdigital/mcut
⨍
Functions
643
◇
Types & classes
137
Method
mini_timer
include/mcut/internal/timer.h:56
Function
myCallback
tests/source/userEvents.cpp:172
Function
myCallbackFunction
This callback function will be called asynchroniously w.r.t the client application. Moreover, it is invoked by MCUT when the associated event has fini
tutorials/EventCallback/EventCallback.cpp:64
Function
narrowdoublerand
source/shewchuk.c:4868
Function
narrowfloatrand
source/shewchuk.c:4936
Method
node
include/mcut/internal/tpool.h:882
Method
null_edge
source/hmesh.cpp:115
Method
null_face
source/hmesh.cpp:120
Method
null_halfedge
source/hmesh.cpp:110
Method
null_vertex
source/hmesh.cpp:105
Method
number_of_edges_removed
source/hmesh.cpp:1138
Method
number_of_faces_removed
source/hmesh.cpp:1148
Method
number_of_halfedges_removed
source/hmesh.cpp:1143
Method
number_of_internal_edges
source/hmesh.cpp:1117
Method
number_of_internal_faces
source/hmesh.cpp:1112
Method
number_of_internal_halfedges
source/hmesh.cpp:1122
Method
number_of_internal_vertices
source/hmesh.cpp:1127
Method
number_of_vertices_removed
source/hmesh.cpp:1133
Method
operator!=
include/mcut/internal/hmesh.h:87
Method
operator!=
include/mcut/internal/cdt/utils.h:111
Method
operator()
include/mcut/internal/bvh.h:222
Method
operator()
include/mcut/internal/bvh.h:231
Method
operator()
bool operator()(const BVHPrimitiveInfo &p) const;
include/mcut/internal/bvh.h:254
Method
operator()
include/mcut/internal/hmesh.h:622
Method
operator()
include/mcut/internal/hmesh.h:630
Method
operator()
include/mcut/internal/hmesh.h:638
Method
operator()
include/mcut/internal/hmesh.h:646
Method
operator()
include/mcut/internal/tpool.h:80
Method
operator()
include/mcut/internal/tpool.h:555
Method
operator()
include/mcut/internal/cdt/cdt.h:414
Method
operator()
include/mcut/internal/cdt/cdt.h:486
Method
operator()
Hash operator
include/mcut/internal/cdt/utils.h:462
Method
operator*
include/mcut/internal/hmesh.h:483
Method
operator*
include/mcut/internal/math.h:138
Method
operator*
include/mcut/internal/math.h:237
Method
operator*
multiply
include/mcut/internal/math.h:280
Method
operator*
tutorials/FaceNormals/FaceNormals.cpp:74
Method
operator*
tutorials/TriangulatedFaceMaps/TriangulatedFaceMaps.cpp:76
Method
operator*
tutorials/VertexNormals/VertexNormals.cpp:75
Method
operator*
tutorials/TextureCoordinates/TextureCoordinates.cpp:87
Method
operator*
tutorials/TextureCoordinates/TextureCoordinates.cpp:128
Method
operator+
include/mcut/internal/math.h:128
Method
operator+
include/mcut/internal/math.h:227
Method
operator+
tutorials/FaceNormals/FaceNormals.cpp:82
Method
operator+
tutorials/TriangulatedFaceMaps/TriangulatedFaceMaps.cpp:84
Method
operator+
tutorials/VertexNormals/VertexNormals.cpp:84
Method
operator+
tutorials/TextureCoordinates/TextureCoordinates.cpp:95
Method
operator+
tutorials/TextureCoordinates/TextureCoordinates.cpp:137
Method
operator++
include/mcut/internal/hmesh.h:109
Method
operator++
postfix increment (i++) NOTE: This overide is private to simplify implementation, and we don't need it
include/mcut/internal/hmesh.h:561
Method
operator-
include/mcut/internal/math.h:123
Method
operator-
include/mcut/internal/math.h:222
Method
operator-
include/mcut/internal/math.h:321
Method
operator-
tutorials/FaceNormals/FaceNormals.cpp:90
Method
operator-
tutorials/TriangulatedFaceMaps/TriangulatedFaceMaps.cpp:92
Method
operator-
tutorials/VertexNormals/VertexNormals.cpp:93
Method
operator-
tutorials/TextureCoordinates/TextureCoordinates.cpp:103
Method
operator-
tutorials/TextureCoordinates/TextureCoordinates.cpp:146
Method
operator--
include/mcut/internal/hmesh.h:116
Method
operator->
include/mcut/internal/hmesh.h:466
Method
operator/
include/mcut/internal/math.h:133
Method
operator/
include/mcut/internal/math.h:232
Method
operator/
include/mcut/internal/math.h:308
Method
operator<
include/mcut/internal/hmesh.h:92
Function
operator==
source/math.cpp:76
Function
operator==
include/mcut/internal/cdt/utils.h:40
Method
operator==
include/mcut/internal/hmesh.h:82
Method
operator==
include/mcut/internal/math.h:95
Function
orient2d
(pa, pb, pc)
source/shewchuk.c:1695
Function
orient2dexact
(pa, pb, pc)
source/shewchuk.c:1522
Function
orient2dfast
(pa, pb, pc)
source/shewchuk.c:1508
Function
orient2dslow
(pa, pb, pc)
source/shewchuk.c:1567
Function
orient3d
(pa, pb, pc, pd)
source/shewchuk.c:2367
Function
orient3dexact
(pa, pb, pc, pd)
source/shewchuk.c:1785
Function
orient3dfast
(pa, pb, pc, pd)
source/shewchuk.c:1760
Function
orient3dslow
(pa, pb, pc, pd)
source/shewchuk.c:1866
Method
pair
include/mcut/internal/utils.h:244
Function
parallel_find
include/mcut/internal/tpool.h:670
Method
peel_layer
* Depth-peel a layer in triangulation, used when calculating triangle * depths * * It takes starting seed triangles, traverses neighbor
include/mcut/internal/cdt/triangulate.h:851
Function
point_in_bounding_box
source/math.cpp:878
Function
polygon_normal
source/math.cpp:110
Method
pop_head
dont call directly
include/mcut/internal/tpool.h:132
Method
pseudo_polygon_outer_triangle
include/mcut/internal/cdt/triangulate.h:2084
Method
push
include/mcut/internal/tpool.h:196
Function
read_off
source/hmesh.cpp:1327
Method
recursiveBuild
source/bvh.cpp:840
Method
remove_adjacent_triangle
include/mcut/internal/cdt/triangulate.h:1995
Function
remove_duplicates_and_remap_edges
include/mcut/internal/cdt/cdt.h:314
Method
remove_elements
source/hmesh.cpp:1073
Method
remove_halfedge
also disassociates (not remove) the halfedges(s) and vertex incident to this halfedge
source/hmesh.cpp:985
Method
remove_triangles
include/mcut/internal/cdt/triangulate.h:1142
Method
remove_vertex
source/hmesh.cpp:1062
Method
reserve_for_additional_edges
source/hmesh.cpp:1178
Method
reserve_for_additional_faces
source/hmesh.cpp:1188
Method
reserve_for_additional_halfedges
source/hmesh.cpp:1183
Method
reserve_for_additional_vertices
source/hmesh.cpp:1173
Method
reset
include/mcut/internal/hmesh.h:62
Function
scale_expansion
(elen, e, b, h)
source/shewchuk.c:1319
Method
set_invalid
include/mcut/internal/timer.h:73
Method
set_previous
source/hmesh.cpp:203
← previous
next →
501–600 of 643, ranked by callers