MCPcopy Create free account

hub / github.com/Thekla/thekla_atlas / functions

Functions1,249 in github.com/Thekla/thekla_atlas

MethodapproximateSphere_EPOS14
src/nvmath/Sphere.cpp:402
MethodapproximateSphere_EPOS6
EPOS algorithm based on: http://www.ep.liu.se/ecp/034/009/ecp083409.pdf
src/nvmath/Sphere.cpp:382
MethodapproximateSphere_Ritter
Approximate bounding sphere, based on "An Efficient Bounding Sphere" by Jack Ritter, from "Graphics Gems"
src/nvmath/Sphere.cpp:230
FunctionasVector
src/nvmath/Quaternion.h:20
Functionasin_assert
src/nvmath/nvmath.h:125
Functionasinf_assert
src/nvmath/nvmath.h:131
Methodassertion
Assert handler method.
src/nvcore/Debug.cpp:816
Methodassertion
Assert handler method.
src/nvcore/Debug.cpp:876
Methodassertion
Assert handler method.
src/nvcore/Debug.cpp:908
Methodatlas_free
src/thekla/thekla_atlas.cpp:259
Methodatlas_generate
src/thekla/thekla_atlas.cpp:164
Methodatlas_set_debug_output
src/thekla/thekla_atlas.cpp:270
Methodatlas_set_default_options
src/thekla/thekla_atlas.cpp:140
MethodattachToDebugger
src/nvcore/Debug.cpp:1320
FunctionaxisAngle
Create a rotation quaternion for @a angle alpha around normal vector @a v.
src/nvmath/Quaternion.h:160
Functionbegin
Provide begin/end pointers for C++11 range-based for loops.
src/nvcore/Array.h:100
MethodbeginGroup
src/nvmesh/MeshBuilder.cpp:215
MethodbeginMaterial
src/nvmesh/MeshBuilder.cpp:243
MethodbeginsWith
src/nvcore/StrLib.cpp:559
MethodbestFitPolygon
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
MethodbestPlane
src/nvmath/Fitting.cpp:375
MethodbitsAt
It may be useful to pack mulitple bit arrays together interleaving their bits.
src/nvcore/BitArray.h:94
MethodboundaryCount
Count the number of boundary edges in the face.
src/nvmesh/halfedge/Face.cpp:255
MethodboundaryLength
Get boundary length.
src/nvmesh/halfedge/Face.cpp:57
Methodbox
src/nvmesh/geometry/Bounds.cpp:15
Functionbuffer
Get const vector pointer.
src/nvcore/Array.h:94
Methodbuild
Build a basis from 2 vectors and a handness flag.
src/nvmath/Basis.h:44
MethodbuildColors
src/nvmesh/MeshBuilder.cpp:972
MethodbuildHalfEdgeMesh
Get half edge mesh.
src/nvmesh/MeshBuilder.cpp:842
MethodbuildNormals
src/nvmesh/MeshBuilder.cpp:930
MethodbuildPositions
src/nvmesh/MeshBuilder.cpp:916
MethodbuildTexCoords
src/nvmesh/MeshBuilder.cpp:951
MethodbuildTopologyInfo
src/nvmesh/MeshTopology.cpp:15
MethodbuildTriMesh
Get tri mesh.
src/nvmesh/MeshBuilder.cpp:738
MethodbuildVertexToPositionMap
src/nvmesh/MeshBuilder.cpp:993
FunctionbyteOrder
Get byte order.
src/nvcore/Stream.h:42
MethodcanAddChart
src/nvmesh/param/AtlasPacker.cpp:1147
MethodcanAddEdge
Return true if the edge doesn't exist or doesn't have any adjacent face.
src/nvmesh/halfedge/Mesh.cpp:313
MethodcanAddFace
Return true if the face can be added to the manifold mesh.
src/nvmesh/halfedge/Mesh.cpp:283
Functioncapacity
Get vector capacity.
src/nvcore/Array.h:91
Functioncapacity
Return the size of the string container.
src/nvcore/StrLib.h:167
MethodchangeDirectory
src/nvcore/FileSystem.cpp:56
MethodchartAt
src/nvmesh/param/Atlas.h:85
MethodchartCount
src/nvmesh/param/AtlasBuilder.h:89
MethodchartCount
src/nvmesh/param/Atlas.h:82
MethodcheckBitsCallback
static*/
src/nvmesh/param/AtlasPacker.cpp:1359
MethodcheckCanAddChart
src/nvmesh/param/AtlasPacker.cpp:1195
MethodcheckCharts
src/nvmesh/param/Atlas.cpp:255
MethodcheckResize
src/nvcore/RadixSort.cpp:106
Methodclear
src/nvcore/BitArray.h:49
FunctionclearAll
src/nvimage/BitMap.h:55
FunctionclearBitAt
src/nvimage/BitMap.h:45
MethodclearColumn
src/nvmath/Sparse.cpp:582
FunctionclearError
src/nvcore/StdStream.h:100
MethodclipHorizontalPlane
src/nvmesh/raster/ClippedTriangle.h:38
MethodclipSegment
Clip the given segment against this box.
src/nvmath/Box.cpp:13
MethodclipVerticalPlane
src/nvmesh/raster/ClippedTriangle.h:71
Methodclone
Clone this string
src/nvcore/StrLib.cpp:743
MethodcloseHoles
src/nvmesh/param/Atlas.cpp:1345
MethodcloseLoop
src/nvmesh/param/Atlas.cpp:1286
MethodcolocalCount
src/nvmesh/halfedge/Vertex.cpp:30
MethodcolocalVertexCount
src/nvmesh/param/Atlas.h:133
MethodcolorCount
src/nvmesh/MeshBuilder.cpp:1026
MethodcolorIndex
src/nvmesh/MeshBuilder.cpp:1055
MethodcompactEdges
src/nvmesh/halfedge/Mesh.cpp:966
MethodcompactFaces
src/nvmesh/halfedge/Mesh.cpp:1007
MethodcompactVertices
src/nvmesh/halfedge/Mesh.cpp:987
Methodcompute4Means
src/nvmath/Fitting.cpp:822
MethodcomputeAreaCentroid
src/nvmesh/raster/ClippedTriangle.h:104
FunctioncomputeBytePitch
src/nvimage/nvimage.h:37
MethodcomputeCentroid
src/nvmath/Fitting.cpp:60
MethodcomputeChartCentroid
src/nvmesh/param/AtlasBuilder.cpp:1160
MethodcomputeCircularBoundaryMap
src/nvmesh/param/BoundaryMap.cpp:18
MethodcomputeConformalMap
src/nvmesh/param/ConformalMap.cpp:122
MethodcomputeCovariance
src/nvmath/Fitting.cpp:118
MethodcomputeDeltas
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
MethodcomputeLeastSquaresConformalMap
src/nvmesh/param/LeastSquaresConformalMap.cpp:382
FunctioncomputeMeanValueCoordinate
src/nvmesh/param/ConformalMap.cpp:57
MethodcomputeOrthogonalProjectionMap
src/nvmesh/param/OrthogonalProjectionMap.cpp:22
MethodcomputeParametricArea
src/nvmesh/geometry/Measurements.cpp:25
MethodcomputePrincipalComponent_EigenSolver
src/nvmath/Fitting.cpp:275
MethodcomputePrincipalComponent_PowerMethod
src/nvmath/Fitting.cpp:240
MethodcomputePrincipalComponent_SVD
src/nvmath/Fitting.cpp:330
MethodcomputeSeamlessTextureAtlas
Compute a seamless texture atlas.
src/nvmesh/param/Atlas.cpp:114
MethodcomputeShortestPaths
src/nvmesh/param/AtlasBuilder.cpp:187
MethodcomputeSingleFaceMap
src/nvmesh/param/SingleFaceMap.cpp:17
MethodcomputeSurfaceArea
src/nvmesh/geometry/Measurements.cpp:11
MethodcomputeUnitInwardNormals
compute unit inward normals for each edge.
src/nvmesh/raster/Raster.cpp:137
FunctioncomputeWachpressCoordinate
src/nvmesh/param/ConformalMap.cpp:84
MethodconnectedCount
Return the number of connected components.
src/nvmesh/MeshTopology.h:30
Functionconstruct_range
src/nvcore/Utils.h:266
MethodconvexHull
Compute the convex hull using Graham Scan.
src/nvmath/ConvexHull.cpp:16
MethodcopyFile
src/nvcore/FileSystem.cpp:80
Functioncopy_range
src/nvcore/Utils.h:301
Functioncount
Get vector size.
src/nvcore/Array.h:88
MethodcountBoundaryVertices
src/nvmesh/param/Util.cpp:65
MethodcountClearBits
Count the number of bits clear.
src/nvcore/BitArray.h:191
MethodcountMeshTriangles
src/nvmesh/param/Util.cpp:46
MethodcountSetBits
Count the number of bits set.
src/nvcore/BitArray.h:173
MethodcreateDirectory
src/nvcore/FileSystem.cpp:44
← previousnext →701–800 of 1,249, ranked by callers