MCPcopy Create free account

hub / github.com/LuxCoreRender/LuxCore / functions

Functions15,232 in github.com/LuxCoreRender/LuxCore

↓ 3 callersFunctiongetRawTime
Return raw time
samples/luxcoreui/deps/glfw-3.1.1/src/mach_time.c:34
↓ 3 callersFunctiongetRawTime
Return raw time
samples/luxcoreui/deps/glfw-3.1.1/src/win32_time.c:33
↓ 3 callersFunctiongetRawTime
Return raw time
samples/luxcoreui/deps/glfw-3.1.1/src/posix_time.c:35
↓ 3 callersMethodgetRay
@brief Return a Ray in world space given the pixel indices and optional offsets in the range [0,1]. An offset of 0.5 corresponds to the center of the
deps/openvdb-3.1.0/openvdb/tools/RayTracer.h:495
↓ 3 callersMethodgetStart
@note The start coordinate is inclusive.
deps/openvdb-3.1.0/openvdb/math/Coord.h:291
↓ 3 callersMethodgetTree
deps/openvdb-3.1.0/openvdb/tree/TreeIterator.h:1049
↓ 3 callersMethodgetValueDepth
deps/openvdb-3.1.0/openvdb/tree/ValueAccessor.h:753
↓ 3 callersMethodgetWorldTime
@brief Return the time of intersection along the world ray.
deps/openvdb-3.1.0/openvdb/tools/RayIntersector.h:611
↓ 3 callersFunctionglfwDestroyCursor
samples/luxcoreui/deps/glfw-3.1.1/src/input.c:411
↓ 3 callersFunctionglfwGetCursorPos
samples/luxcoreui/deps/glfw-3.1.1/src/input.c:318
↓ 3 callersFunctionglfwGetVideoMode
samples/luxcoreui/deps/glfw-3.1.1/src/monitor.c:371
↓ 3 callersFunctionglfwWindowHint
samples/luxcoreui/deps/glfw-3.1.1/src/window.c:300
↓ 3 callersMethodhasNaN
deps/eigen-3.3.4/Eigen/src/Core/BooleanRedux.h:137
↓ 3 callersFunctionhouseholderSequence
deps/eigen-3.3.4/Eigen/src/Householder/HouseholderSequence.h:451
↓ 3 callersFunctionif
deps/openvdb-3.1.0/openvdb/tree/RootNode.h:2763
↓ 3 callersMethodincrement
Advance the iterator @a n times.
deps/openvdb-3.1.0/openvdb/tree/TreeIterator.h:1371
↓ 3 callersMethodinfNorm
deps/openvdb-3.1.0/openvdb/math/ConjGradient.h:757
↓ 3 callersMethodinfo
\returns Success if the iterations converged, and NoConvergence otherwise. */
deps/eigen-3.3.4/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h:326
↓ 3 callersMethodinit
@brief Private method to initialize the dense value array.
deps/openvdb-3.1.0/openvdb/tools/Dense.h:351
↓ 3 callersMethodinit
deps/openvdb-3.1.0/openvdb/math/Stencils.h:401
↓ 3 callersFunctioninitialize
deps/openvdb-3.1.0/openvdb/openvdb.cc:55
↓ 3 callersMethodinnerNonZeroPtr
\returns a const pointer to the array of the number of non zeros of the inner vectors. * This function is aimed at interoperability with other l
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseCompressedBase.h:100
↓ 3 callersMethodinnerVector
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseBlock.h:333
↓ 3 callersMethodinsert
deps/eigen-3.3.4/Eigen/src/StlSupport/StdList.h:96
↓ 3 callersMethodinterpValue
deps/openvdb-3.1.0/openvdb/tools/RayIntersector.h:675
↓ 3 callersMethodisAllocated
Return @c true if memory for this node's buffer has been allocated.
deps/openvdb-3.1.0/openvdb/tree/LeafNode.h:451
↓ 3 callersFunctionisApprox
deps/eigen-3.3.4/Eigen/src/Geometry/Hyperplane.h:272
↓ 3 callersMethodisCompressed
\returns whether \c *this is in compressed form. */
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseCompressedBase.h:107
↓ 3 callersMethodisConstant
deps/openvdb-3.1.0/openvdb/tools/Prune.h:256
↓ 3 callersFunctionisDiagonal
Return @c true if the underylying matrix is diagonal
deps/openvdb-3.1.0/openvdb/math/Maps.h:491
↓ 3 callersFunctionisinf_msvc_helper
deps/eigen-3.3.4/Eigen/src/Core/MathFunctions.h:825
↓ 3 callersMethodjacobiSvd
deps/eigen-3.3.4/Eigen/src/SVD/JacobiSVD.h:796
↓ 3 callersFunctionlInfinityNorm
deps/openvdb-3.1.0/openvdb/math/Mat.h:893
↓ 3 callersFunctionlibraryVersion
@brief Return the (major, minor) version number of the library that was used to write the input stream.
deps/openvdb-3.1.0/openvdb/io/Archive.h:83
↓ 3 callersMethodloadLhs
deps/eigen-3.3.4/Eigen/src/Core/products/GeneralBlockPanelKernel.h:423
↓ 3 callersFunctionlog
deps/eigen-3.3.4/Eigen/src/Core/arch/CUDA/Half.h:398
↓ 3 callersFunctionlog10
deps/eigen-3.3.4/Eigen/src/Core/arch/CUDA/Half.h:408
↓ 3 callersFunctionlog1p
deps/eigen-3.3.4/Eigen/src/Core/arch/CUDA/Half.h:405
↓ 3 callersFunctionluxcore_parserlxs_yy_create_buffer
Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use
src/luxcore/luxparser/luxlex.cpp:2014
↓ 3 callersFunctionluxcore_parserlxs_yy_switch_to_buffer
Switch to a different input buffer. * @param new_buffer The new input buffer. * */
src/luxcore/luxparser/luxlex.cpp:1969
↓ 3 callersFunctionluxcore_parserlxs_yyrestart
Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition
src/luxcore/luxparser/luxlex.cpp:1952
↓ 3 callersFunctionmakeIndexedViewCompatible
deps/eigen-3.3.4/Eigen/src/Core/ArithmeticSequence.h:335
↓ 3 callersFunctionmanage_caching_sizes_helper
\internal \returns b if a<=0, and returns a otherwise. */
deps/eigen-3.3.4/Eigen/src/Core/products/GeneralBlockPanelKernel.h:23
↓ 3 callersFunctionmanage_multi_threading
\internal */
deps/eigen-3.3.4/Eigen/src/Core/products/Parallelizer.h:18
↓ 3 callersMethodmatrixH
\brief Constructs the Hessenberg matrix H in the decomposition * * \returns expression object representing the matrix H * * \p
deps/eigen-3.3.4/Eigen/src/Eigenvalues/HessenbergDecomposition.h:262
↓ 3 callersMethodmatrixQ
\brief Returns the unitary matrix Q in the decomposition * * \returns object representing the matrix Q * * \pre Either the con
deps/eigen-3.3.4/Eigen/src/Eigenvalues/Tridiagonalization.h:240
↓ 3 callersMethodmodifyValue
deps/openvdb-3.1.0/openvdb/tree/LeafNode.h:729
↓ 3 callersMethodnewTree
deps/openvdb-3.1.0/openvdb/Grid.h:1168
↓ 3 callersMethodnonZeros
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseBlock.h:42
↓ 3 callersMethodnormalize
this = normalized this
deps/openvdb-3.1.0/openvdb/math/Vec4.h:258
↓ 3 callersMethodnormalize
this = normalized this
deps/openvdb-3.1.0/openvdb/math/Vec3.h:348
↓ 3 callersFunctionnormsinvf
src/luxrays/utils/mc.cpp:259
↓ 3 callersMethodnotify
deps/openvdb-3.1.0/openvdb/io/Queue.cc:75
↓ 3 callersMethodoffsetToGlobalCoord
deps/openvdb-3.1.0/openvdb/tree/InternalNode.h:2978
↓ 3 callersMethodoffsetsPrevX
deps/openvdb-3.1.0/openvdb/tools/MeshToVolume.h:758
↓ 3 callersMethodoffsetsPrevY
deps/openvdb-3.1.0/openvdb/tools/MeshToVolume.h:761
↓ 3 callersMethodoffsetsPrevZ
deps/openvdb-3.1.0/openvdb/tools/MeshToVolume.h:764
↓ 3 callersFunctionouter
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseBlock.h:521
↓ 3 callersMethodouter
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseCompressedBase.h:201
↓ 3 callersFunctionpandnot
deps/eigen-3.3.4/Eigen/src/Core/GenericPacketMath.h:210
↓ 3 callersFunctionpbroadcast4
deps/eigen-3.3.4/Eigen/src/Core/GenericPacketMath.h:256
↓ 3 callersFunctionpfloor
deps/eigen-3.3.4/Eigen/src/Core/GenericPacketMath.h:436
↓ 3 callersFunctionply_get_argument_property
src/luxrays/utils/ply/rply.cpp:689
↓ 3 callersFunctionply_grow_property
src/luxrays/utils/ply/rply.cpp:1069
↓ 3 callersMethodpolygonCount
deps/openvdb-3.1.0/openvdb/tools/MeshToVolume.h:209
↓ 3 callersMethodpos
deps/openvdb-3.1.0/openvdb/math/Stencils.h:311
↓ 3 callersMethodpredux
deps/eigen-3.3.4/Eigen/src/Core/functors/BinaryFunctors.h:47
↓ 3 callersFunctionpredux_mul
deps/eigen-3.3.4/Eigen/src/Core/GenericPacketMath.h:337
↓ 3 callersFunctionprintBytes
deps/openvdb-3.1.0/openvdb/util/Formats.cc:43
↓ 3 callersMethodprobeConstLeaf
deps/openvdb-3.1.0/openvdb/tree/Tree.h:1671
↓ 3 callersMethodprobeConstLeafAndCache
deps/openvdb-3.1.0/openvdb/tree/RootNode.h:2691
↓ 3 callersMethodprocessTopDown
deps/openvdb-3.1.0/openvdb/tree/NodeManager.h:408
↓ 3 callersFunctionptranspose
deps/eigen-3.3.4/Eigen/src/Core/arch/SSE/Complex.h:464
↓ 3 callersMethodpush_front
deps/eigen-3.3.4/Eigen/src/StlSupport/StdDeque.h:94
↓ 3 callersFunctionqueryCacheSizes
\internal * Queries and returns the cache sizes in Bytes of the L1, L2, and L3 data caches respectively */
deps/eigen-3.3.4/Eigen/src/Core/util/Memory.h:920
↓ 3 callersMethodrank
\returns the rank of the matrix of which *this is the complete orthogonal * decomposition. * * \note This method has to determine which pivot
deps/eigen-3.3.4/Eigen/src/QR/CompleteOrthogonalDecomposition.h:233
↓ 3 callersMethodreference
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseView.h:68
↓ 3 callersMethodresetBackground
deps/openvdb-3.1.0/openvdb/tools/PointIndexGrid.h:1550
↓ 3 callersMethodresetBackground
deps/openvdb-3.1.0/openvdb/tree/InternalNode.h:3058
↓ 3 callersMethodresetQuads
deps/openvdb-3.1.0/openvdb/tools/VolumeToMesh.h:3812
↓ 3 callersMethodresize
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseSelfAdjointView.h:151
↓ 3 callersMethodresize
dummy resize function
deps/eigen-3.3.4/Eigen/src/Core/TriangularMatrix.h:68
↓ 3 callersMethodreverseInPlace
deps/eigen-3.3.4/Eigen/src/Core/Reverse.h:139
↓ 3 callersMethodrows
deps/eigen-3.3.4/Eigen/src/Geometry/Transform.h:384
↓ 3 callersMethodrows
deps/eigen-3.3.4/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h:53
↓ 3 callersMethodrows
deps/eigen-3.3.4/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h:133
↓ 3 callersMethodrows
\returns the number of rows. \sa cols() */
deps/eigen-3.3.4/Eigen/src/SparseCore/SparseMatrixBase.h:171
↓ 3 callersMethodrows
\returns the number of columns */
deps/eigen-3.3.4/Eigen/src/Core/BandMatrix.h:214
↓ 3 callersMethodrows
deps/eigen-3.3.4/Eigen/src/Core/VectorwiseOp.h:68
↓ 3 callersFunctionsampleTEAfloat
src/slg/materials/cloth.cpp:211
↓ 3 callersMethodscatter
deps/openvdb-3.1.0/openvdb/tools/Morphology.h:227
↓ 3 callersMethodsearchAndUpdate
deps/openvdb-3.1.0/openvdb/tools/PointIndexGrid.h:1077
↓ 3 callersMethodseekToEnd
deps/openvdb-3.1.0/openvdb/io/GridDescriptor.cc:147
↓ 3 callersMethodset
deps/openvdb-3.1.0/openvdb/tools/ChangeBackground.h:162
↓ 3 callersMethodset
deps/openvdb-3.1.0/openvdb/tools/ChangeBackground.h:218
↓ 3 callersMethodsetCol
Set jth column to vector v
deps/openvdb-3.1.0/openvdb/math/Mat4.h:175
↓ 3 callersMethodsetDir
deps/openvdb-3.1.0/openvdb/math/Ray.h:90
↓ 3 callersMethodsetFileVersion
deps/openvdb-3.1.0/openvdb/io/Archive.cc:282
↓ 3 callersFunctionsetGridClass
deps/openvdb-3.1.0/openvdb/io/Archive.cc:773
↓ 3 callersMethodsetHalfFloat
deps/openvdb-3.1.0/openvdb/io/Archive.cc:287
← previousnext →1,801–1,900 of 15,232, ranked by callers