Dan Bailey

Results 22 issues of Dan Bailey

@Idclip - this is a resubmission of #1458 but with one small change on top. The issue here is the ABI test which works by building a single binary against...

Sharing an initial Adaptive Grid prototype. In this case, it's not even a dense grid, it just contains a single background value and I've done the minimal work to make...

This change moves the ValueAccessors down into the Tree class instead of creating them in the Grid. Although we don't take advantage of this in the core library, this offers...

The TreeAdapter has a few problems, most notably related to the use of the `tree()/constTree()` methods. It appears that the TreeAdapter is intended to work with const inputs (because some...

This drops ABI=9 support in preparation for VDB 12.0, but keeps the version as 11.x for the time being. This also edits the deprecation document to accurately reflect the change...

vdb12.0

This implements a number of changes to the RootNode. These methods are now part of the public API: - RootNode::tileCount() - renamed from getTileCount - RootNode::activeTileCount() - renamed from getActiveTileCount...

vdb12.0

This PR adds a bunch of new "probe" methods to fill in some gaps in the API in being able to query child nodes as well as adds some additional...

vdb12.0

This adds `isValueOff()` to InternalNode and LeafNode(s) and `probeValue(Index, val)` to LeafNodeBool/LeafNodeMask. In addition this adds "unsafe" index-based methods to the InternalNode and a few equivalent methods to the LeafNode(s)....

vdb12.0