Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/openvdb
/ functions
Functions
13,963 in github.com/AcademySoftwareFoundation/openvdb
⨍
Functions
13,963
◇
Types & classes
3,264
↓ 13 callers
Method
reset
openvdb_cmd/vdb_render/main.cc:392
↓ 13 callers
Method
resize
openvdb/openvdb/points/StreamCompression.cc:625
↓ 13 callers
Method
restart
@brief Re-start timer. @return time in milliseconds since previous start or restart. @note Should normally be followed by a call to stop() or restart
openvdb/openvdb/util/CpuTimer.h:150
↓ 13 callers
Method
run
openvdb_houdini/openvdb_houdini/GeometryUtil.h:216
↓ 13 callers
Function
sdfInteriorMask
openvdb/openvdb/tools/LevelSetUtil.h:2274
↓ 13 callers
Method
set
nanovdb/nanovdb/math/Ray.h:38
↓ 13 callers
Method
setBackgroundValue
openvdb_wolfram/OpenVDBLink/Source/OpenVDBGrid/Setters.h:54
↓ 13 callers
Method
setProcessTiles
@brief Set whether active tiles should also be processed. @note If true, some tiles may become voxelized @warning If using with a mask, ensure that th
openvdb/openvdb/tools/Filter.h:103
↓ 13 callers
Method
setSaveFloatAsHalf
openvdb/openvdb/Grid.cc:346
↓ 13 callers
Method
setTemporalScheme
Set the temporal integration scheme
openvdb/openvdb/tools/LevelSetMorph.h:87
↓ 13 callers
Method
setValues
openvdb_wolfram/OpenVDBLink/Source/OpenVDBGrid/Setters.h:110
↓ 13 callers
Method
setValuesOff
openvdb/openvdb/points/PointDataGrid.h:552
↓ 13 callers
Method
size
@brief Returns the size in bytes of the raw memory buffer managed by this allocator.
nanovdb/nanovdb/cuda/DeviceBuffer.h:285
↓ 13 callers
Method
size
openvdb/openvdb/tools/PointIndexGrid.h:1049
↓ 13 callers
Method
size
openvdb/openvdb/io/DelayedLoadMetadata.cc:72
↓ 13 callers
Method
step
@brief Increment the voxel index to next intersected voxel or node and returns true if the step in time does not exceed maxTime.
nanovdb/nanovdb/math/HDDA.h:270
↓ 13 callers
Method
tokenname
openvdb_ax/openvdb_ax/compiler/AttributeRegistry.h:66
↓ 13 callers
Method
valueType
Return the name of the value type of a single element in this array (e.g., "float" or "vec3d").
openvdb/openvdb/points/AttributeArray.h:584
↓ 13 callers
Method
visible
openvdb_cmd/vdb_view/RenderModules.h:90
↓ 13 callers
Method
volume
openvdb/openvdb/tools/LevelSetMeasure.h:296
↓ 13 callers
Method
write
nanovdb/nanovdb/NanoVDB.h:5993
↓ 13 callers
Method
write
openvdb/openvdb/points/AttributeArray.h:1713
↓ 12 callers
Function
FindLowestOn
Return the least significant on bit of the given 8-bit value.
openvdb/openvdb/util/NodeMasks.h:84
↓ 12 callers
Function
LLVMoptimise
openvdb_ax/openvdb_ax/compiler/Compiler.cc:197
↓ 12 callers
Function
MaxIndex
openvdb/openvdb/math/Math.h:1017
↓ 12 callers
Method
ScalarBoolComparison
openvdb_ax/openvdb_ax/codegen/Value.cc:76
↓ 12 callers
Function
WImplicitScalarToMatrix
openvdb_ax/openvdb_ax/codegen/Value.h:751
↓ 12 callers
Method
addStatement
@brief Adds a statement to this block, transferring ownership to the block and updating parent data on the statement. If the statement is a nullptr,
openvdb_ax/openvdb_ax/ast/AST.h:545
↓ 12 callers
Method
append
@brief Appends an argument to this ArrayPack, transferring ownership to the ArrayPack and updating parent data on the expression. If the expression i
openvdb_ax/openvdb_ax/ast/AST.h:1855
↓ 12 callers
Function
attributeDependencyTokens
openvdb_ax/openvdb_ax/ast/Scanners.cc:515
↓ 12 callers
Method
body
@brief Access a const pointer to the Loop body as a Block. @return A const pointer to the body Block
openvdb_ax/openvdb_ax/ast/AST.h:838
↓ 12 callers
Method
bufferSize
nanovdb/nanovdb/GridHandle.h:126
↓ 12 callers
Method
capacity
openvdb/openvdb/io/Queue.cc:223
↓ 12 callers
Method
cbeginValueOn
nanovdb/nanovdb/tools/GridBuilder.h:181
↓ 12 callers
Method
close
openvdb_houdini/openvdb_houdini/Utils.cc:308
↓ 12 callers
Method
column
openvdb/openvdb/math/ConjGradient.h:368
↓ 12 callers
Method
det
Determinant of matrix
openvdb/openvdb/math/Mat4.h:637
↓ 12 callers
Method
empty
@{ @brief Returns true if this allocator is empty, i.e. has no allocated memory
nanovdb/nanovdb/cuda/DeviceBuffer.h:299
↓ 12 callers
Method
error
Throws a \ref mma::LibraryError with a given message.
openvdb_wolfram/OpenVDBLink/LTemplate/IncludeFiles/mlstream.h:99
↓ 12 callers
Function
extrema
openvdb/openvdb/tools/Statistics.h:353
↓ 12 callers
Function
findLowestOn
@brief Returns the index of the lowest, i.e. least significant, on bit in the specified 32 bit word @warning Assumes that at least one bit is set in
nanovdb/nanovdb/util/Util.h:535
↓ 12 callers
Method
getAccessor
openvdb/openvdb/points/AttributeArray.h:1879
↓ 12 callers
Method
getIndexSpacePoint
@brief Returns position @a pos in local grid index space for polygon @a n and vertex @a v
openvdb/openvdb/tools/MeshToVolume.h:217
↓ 12 callers
Method
getMetadata
openvdb_wolfram/OpenVDBLink/Source/Utilities/Metadata.h:38
↓ 12 callers
Function
getPrimitive
@{ Return a pointer to the current VDB primitive (@c nullptr if at end).
openvdb_houdini/openvdb_houdini/Utils.h:168
↓ 12 callers
Method
getValueIterator
openvdb_ax/openvdb_ax/compiler/VolumeExecutable.cc:1433
↓ 12 callers
Method
hasOverlap
openvdb_wolfram/OpenVDBLink/Source/Utilities/Aggregate.h:350
↓ 12 callers
Function
isInt
@return return true if the floating-point arguments is an integer
openvdb_cmd/vdb_tool/include/Util.h:177
↓ 12 callers
Method
isPool
@brief Return true if this is a pool, i.e. an empty buffer with a nonempty internal pool, i.e. this->size() == 0 and this->poolSize() != 0
nanovdb/nanovdb/HostBuffer.h:223
↓ 12 callers
Function
isValid
nanovdb/nanovdb/tools/GridValidator.h:48
↓ 12 callers
Method
link
Retrieve the stored `MLINK`
openvdb_wolfram/OpenVDBLink/LTemplate/IncludeFiles/mlstream.h:96
↓ 12 callers
Method
modifyValue
openvdb/openvdb/tree/Tree.h:1588
↓ 12 callers
Method
parent
@brief Access a const pointer to this nodes parent @note Can be a nullptr if this is the top most node in an AST (usually a Tree) @return A const p
openvdb_ax/openvdb_ax/ast/AST.h:272
↓ 12 callers
Function
pnanovdb_int32_as_uint32
nanovdb/nanovdb/PNanoVDB.h:455
↓ 12 callers
Method
pointCount
openvdb/openvdb/unittest/TestIndexFilter.cc:38
↓ 12 callers
Method
pos
Identical to offset
openvdb/openvdb/tree/Iterator.h:60
↓ 12 callers
Method
probeValue
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Remove_Divergence.cc:330
↓ 12 callers
Method
result
openvdb/openvdb/tools/GridOperators.h:448
↓ 12 callers
Function
set
openvdb/openvdb/unittest/TestAttributeArray.cc:2320
↓ 12 callers
Method
setBackground
openvdb/openvdb/tree/RootNode.h:1249
↓ 12 callers
Method
setCompression
openvdb/openvdb/io/Archive.cc:287
↓ 12 callers
Method
setPass
openvdb/openvdb/io/Archive.cc:294
↓ 12 callers
Method
sliceVoxelValueTotals
openvdb_wolfram/OpenVDBLink/Source/OpenVDBGrid/AggregateData.h:56
↓ 12 callers
Method
time
openvdb/openvdb/util/CpuTimer.h:117
↓ 12 callers
Method
typestr
@brief Get the target type as a front end AX type/token string @note This returns the associated token to the type, not necessarily equal to the Op
openvdb_ax/openvdb_ax/ast/AST.h:1526
↓ 12 callers
Method
unusedGroups
openvdb/openvdb/points/AttributeSet.cc:1161
↓ 11 callers
Function
RoundDown
@{ Return @a x rounded down to the nearest integer.
openvdb/openvdb/math/Math.h:874
↓ 11 callers
Function
advectPoints
openvdb/openvdb/points/PointAdvect.h:218
↓ 11 callers
Method
appendFailed
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Diagnostics.cc:690
↓ 11 callers
Method
appendPassed
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Diagnostics.cc:695
↓ 11 callers
Method
begin
openvdb/openvdb/tree/LeafManager.h:156
↓ 11 callers
Method
beginValueOn
nanovdb/nanovdb/tools/GridBuilder.h:180
↓ 11 callers
Function
bloscCompress
openvdb/openvdb/io/Compression.cc:177
↓ 11 callers
Function
bloscDecompress
openvdb/openvdb/points/StreamCompression.cc:160
↓ 11 callers
Function
checkFormatVersion
openvdb/openvdb/io/Archive.cc:630
↓ 11 callers
Function
checkGrid
nanovdb/nanovdb/tools/GridValidator.h:58
↓ 11 callers
Method
clip
openvdb/openvdb/Grid.h:1538
↓ 11 callers
Function
convertPointsToMask
openvdb/openvdb/points/impl/PointMaskImpl.h:300
↓ 11 callers
Method
create
openvdb_ax/openvdb_ax/codegen/FunctionTypes.cc:187
↓ 11 callers
Function
csgDifference
openvdb/openvdb/tools/Composite.h:917
↓ 11 callers
Method
eraseBackgroundTiles
openvdb/openvdb/tree/RootNode.h:1310
↓ 11 callers
Method
evalActiveBoundingBox
openvdb/openvdb/tree/LeafNode.h:1497
↓ 11 callers
Function
findFileExt
@brief return the 1-based on of array on candidate extensions in @b suffix that matches the extension in @b fileName. If ignore_case is true the case
openvdb_cmd/vdb_tool/include/Util.h:141
↓ 11 callers
Function
findHighestOn
@brief Returns the index of the highest, i.e. most significant, on bit in the specified 32 bit word @warning Assumes that at least one bit is set in
nanovdb/nanovdb/util/Util.h:605
↓ 11 callers
Method
flush
openvdb/openvdb/points/StreamCompression.cc:571
↓ 11 callers
Method
getDimAndCache
nanovdb/nanovdb/NanoVDB.h:3102
↓ 11 callers
Method
getMat3
openvdb/openvdb/math/Mat4.h:297
↓ 11 callers
Method
getVoxelCount
openvdb/openvdb/python/pyGrid.h:884
↓ 11 callers
Method
getVoxelSize
@brief Return a voxels size in each coordinate direction, measured at the origin
nanovdb/nanovdb/NanoVDB.h:1530
↓ 11 callers
Function
gradient
openvdb/openvdb/tools/GridOperators.h:149
↓ 11 callers
Method
gridData
nanovdb/nanovdb/GridHandle.h:332
↓ 11 callers
Method
groupHandle
openvdb/openvdb/points/PointDataGrid.h:958
↓ 11 callers
Method
hasAverage
nanovdb/nanovdb/tools/GridStats.h:456
↓ 11 callers
Method
hasMinMax
nanovdb/nanovdb/tools/GridStats.h:455
↓ 11 callers
Method
hasStdDeviation
nanovdb/nanovdb/tools/GridStats.h:457
↓ 11 callers
Method
isInside
__hostdev__ BaseBBox expandBy(typename Vec3T::ValueType padding) const { return BaseBBox(mCoord[0].offsetBy(-padding),mCoord[1].offsetBy(padding)); }
nanovdb/nanovdb/math/Math.h:1848
↓ 11 callers
Method
isManaged
nanovdb/nanovdb/HostBuffer.h:514
↓ 11 callers
Function
loadText
openvdb_ax/openvdb_ax/test/integration/TestHarness.cc:16
↓ 11 callers
Method
maxExtent
@brief Return the index (0, 1 or 2) of the longest axis.
openvdb/openvdb/math/BBox.h:95
↓ 11 callers
Method
merge
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Merge.cc:574
← previous
next →
1,001–1,100 of 13,963, ranked by callers