MCPcopy Create free account

hub / github.com/Thekla/thekla_atlas / functions

Functions1,249 in github.com/Thekla/thekla_atlas

MethodhintTexCoordCount
src/nvmesh/MeshBuilder.cpp:705
MethodholeCount
Return the number of open holes.
src/nvmesh/MeshTopology.h:33
Functioniceil
src/nvmath/ftoi.h:199
Functionifloor
src/nvmath/ftoi.h:193
Methodindex
src/nvmath/ProximityGrid.h:70
Methodindex_x
src/nvmath/ProximityGrid.h:58
Methodindex_y
src/nvmath/ProximityGrid.h:62
Methodindex_z
src/nvmath/ProximityGrid.h:66
Methodinitialize
src/nvmath/Random.cpp:22
MethodinsertionSort
src/nvcore/RadixSort.cpp:116
Methodintersect
src/nvmath/Box.cpp:86
Functioninverse
src/nvmath/Quaternion.h:154
Methodinverse
Inverse using gaussian elimination. From Jon's code.
src/nvmath/Matrix.cpp:275
MethodinverseLU
@@ Not tested.
src/nvmath/Matrix.cpp:156
Functioniround
src/nvmath/ftoi.h:182
MethodisAlive
WeakPtr's call this to determine if their pointer is valid or not.
src/nvcore/RefCounted.h:52
FunctionisAlnum
src/nvcore/StrLib.cpp:67
FunctionisAlpha
src/nvcore/StrLib.cpp:61
FunctionisAtEnd
@@ 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
MethodisBoundary
@@ It would be more simple to only check m_pair == NULL Face queries.
src/nvmesh/halfedge/Edge.h:53
MethodisBoundary
@@ Note: This only works if linkBoundary has been called.
src/nvmesh/halfedge/Vertex.h:64
MethodisClockwise
src/nvmath/ConvexHull.cpp:134
MethodisClosed
Determine if the mesh is closed. (Each edge is shared by two faces)
src/nvmesh/MeshTopology.h:24
MethodisConnected
Determine if the mesh is connected.
src/nvmesh/MeshTopology.h:21
MethodisDebuggerPresent
src/nvcore/Debug.cpp:1273
MethodisDisk
Return true if the mesh has the topology of a disk.
src/nvmesh/MeshTopology.h:27
FunctionisDone
src/nvcore/Array.h:148
FunctionisDone
src/nvcore/HashMap.h:105
MethodisDone
src/nvmesh/halfedge/Mesh.h:117
MethodisDone
src/nvmesh/halfedge/Mesh.h:133
MethodisDone
src/nvmesh/halfedge/Mesh.h:167
MethodisDone
src/nvmesh/halfedge/Mesh.h:185
MethodisDone
src/nvmesh/halfedge/Mesh.h:201
MethodisDone
src/nvmesh/halfedge/Vertex.h:90
MethodisDone
src/nvmesh/halfedge/Vertex.h:116
MethodisDone
src/nvmesh/halfedge/Vertex.h:141
MethodisDone
src/nvmesh/halfedge/Vertex.h:162
MethodisDone
src/nvmesh/halfedge/Vertex.h:185
MethodisDone
src/nvmesh/halfedge/Vertex.h:207
MethodisDone
src/nvmesh/halfedge/Face.h:58
MethodisDone
src/nvmesh/halfedge/Face.h:87
FunctionisEmpty
Is vector empty.
src/nvcore/Array.h:106
MethodisEndOfChain
src/nvcore/HashMap.h:84
FunctionisLoading
src/nvcore/StdStream.h:176
FunctionisNan
src/nvmath/nvmath.h:190
MethodisNumber
src/nvcore/StrLib.cpp:238
MethodisPlanar
src/nvmath/Fitting.cpp:397
MethodisQuadFace
src/nvmesh/QuadTriMesh.h:54
MethodisQuadMesh
Determine if the given mesh is a quad mesh.
src/nvmesh/param/Util.cpp:19
MethodisQuadOnly
static*/
src/nvmesh/MeshTopology.cpp:110
FunctionisSaving
src/nvcore/StdStream.h:181
FunctionisSeekable
Always true.
src/nvcore/StdStream.h:129
MethodisSquare
src/nvmath/Sparse.h:149
MethodisSymmetric
src/nvmath/Sparse.cpp:624
MethodisTriangularMesh
src/nvmesh/param/Util.cpp:34
MethodisValid
src/nvmesh/halfedge/Face.cpp:172
MethodisValid
src/nvmesh/halfedge/Edge.cpp:35
MethodisValid
src/nvmath/Basis.cpp:215
MethodisValid
src/nvmath/Sparse.h:91
MethodisValid
src/nvcore/Ptr.h:242
MethodlinkBoundaryEdge
Link this boundary edge.
src/nvmesh/halfedge/Mesh.cpp:463
MethodloBit
src/nvmath/Random.h:174
MethodloBits
src/nvmath/Random.h:175
Functionlog2
src/nvmath/nvmath.h:201
Functionlog2f
src/nvmath/nvmath.h:148
Functionmain
src/thekla/thekla_atlas_test.cpp:11
MethodmakeTombstone
src/nvcore/HashMap.h:94
MethodmapChartVertexToUnifiedVertex
src/nvmesh/param/Atlas.h:146
Methodmaterial
src/nvmesh/MeshBuilder.cpp:1037
MethodmaterialCount
src/nvmesh/MeshBuilder.cpp:1032
Methodmax
Get the max value of the random number.
src/nvmath/Random.h:74
Functionmax4
inline const T & max4(const T & a, const T & b, const T & c)
src/nvcore/Utils.h:169
MethodmergeChart
src/nvmesh/param/AtlasBuilder.cpp:1184
MethodmeshCount
src/nvmesh/param/Atlas.h:45
MethodmidPoint
src/nvmesh/halfedge/Edge.cpp:13
MethodminiBall
src/nvmath/Sphere.cpp:208
FunctionminiDumpWriteDumpCallback
static
src/nvcore/Debug.cpp:149
MethodmixBits
src/nvmath/Random.h:176
MethodmulCoefficient
src/nvmath/Sparse.cpp:208
Methodmult
y = M * x
src/nvmath/Sparse.cpp:246
MethodnormalCount
src/nvmesh/MeshBuilder.cpp:1016
MethodnormalIndex
src/nvmesh/MeshBuilder.cpp:1047
Methodnormalize
Normalize basis vectors.
src/nvmath/Basis.cpp:9
MethodnormalizeRow
src/nvmath/Sparse.cpp:565
FunctionnvDebugPrint
Shows a message through the message handler.
src/nvcore/Debug.cpp:1049
FunctionnvSigHandler
src/nvcore/Debug.cpp:761
Methodoperator !=
src/nvcore/Ptr.h:91
Methodoperator !=
src/nvcore/Ptr.h:219
Methodoperator !=
src/nvcore/StrLib.h:420
Methodoperator &=
src/nvcore/BitArray.h:214
Methodoperator ()
src/nvmesh/weld/VertexWeld.cpp:94
Methodoperator ()
src/nvmesh/weld/VertexWeld.cpp:108
Functionoperator *
src/nvmath/Quaternion.h:88
Methodoperator +=
src/nvmesh/param/ParameterizationQuality.cpp:239
Methodoperator ->
Member access.
src/nvcore/Ptr.h:64
Methodoperator ->
-> operator.
src/nvcore/Ptr.h:159
Methodoperator <
src/nvmesh/param/AtlasBuilder.cpp:82
Methodoperator <
This type lower than comparation.
src/nvcore/Ptr.h:237
Methodoperator =
src/nvcore/Ptr.h:180
Methodoperator ==
src/nvcore/Ptr.h:86
← previousnext →901–1,000 of 1,249, ranked by callers