Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thekla/thekla_atlas
/ functions
Functions
1,249 in github.com/Thekla/thekla_atlas
⨍
Functions
1,249
◇
Types & classes
213
Method
setPos
Update position of all colocals.
src/nvmesh/halfedge/Vertex.cpp:22
Method
setString
src/nvcore/StrLib.cpp:749
Function
setup_conformal_map_relations
src/nvmesh/param/LeastSquaresConformalMap.cpp:178
Method
sewBoundary
For this to be effective, we have to fix the boundary junctions first.
src/nvmesh/halfedge/Mesh.cpp:733
Method
sgemm
C = alpha*A*B + beta*C
src/nvmath/Sparse.cpp:345
Method
sgemv
y = alpha*A*x + beta*y
src/nvmath/Sparse.cpp:281
Function
shutHandlerThread
src/nvcore/Debug.cpp:1172
Function
sign
src/nvmath/nvmath.h:263
Function
size
Get vector size.
src/nvcore/Array.h:85
Function
smoothstep
src/nvmath/nvmath.h:256
Method
solve
src/nvmesh/param/AtlasBuilder.cpp:501
Method
solveCramer
src/nvmath/Matrix.cpp:231
Method
solveLU
src/nvmath/Matrix.cpp:125
Method
sortFacesByGroup
src/nvmesh/MeshBuilder.cpp:616
Method
sortFacesByMaterial
src/nvmesh/MeshBuilder.cpp:640
Method
splitBoundaryEdge
src/nvmesh/halfedge/Mesh.cpp:1025
Method
sqm
C = At * A
src/nvmath/Sparse.cpp:885
Function
sqrt_assert
src/nvmath/nvmath.h:101
Function
sqrtf_assert
src/nvmath/nvmath.h:107
Function
start
src/nvcore/HashMap.h:104
Function
stbi_bmp_load
extern/stb/stb_image.h:3384
Function
stbi_convert_iphone_png_to_rgb
extern/stb/stb_image.h:2805
Function
stbi_failure_reason
extern/stb/stb_image.h:567
Function
stbi_gif_info
extern/stb/stb_image.h:4584
Function
stbi_gif_load
extern/stb/stb_image.h:4540
Function
stbi_hdr_to_ldr_gamma
extern/stb/stb_image.h:768
Function
stbi_hdr_to_ldr_scale
extern/stb/stb_image.h:769
Function
stbi_image_free
extern/stb/stb_image.h:589
Function
stbi_info
extern/stb/stb_image.h:4831
Function
stbi_info_from_memory
extern/stb/stb_image.h:4861
Function
stbi_install_YCbCr_to_RGB
extern/stb/stb_image.h:1887
Function
stbi_install_idct
extern/stb/stb_image.h:1428
Function
stbi_is_hdr
extern/stb/stb_image.h:742
Function
stbi_is_hdr_from_memory
extern/stb/stb_image.h:730
Function
stbi_jpeg_info
extern/stb/stb_image.h:2088
Function
stbi_jpeg_load
extern/stb/stb_image.h:2028
Function
stbi_ldr_to_hdr_gamma
extern/stb/stb_image.h:771
Function
stbi_ldr_to_hdr_scale
extern/stb/stb_image.h:772
Function
stbi_load
extern/stb/stb_image.h:622
Function
stbi_loadf
extern/stb/stb_image.h:688
Function
stbi_loadf_from_memory
extern/stb/stb_image.h:712
Function
stbi_pic_load
extern/stb/stb_image.h:4191
Function
stbi_png_info
extern/stb/stb_image.h:3084
Function
stbi_png_load
extern/stb/stb_image.h:3035
Function
stbi_psd_load
extern/stb/stb_image.h:3935
Function
stbi_register_loader
extern/stb/stb_image.h:598
Function
stbi_set_unpremultiply_on_load
extern/stb/stb_image.h:2801
Function
stbi_tga_load
extern/stb/stb_image.h:3722
Function
stbi_zlib_decode_buffer
extern/stb/stb_image.h:2515
Function
stbi_zlib_decode_malloc
extern/stb/stb_image.h:2494
Function
stbi_zlib_decode_noheader_buffer
extern/stb/stb_image.h:2542
Function
stbi_zlib_decode_noheader_malloc
extern/stb/stb_image.h:2526
Function
str
const char * accessors operator const char * () const { return m_str; } operator char * () { return m_str; }
src/nvcore/StrLib.h:142
Method
strBeginsWith
src/nvcore/StrLib.cpp:111
Method
strCaseDiff
src/nvcore/StrLib.cpp:86
Method
strCaseEqual
src/nvcore/StrLib.cpp:104
Method
strCat
src/nvcore/StrLib.cpp:151
Function
strCatSafe
src/nvcore/StrLib.h:86
Method
strCpy
@@ Add asserts to detect overlap between dst and src?
src/nvcore/StrLib.cpp:126
Function
strCpySafe
src/nvcore/StrLib.h:82
Method
strDiff
src/nvcore/StrLib.cpp:79
Method
strEndsWith
src/nvcore/StrLib.cpp:117
Method
strEqual
src/nvcore/StrLib.cpp:97
Method
strLen
src/nvcore/StrLib.cpp:73
Method
strMatch
Pattern matching routine. I don't remember where did I get this. */
src/nvcore/StrLib.cpp:179
Method
strSkipWhiteSpace
src/nvcore/StrLib.cpp:163
Method
stripFileName
* Strip the file name from a path. * @warning path cannot end with '/' o '\\', can't it? */
src/nvcore/StrLib.cpp:666
Method
sumRow
src/nvmath/Sparse.cpp:489
Method
swap
Swap strings.
src/nvcore/StrLib.cpp:612
Method
swap
src/nvcore/BitArray.h:208
Method
terminate
Abnormal termination. Create mini dump and output call stack.
src/nvcore/Debug.cpp:1012
Function
test_ftoi
src/nvmath/ftoi.h:114
Method
texCoordCount
src/nvmesh/MeshBuilder.cpp:1021
Method
texCoordIndex
src/nvmesh/MeshBuilder.cpp:1051
Function
toDegree
src/nvmath/nvmath.h:162
Function
toLower
src/nvcore/StrLib.cpp:58
Method
toQuadTriMesh
src/nvmesh/halfedge/Mesh.cpp:556
Function
toRadian
src/nvmath/nvmath.h:161
Method
toTriMesh
Convert to tri mesh.
src/nvmesh/halfedge/Mesh.cpp:492
Function
toUpper
Locale independent functions.
src/nvcore/StrLib.cpp:55
Function
toggleAll
src/nvimage/BitMap.h:65
Method
transform
Transform by this basis. (From this basis to object space).
src/nvmath/Basis.cpp:228
Method
transformI
Transform by the inverse. (From object space to this basis). @note Uses Cramer's rule so the inverse is not accurate if the basis is ill-conditioned.
src/nvmath/Basis.cpp:244
Function
transformPlane
src/nvmath/Plane.cpp:9
Method
transformT
Transform by the transpose. (From object space to this basis).
src/nvmath/Basis.cpp:237
Method
translatePath
static */
src/nvcore/StrLib.cpp:632
Method
transpose
src/nvmath/Sparse.cpp:792
Function
triangleConformalEnergy
src/nvmesh/param/ParameterizationQuality.cpp:55
Method
triangulate
Triangulate in place.
src/nvmesh/halfedge/Mesh.cpp:597
Method
triangulate
This is doing a simple ear-clipping algorithm that skips invalid triangles. Ideally, we should also sort the ears by angle, start with the ones that h
src/nvmesh/param/Util.cpp:161
Method
triangulate
src/nvmath/ConvexHull.cpp:359
Method
twist
src/nvmath/Random.h:177
Method
unifyVertices
src/nvmesh/param/Util.cpp:92
Function
unitFloatToFixed
src/nvmath/ftoi.h:243
Function
unitFloatToFixed16
src/nvmath/ftoi.h:251
Function
unitFloatToFixed8
src/nvmath/ftoi.h:247
Method
unwrap
src/nvimage/Image.cpp:126
Method
updateCandidate
src/nvmesh/param/AtlasBuilder.cpp:732
Method
updateCandidates
src/nvmesh/param/AtlasBuilder.cpp:421
Method
updatePriorities
src/nvmesh/param/AtlasBuilder.cpp:758
← previous
next →
1,101–1,200 of 1,249, ranked by callers