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
approximateSphere_EPOS14
src/nvmath/Sphere.cpp:402
Method
approximateSphere_EPOS6
EPOS algorithm based on: http://www.ep.liu.se/ecp/034/009/ecp083409.pdf
src/nvmath/Sphere.cpp:382
Method
approximateSphere_Ritter
Approximate bounding sphere, based on "An Efficient Bounding Sphere" by Jack Ritter, from "Graphics Gems"
src/nvmath/Sphere.cpp:230
Function
asVector
src/nvmath/Quaternion.h:20
Function
asin_assert
src/nvmath/nvmath.h:125
Function
asinf_assert
src/nvmath/nvmath.h:131
Method
assertion
Assert handler method.
src/nvcore/Debug.cpp:816
Method
assertion
Assert handler method.
src/nvcore/Debug.cpp:876
Method
assertion
Assert handler method.
src/nvcore/Debug.cpp:908
Method
atlas_free
src/thekla/thekla_atlas.cpp:259
Method
atlas_generate
src/thekla/thekla_atlas.cpp:164
Method
atlas_set_debug_output
src/thekla/thekla_atlas.cpp:270
Method
atlas_set_default_options
src/thekla/thekla_atlas.cpp:140
Method
attachToDebugger
src/nvcore/Debug.cpp:1320
Function
axisAngle
Create a rotation quaternion for @a angle alpha around normal vector @a v.
src/nvmath/Quaternion.h:160
Function
begin
Provide begin/end pointers for C++11 range-based for loops.
src/nvcore/Array.h:100
Method
beginGroup
src/nvmesh/MeshBuilder.cpp:215
Method
beginMaterial
src/nvmesh/MeshBuilder.cpp:243
Method
beginsWith
src/nvcore/StrLib.cpp:559
Method
bestFitPolygon
Given a convex hull, finds best fit polygon with the given number of edges. Brute force implementation, tries all possible edges, but may not arrive t
src/nvmath/ConvexHull.cpp:281
Method
bestPlane
src/nvmath/Fitting.cpp:375
Method
bitsAt
It may be useful to pack mulitple bit arrays together interleaving their bits.
src/nvcore/BitArray.h:94
Method
boundaryCount
Count the number of boundary edges in the face.
src/nvmesh/halfedge/Face.cpp:255
Method
boundaryLength
Get boundary length.
src/nvmesh/halfedge/Face.cpp:57
Method
box
src/nvmesh/geometry/Bounds.cpp:15
Function
buffer
Get const vector pointer.
src/nvcore/Array.h:94
Method
build
Build a basis from 2 vectors and a handness flag.
src/nvmath/Basis.h:44
Method
buildColors
src/nvmesh/MeshBuilder.cpp:972
Method
buildHalfEdgeMesh
Get half edge mesh.
src/nvmesh/MeshBuilder.cpp:842
Method
buildNormals
src/nvmesh/MeshBuilder.cpp:930
Method
buildPositions
src/nvmesh/MeshBuilder.cpp:916
Method
buildTexCoords
src/nvmesh/MeshBuilder.cpp:951
Method
buildTopologyInfo
src/nvmesh/MeshTopology.cpp:15
Method
buildTriMesh
Get tri mesh.
src/nvmesh/MeshBuilder.cpp:738
Method
buildVertexToPositionMap
src/nvmesh/MeshBuilder.cpp:993
Function
byteOrder
Get byte order.
src/nvcore/Stream.h:42
Method
canAddChart
src/nvmesh/param/AtlasPacker.cpp:1147
Method
canAddEdge
Return true if the edge doesn't exist or doesn't have any adjacent face.
src/nvmesh/halfedge/Mesh.cpp:313
Method
canAddFace
Return true if the face can be added to the manifold mesh.
src/nvmesh/halfedge/Mesh.cpp:283
Function
capacity
Get vector capacity.
src/nvcore/Array.h:91
Function
capacity
Return the size of the string container.
src/nvcore/StrLib.h:167
Method
changeDirectory
src/nvcore/FileSystem.cpp:56
Method
chartAt
src/nvmesh/param/Atlas.h:85
Method
chartCount
src/nvmesh/param/AtlasBuilder.h:89
Method
chartCount
src/nvmesh/param/Atlas.h:82
Method
checkBitsCallback
static*/
src/nvmesh/param/AtlasPacker.cpp:1359
Method
checkCanAddChart
src/nvmesh/param/AtlasPacker.cpp:1195
Method
checkCharts
src/nvmesh/param/Atlas.cpp:255
Method
checkResize
src/nvcore/RadixSort.cpp:106
Method
clear
src/nvcore/BitArray.h:49
Function
clearAll
src/nvimage/BitMap.h:55
Function
clearBitAt
src/nvimage/BitMap.h:45
Method
clearColumn
src/nvmath/Sparse.cpp:582
Function
clearError
src/nvcore/StdStream.h:100
Method
clipHorizontalPlane
src/nvmesh/raster/ClippedTriangle.h:38
Method
clipSegment
Clip the given segment against this box.
src/nvmath/Box.cpp:13
Method
clipVerticalPlane
src/nvmesh/raster/ClippedTriangle.h:71
Method
clone
Clone this string
src/nvcore/StrLib.cpp:743
Method
closeHoles
src/nvmesh/param/Atlas.cpp:1345
Method
closeLoop
src/nvmesh/param/Atlas.cpp:1286
Method
colocalCount
src/nvmesh/halfedge/Vertex.cpp:30
Method
colocalVertexCount
src/nvmesh/param/Atlas.h:133
Method
colorCount
src/nvmesh/MeshBuilder.cpp:1026
Method
colorIndex
src/nvmesh/MeshBuilder.cpp:1055
Method
compactEdges
src/nvmesh/halfedge/Mesh.cpp:966
Method
compactFaces
src/nvmesh/halfedge/Mesh.cpp:1007
Method
compactVertices
src/nvmesh/halfedge/Mesh.cpp:987
Method
compute4Means
src/nvmath/Fitting.cpp:822
Method
computeAreaCentroid
src/nvmesh/raster/ClippedTriangle.h:104
Function
computeBytePitch
src/nvimage/nvimage.h:37
Method
computeCentroid
src/nvmath/Fitting.cpp:60
Method
computeChartCentroid
src/nvmesh/param/AtlasBuilder.cpp:1160
Method
computeCircularBoundaryMap
src/nvmesh/param/BoundaryMap.cpp:18
Method
computeConformalMap
src/nvmesh/param/ConformalMap.cpp:122
Method
computeCovariance
src/nvmath/Fitting.cpp:118
Method
computeDeltas
Compute texture space deltas. This method takes two edge vectors that form a basis, determines the coordinates of the canonic vectors in that basis, a
src/nvmesh/raster/Raster.cpp:112
Method
computeLeastSquaresConformalMap
src/nvmesh/param/LeastSquaresConformalMap.cpp:382
Function
computeMeanValueCoordinate
src/nvmesh/param/ConformalMap.cpp:57
Method
computeOrthogonalProjectionMap
src/nvmesh/param/OrthogonalProjectionMap.cpp:22
Method
computeParametricArea
src/nvmesh/geometry/Measurements.cpp:25
Method
computePrincipalComponent_EigenSolver
src/nvmath/Fitting.cpp:275
Method
computePrincipalComponent_PowerMethod
src/nvmath/Fitting.cpp:240
Method
computePrincipalComponent_SVD
src/nvmath/Fitting.cpp:330
Method
computeSeamlessTextureAtlas
Compute a seamless texture atlas.
src/nvmesh/param/Atlas.cpp:114
Method
computeShortestPaths
src/nvmesh/param/AtlasBuilder.cpp:187
Method
computeSingleFaceMap
src/nvmesh/param/SingleFaceMap.cpp:17
Method
computeSurfaceArea
src/nvmesh/geometry/Measurements.cpp:11
Method
computeUnitInwardNormals
compute unit inward normals for each edge.
src/nvmesh/raster/Raster.cpp:137
Function
computeWachpressCoordinate
src/nvmesh/param/ConformalMap.cpp:84
Method
connectedCount
Return the number of connected components.
src/nvmesh/MeshTopology.h:30
Function
construct_range
src/nvcore/Utils.h:266
Method
convexHull
Compute the convex hull using Graham Scan.
src/nvmath/ConvexHull.cpp:16
Method
copyFile
src/nvcore/FileSystem.cpp:80
Function
copy_range
src/nvcore/Utils.h:301
Function
count
Get vector size.
src/nvcore/Array.h:88
Method
countBoundaryVertices
src/nvmesh/param/Util.cpp:65
Method
countClearBits
Count the number of bits clear.
src/nvcore/BitArray.h:191
Method
countMeshTriangles
src/nvmesh/param/Util.cpp:46
Method
countSetBits
Count the number of bits set.
src/nvcore/BitArray.h:173
Method
createDirectory
src/nvcore/FileSystem.cpp:44
← previous
next →
701–800 of 1,249, ranked by callers