MCPcopy Create free account

hub / github.com/Thekla/thekla_atlas / functions

Functions1,249 in github.com/Thekla/thekla_atlas

Methodoperator ==
src/nvcore/Ptr.h:200
Methodoperator ==
src/nvcore/StrLib.h:417
Functionoperator delete
src/nvcore/Memory.cpp:93
Functionoperator new
src/nvcore/Memory.cpp:85
Methodoperator |=
src/nvcore/BitArray.h:225
Functionoperator!=
src/nvmesh/BaseMesh.h:57
Functionoperator!=
src/nvmath/Vector.h:17
Functionoperator!=
Not equal operator.
src/nvcore/StrLib.h:299
Methodoperator!=
src/nvcore/Ptr.h:290
Methodoperator()
extern/tinyobj/tiny_obj_loader.h:753
Methodoperator()
src/nvmesh/BaseMesh.h:64
Methodoperator()
src/nvmesh/MeshBuilder.cpp:116
Methodoperator()
xrefs maps old elements to new elements
src/nvmesh/weld/Weld.h:26
Methodoperator()
xrefs maps old elements to new elements
src/nvmesh/weld/Weld.h:119
Methodoperator()
src/nvcore/Hash.h:50
Methodoperator()
src/nvcore/Hash.h:57
Methodoperator()
src/nvcore/StrLib.h:35
Methodoperator()
src/nvcore/StrLib.h:46
Methodoperator()
src/nvcore/StrLib.h:371
Methodoperator*=
src/nvmath/Sparse.cpp:64
Methodoperator+=
src/nvmath/Sparse.cpp:42
Methodoperator-=
src/nvmath/Sparse.cpp:53
Methodoperator->
src/nvcore/Ptr.h:298
Functionoperator<
for std::map
extern/tinyobj/tiny_obj_loader.h:161
Methodoperator=
src/nvmesh/halfedge/Mesh.h:250
Methodoperator=
Delete owned pointer and assign new one.
src/nvcore/Ptr.h:46
Methodoperator=
src/nvcore/Ptr.h:275
Methodoperator=
Delete owned pointer and assign new one.
src/nvcore/StrLib.h:397
Functionoperator==
src/nvmesh/BaseMesh.h:52
Functionoperator==
src/nvcore/Hash.h:71
Functionoperator==
Equal operator.
src/nvcore/StrLib.h:159
Methodoperator==
src/nvmesh/MeshBuilder.cpp:88
Methodoperator==
src/nvmesh/halfedge/Mesh.h:251
Methodoperator==
src/nvcore/Ptr.h:289
Methodoptimize
src/nvmesh/MeshBuilder.cpp:544
Methodorthonormalize
Gram-Schmidt orthogonalization. @note Works only if the vectors are close to orthogonal.
src/nvmath/Basis.cpp:19
FunctionoutputDebugBitmap
src/nvmesh/param/AtlasPacker.cpp:56
Methodoverlap
src/nvmath/Box.cpp:81
MethodpackCharts
src/nvmesh/param/AtlasPacker.cpp:382
Methodpixels
src/nvimage/Image.cpp:169
FunctionplaneIntersection
src/nvmath/Plane.cpp:19
MethodpositionCount
src/nvmesh/MeshBuilder.cpp:1011
MethodpositionIndex
src/nvmesh/MeshBuilder.cpp:1043
MethodprocessTriangle
src/nvmesh/param/ParameterizationQuality.cpp:256
Methodptr
Return proxy pointer.
src/nvcore/RefCounted.h:62
Methodptr
Get pointer.
src/nvcore/Ptr.h:173
Methodptr
src/nvcore/Ptr.h:305
FunctionquantizeFloat
Quantize a float in the [0,1] range, using exact end points or uniform bins.
src/nvmath/ftoi.h:210
MethodradixSort
src/nvcore/RadixSort.cpp:161
MethodrandomSeed
Get a random seed based on the current time.
src/nvmath/Random.cpp:16
Functionrank
src/nvcore/RadixSort.h:40
Functionranks
Access to results. m_ranks is a list of indices in sorted order, i.e. in the order you may further process your data
src/nvcore/RadixSort.h:38
Functionreal
src/nvmath/Quaternion.h:172
Functionrealloc
src/nvcore/Memory.cpp:51
MethodreduceConvexHullToNSides
src/nvmath/ConvexHull.cpp:100
MethodrefCount
Get reference count.
src/nvcore/RefCounted.h:133
Methodrelease
Decrease reference count and remove when 0.
src/nvcore/RefCounted.h:100
Methodrelease
Relinquish ownership of the underlying pointer and returns that pointer.
src/nvcore/StrLib.h:410
MethodreleaseWeakProxy
Release the weak proxy.
src/nvcore/RefCounted.h:123
Methodreload
src/nvmath/Random.cpp:40
MethodrelocateSeed
src/nvmesh/param/AtlasBuilder.cpp:661
Methodremove
src/nvmath/ProximityGrid.h:92
MethodremoveCandidate
src/nvmesh/param/AtlasBuilder.cpp:716
MethodremoveChar
src/nvcore/StrLib.cpp:529
MethodremoveFile
src/nvcore/FileSystem.cpp:71
MethodremoveUnusedMaterials
src/nvmesh/MeshBuilder.cpp:565
FunctionreorderArray
src/nvmesh/weld/Weld.h:83
MethodreplaceChars
src/nvcore/StrLib.cpp:542
Functionresample_row_1
extern/stb/stb_image.h:1771
Functionresample_row_generic
extern/stb/stb_image.h:1844
Functionresample_row_h_2
extern/stb/stb_image.h:1790
Functionresample_row_hv_2
extern/stb/stb_image.h:1820
Functionresample_row_v_2
extern/stb/stb_image.h:1780
Methodreset
src/nvmesh/MeshBuilder.cpp:665
Methodreset
src/nvmath/ProximityGrid.cpp:12
Methodreset
Reset the string. */
src/nvcore/StrLib.cpp:582
MethodresetAssertHandler
Reset the assert handler.
src/nvcore/Debug.cpp:1125
MethodresetMessageHandler
Reset the debug message handler.
src/nvcore/Debug.cpp:1113
Methodresize
src/nvcore/RadixSort.cpp:100
Methodresize
src/nvcore/BitArray.h:51
Methodresize
src/nvimage/BitMap.cpp:7
MethodreverseFind
Find given char starting from the end. Why not use strrchr!?
src/nvcore/StrLib.cpp:566
FunctionreverseXRefs
Reverse the given array so that new indices point to old indices.
src/nvmesh/weld/Weld.h:97
MethodrobustOrthonormalize
Robust orthonormalization. Returns an orthonormal basis even when the original is degenerate.
src/nvmath/Basis.cpp:40
Methodsaxpy
src/nvmath/Sparse.cpp:103
Methodscal
src/nvmath/Sparse.cpp:125
MethodscaleColumn
src/nvmath/Sparse.cpp:600
MethodscaleRow
src/nvmath/Sparse.cpp:554
Methodscanline
src/nvimage/Image.cpp:157
Methodseed
Set the given seed.
src/nvmath/Random.h:100
Methodseed
Provide a new seed.
src/nvmath/Random.h:143
Methodseed
Provide a new seed.
src/nvmath/Random.h:241
Methodseed
Set the given seed. */
src/nvmath/Random.h:320
Methodseparator
Get the path separator. static
src/nvcore/StrLib.cpp:703
FunctionsetAll
src/nvimage/BitMap.h:60
MethodsetAssertHandler
Set the assert handler.
src/nvcore/Debug.cpp:1119
FunctionsetBGRA
src/nvmath/Color.h:69
MethodsetBitsCallback
static*/
src/nvmesh/param/AtlasPacker.cpp:1368
FunctionsetByteOrder
Set byte order.
src/nvcore/Stream.h:39
MethodsetMessageHandler
Set the debug message handler.
src/nvcore/Debug.cpp:1107
← previousnext →1,001–1,100 of 1,249, ranked by callers