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
hintTexCoordCount
src/nvmesh/MeshBuilder.cpp:705
Method
holeCount
Return the number of open holes.
src/nvmesh/MeshTopology.h:33
Function
iceil
src/nvmath/ftoi.h:199
Function
ifloor
src/nvmath/ftoi.h:193
Method
index
src/nvmath/ProximityGrid.h:70
Method
index_x
src/nvmath/ProximityGrid.h:58
Method
index_y
src/nvmath/ProximityGrid.h:62
Method
index_z
src/nvmath/ProximityGrid.h:66
Method
initialize
src/nvmath/Random.cpp:22
Method
insertionSort
src/nvcore/RadixSort.cpp:116
Method
intersect
src/nvmath/Box.cpp:86
Function
inverse
src/nvmath/Quaternion.h:154
Method
inverse
Inverse using gaussian elimination. From Jon's code.
src/nvmath/Matrix.cpp:275
Method
inverseLU
@@ Not tested.
src/nvmath/Matrix.cpp:156
Function
iround
src/nvmath/ftoi.h:182
Method
isAlive
WeakPtr's call this to determine if their pointer is valid or not.
src/nvcore/RefCounted.h:52
Function
isAlnum
src/nvcore/StrLib.cpp:67
Function
isAlpha
src/nvcore/StrLib.cpp:61
Function
isAtEnd
@@ The original implementation uses feof, which only returns true when we attempt to read *past* the end of the stream. That is, if we read the last b
src/nvcore/StdStream.h:109
Method
isBoundary
@@ It would be more simple to only check m_pair == NULL Face queries.
src/nvmesh/halfedge/Edge.h:53
Method
isBoundary
@@ Note: This only works if linkBoundary has been called.
src/nvmesh/halfedge/Vertex.h:64
Method
isClockwise
src/nvmath/ConvexHull.cpp:134
Method
isClosed
Determine if the mesh is closed. (Each edge is shared by two faces)
src/nvmesh/MeshTopology.h:24
Method
isConnected
Determine if the mesh is connected.
src/nvmesh/MeshTopology.h:21
Method
isDebuggerPresent
src/nvcore/Debug.cpp:1273
Method
isDisk
Return true if the mesh has the topology of a disk.
src/nvmesh/MeshTopology.h:27
Function
isDone
src/nvcore/Array.h:148
Function
isDone
src/nvcore/HashMap.h:105
Method
isDone
src/nvmesh/halfedge/Mesh.h:117
Method
isDone
src/nvmesh/halfedge/Mesh.h:133
Method
isDone
src/nvmesh/halfedge/Mesh.h:167
Method
isDone
src/nvmesh/halfedge/Mesh.h:185
Method
isDone
src/nvmesh/halfedge/Mesh.h:201
Method
isDone
src/nvmesh/halfedge/Vertex.h:90
Method
isDone
src/nvmesh/halfedge/Vertex.h:116
Method
isDone
src/nvmesh/halfedge/Vertex.h:141
Method
isDone
src/nvmesh/halfedge/Vertex.h:162
Method
isDone
src/nvmesh/halfedge/Vertex.h:185
Method
isDone
src/nvmesh/halfedge/Vertex.h:207
Method
isDone
src/nvmesh/halfedge/Face.h:58
Method
isDone
src/nvmesh/halfedge/Face.h:87
Function
isEmpty
Is vector empty.
src/nvcore/Array.h:106
Method
isEndOfChain
src/nvcore/HashMap.h:84
Function
isLoading
src/nvcore/StdStream.h:176
Function
isNan
src/nvmath/nvmath.h:190
Method
isNumber
src/nvcore/StrLib.cpp:238
Method
isPlanar
src/nvmath/Fitting.cpp:397
Method
isQuadFace
src/nvmesh/QuadTriMesh.h:54
Method
isQuadMesh
Determine if the given mesh is a quad mesh.
src/nvmesh/param/Util.cpp:19
Method
isQuadOnly
static*/
src/nvmesh/MeshTopology.cpp:110
Function
isSaving
src/nvcore/StdStream.h:181
Function
isSeekable
Always true.
src/nvcore/StdStream.h:129
Method
isSquare
src/nvmath/Sparse.h:149
Method
isSymmetric
src/nvmath/Sparse.cpp:624
Method
isTriangularMesh
src/nvmesh/param/Util.cpp:34
Method
isValid
src/nvmesh/halfedge/Face.cpp:172
Method
isValid
src/nvmesh/halfedge/Edge.cpp:35
Method
isValid
src/nvmath/Basis.cpp:215
Method
isValid
src/nvmath/Sparse.h:91
Method
isValid
src/nvcore/Ptr.h:242
Method
linkBoundaryEdge
Link this boundary edge.
src/nvmesh/halfedge/Mesh.cpp:463
Method
loBit
src/nvmath/Random.h:174
Method
loBits
src/nvmath/Random.h:175
Function
log2
src/nvmath/nvmath.h:201
Function
log2f
src/nvmath/nvmath.h:148
Function
main
src/thekla/thekla_atlas_test.cpp:11
Method
makeTombstone
src/nvcore/HashMap.h:94
Method
mapChartVertexToUnifiedVertex
src/nvmesh/param/Atlas.h:146
Method
material
src/nvmesh/MeshBuilder.cpp:1037
Method
materialCount
src/nvmesh/MeshBuilder.cpp:1032
Method
max
Get the max value of the random number.
src/nvmath/Random.h:74
Function
max4
inline const T & max4(const T & a, const T & b, const T & c)
src/nvcore/Utils.h:169
Method
mergeChart
src/nvmesh/param/AtlasBuilder.cpp:1184
Method
meshCount
src/nvmesh/param/Atlas.h:45
Method
midPoint
src/nvmesh/halfedge/Edge.cpp:13
Method
miniBall
src/nvmath/Sphere.cpp:208
Function
miniDumpWriteDumpCallback
static
src/nvcore/Debug.cpp:149
Method
mixBits
src/nvmath/Random.h:176
Method
mulCoefficient
src/nvmath/Sparse.cpp:208
Method
mult
y = M * x
src/nvmath/Sparse.cpp:246
Method
normalCount
src/nvmesh/MeshBuilder.cpp:1016
Method
normalIndex
src/nvmesh/MeshBuilder.cpp:1047
Method
normalize
Normalize basis vectors.
src/nvmath/Basis.cpp:9
Method
normalizeRow
src/nvmath/Sparse.cpp:565
Function
nvDebugPrint
Shows a message through the message handler.
src/nvcore/Debug.cpp:1049
Function
nvSigHandler
src/nvcore/Debug.cpp:761
Method
operator !=
src/nvcore/Ptr.h:91
Method
operator !=
src/nvcore/Ptr.h:219
Method
operator !=
src/nvcore/StrLib.h:420
Method
operator &=
src/nvcore/BitArray.h:214
Method
operator ()
src/nvmesh/weld/VertexWeld.cpp:94
Method
operator ()
src/nvmesh/weld/VertexWeld.cpp:108
Function
operator *
src/nvmath/Quaternion.h:88
Method
operator +=
src/nvmesh/param/ParameterizationQuality.cpp:239
Method
operator ->
Member access.
src/nvcore/Ptr.h:64
Method
operator ->
-> operator.
src/nvcore/Ptr.h:159
Method
operator <
src/nvmesh/param/AtlasBuilder.cpp:82
Method
operator <
This type lower than comparation.
src/nvcore/Ptr.h:237
Method
operator =
src/nvcore/Ptr.h:180
Method
operator ==
src/nvcore/Ptr.h:86
← previous
next →
901–1,000 of 1,249, ranked by callers