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
↓ 1 callers
Function
stbi_tga_load_from_memory
extern/stb/stb_image.h:3740
↓ 1 callers
Function
stbi_tga_test_file
extern/stb/stb_image.h:3482
↓ 1 callers
Function
stbi_tga_test_memory
extern/stb/stb_image.h:3493
↓ 1 callers
Function
stbi_zlib_decode_malloc_guesssize
extern/stb/stb_image.h:2478
↓ 1 callers
Function
stbi_zlib_decode_malloc_guesssize_headerflag
extern/stb/stb_image.h:2499
↓ 1 callers
Method
stripExtension
Strip the extension from a path name.
src/nvcore/StrLib.cpp:684
↓ 1 callers
Method
toggleAll
Toggle all the bits.
src/nvcore/BitArray.h:164
↓ 1 callers
Method
toggleBitAt
Toggle a bit.
src/nvcore/BitArray.h:130
↓ 1 callers
Method
transferParameterization
Transfer parameterization from unified mesh to chart mesh.
src/nvmesh/param/Atlas.cpp:1615
↓ 1 callers
Function
triangleNormal
Unnormalized face normal assuming it's a triangle.
src/nvmesh/param/AtlasBuilder.cpp:545
↓ 1 callers
Function
triangleNormalAreaScaled
src/nvmesh/param/AtlasBuilder.cpp:557
↓ 1 callers
Function
triangle_angles
src/nvmesh/param/LeastSquaresConformalMap.cpp:242
↓ 1 callers
Function
triangle_cosines
src/nvmesh/param/LeastSquaresConformalMap.cpp:249
↓ 1 callers
Function
tryParseDouble
Tries to parse a floating point number located at s. s_end should be a location in the string where reading should absolutely stop. For example at th
extern/tinyobj/tiny_obj_loader.h:235
↓ 1 callers
Method
unlinkColocal
src/nvmesh/halfedge/Vertex.h:55
Method
Atlas
Ctor.
src/nvmesh/param/Atlas.cpp:39
Method
AtlasBuilder
src/nvmesh/param/AtlasBuilder.cpp:135
Method
AtlasPacker
src/nvmesh/param/AtlasPacker.cpp:144
Method
AutoPtr
Ctor.
src/nvcore/Ptr.h:34
Method
AutoString
Ctor.
src/nvcore/StrLib.h:383
Method
BaseMesh
src/nvmesh/BaseMesh.h:21
Method
Basis
Create a null basis.
src/nvmath/Basis.h:21
Function
BiCGSTABPrecondSolve
Bi-conjugate gradient stabilized method. */
src/nvmath/Solver.cpp:619
Function
BiCGSTABSolve
Bi-conjugate gradient stabilized method. */
src/nvmath/Solver.cpp:496
Function
BiConjugateGradientSolve
Bi-conjugate gradient method. */
src/nvmath/Solver.cpp:390
Method
BitArray
src/nvcore/BitArray.h:43
Method
Box
src/nvmath/Box.h:22
Method
Chart
src/nvmesh/param/Atlas.cpp:747
Method
ChartBuildData
src/nvmesh/param/AtlasBuilder.cpp:104
Method
ClippedTriangle
src/nvmesh/raster/ClippedTriangle.h:15
Method
ConeFitting
src/nvmesh/param/AtlasBuilder.cpp:464
Method
ConstEdgeIterator
src/nvmesh/halfedge/Mesh.h:197
Method
ConstEdgeIterator
src/nvmesh/halfedge/Vertex.h:106
Method
ConstEdgeIterator
src/nvmesh/halfedge/Face.h:78
Method
ConstFaceIterator
src/nvmesh/halfedge/Mesh.h:163
Method
ConstVertexIterator
src/nvmesh/halfedge/Mesh.h:129
Method
ConstVertexIterator
src/nvmesh/halfedge/Vertex.h:199
Method
Edge
Default constructor.
src/nvmesh/halfedge/Edge.h:29
Method
EdgeIterator
src/nvmesh/halfedge/Mesh.h:182
Method
EdgeIterator
src/nvmesh/halfedge/Vertex.h:81
Method
EdgeIterator
src/nvmesh/halfedge/Face.h:50
Method
Entry
src/nvcore/HashMap.h:79
Function
ExceptionHandlerThreadMain
src/nvcore/Debug.cpp:312
Function
F32
src/nvcore/Utils.h:137
Function
F32<int32>
src/nvcore/Utils.h:141
Function
F32<int64>
src/nvcore/Utils.h:139
Function
F32<uint32>
src/nvcore/Utils.h:140
Function
F32<uint64>
src/nvcore/Utils.h:138
Method
Face
src/nvmesh/halfedge/Face.h:25
Method
FaceIterator
src/nvmesh/halfedge/Mesh.h:148
Method
FullMatrix
src/nvmath/Sparse.cpp:158
Method
FullVector
src/nvmath/Sparse.cpp:14
Method
GMRand
src/nvmath/Random.h:229
Function
I16
src/nvcore/Utils.h:103
Function
I16<int32>
src/nvcore/Utils.h:107
Function
I16<int64>
src/nvcore/Utils.h:105
Function
I16<uint16>
src/nvcore/Utils.h:108
Function
I16<uint32>
src/nvcore/Utils.h:106
Function
I16<uint64>
src/nvcore/Utils.h:104
Function
I32<int64>
src/nvcore/Utils.h:83
Function
I32<uint32>
src/nvcore/Utils.h:84
Function
I32<uint64>
src/nvcore/Utils.h:82
Function
I64
src/nvcore/Utils.h:54
Function
I64<uint64>
src/nvcore/Utils.h:55
Function
I8
src/nvcore/Utils.h:126
Function
I8<int16>
src/nvcore/Utils.h:132
Function
I8<int32>
src/nvcore/Utils.h:130
Function
I8<int64>
src/nvcore/Utils.h:128
Function
I8<uint16>
src/nvcore/Utils.h:131
Function
I8<uint32>
src/nvcore/Utils.h:129
Function
I8<uint64>
src/nvcore/Utils.h:127
Function
I8<uint8>
src/nvcore/Utils.h:133
Method
Image
src/nvimage/Image.cpp:18
Method
JacobiPreconditioner
src/nvmath/Solver.cpp:28
Method
KahanSum
src/nvmath/KahanSum.h:15
Method
Key
src/nvmesh/halfedge/Mesh.h:247
Method
LeastSquaresSolver
Solve the symmetric system: At�A�x = At�b
src/nvmath/Solver.cpp:75
Method
MTRand
Constructor that uses the current time as the seed.
src/nvmath/Random.h:127
Function
MakeScopeExit
src/nvcore/nvcore.h:334
Method
Material
src/nvmesh/MeshBuilder.cpp:75
Method
MaterialFileReader
extern/tinyobj/tiny_obj_loader.h:95
Method
MaterialReader
extern/tinyobj/tiny_obj_loader.h:84
Method
Mesh
src/nvmesh/halfedge/Mesh.cpp:22
Method
MeshBuilder
src/nvmesh/MeshBuilder.cpp:179
Method
MeshCharts
Ctor.
src/nvmesh/param/Atlas.cpp:245
Method
MeshTopology
src/nvmesh/MeshTopology.h:18
Function
POSH_GetArchString
Returns a string describing this platform's basic attributes. POSH_GetArchString() reports on an architecture's statically determined attribute
extern/poshlib/posh.c:236
Function
POSH_ReadI16FromBig
* Reads a signed 16-bit value from a big-endian buffer @ingroup MemoryBuffer @param src [in] source buffer @returns host-endian signed 16-bit value
extern/poshlib/posh.c:721
Function
POSH_ReadI16FromLittle
* Reads a signed 16-bit value from a little-endian buffer @ingroup MemoryBuffer @param src [in] source buffer @returns host-endian signed 16-bit va
extern/poshlib/posh.c:658
Function
POSH_ReadI32FromBig
* Reads a signed 32-bit value from a big-endian buffer @ingroup MemoryBuffer @param src [in] source buffer @returns host-endian signed 32-bit value
extern/poshlib/posh.c:753
Function
POSH_ReadI32FromLittle
* Reads a signed 32-bit value from a little-endian buffer @ingroup MemoryBuffer @param src [in] source buffer @returns host-endian signed 32-bit va
extern/poshlib/posh.c:690
Function
POSH_ReadI64FromBig
* Reads an signed 64-bit value from a big-endian buffer @param src [in] source buffer @returns host-endian signed 32-bit value */
extern/poshlib/posh.c:817
Function
POSH_ReadI64FromLittle
* Reads a signed 64-bit value from a little-endian buffer @param src [in] source buffer @returns host-endian signed 32-bit value */
extern/poshlib/posh.c:786
Function
POSH_SwapI16
* Byte swaps a 16-bit signed value * @ingroup ByteSwapFunctions @param v [in] signed 16-bit input value to swap @returns a byte swapped vers
extern/poshlib/posh.c:309
Function
POSH_SwapI32
* Byte swaps a 32-bit signed value * @ingroup ByteSwapFunctions @param v [in] signed 32-bit input value to swap @returns a byte swapped vers
extern/poshlib/posh.c:345
Function
POSH_SwapI64
* Byte swaps a 64-bit signed value @param v [in] a 64-bit input value to swap @ingroup SixtyFourBit @returns a byte swapped version of v */
extern/poshlib/posh.c:385
Function
POSH_WriteI16ToBig
* Writes a signed 16-bit value to a big endian buffer @ingroup MemoryBuffer @param dst [out] pointer to the destination buffer, may not be NULL @p
extern/poshlib/posh.c:504
Function
POSH_WriteI16ToLittle
* Writes a signed 16-bit value to a little endian buffer @ingroup MemoryBuffer @param dst [out] pointer to the destination buffer, may not be NULL
extern/poshlib/posh.c:428
Function
POSH_WriteI32ToBig
* Writes a signed 32-bit value to a big endian buffer @ingroup MemoryBuffer @param dst [out] pointer to the destination buffer, may not be NULL @p
extern/poshlib/posh.c:543
Function
POSH_WriteI32ToLittle
* Writes a signed 32-bit value to a little endian buffer @ingroup MemoryBuffer @param dst [out] pointer to the destination buffer, may not be NULL
extern/poshlib/posh.c:467
← previous
next →
501–600 of 1,249, ranked by callers