OpenVDB  11.0.0
Classes | Namespaces
PointLeafLocalData.h File Reference

Thread/Leaf local data used during execution over OpenVDB Points. More...

#include <openvdb/openvdb.h>
#include <openvdb/version.h>
#include <openvdb/points/AttributeArray.h>
#include <openvdb/points/PointAttribute.h>
#include <openvdb/points/PointDataGrid.h>
#include <openvdb/points/PointGroup.h>

Go to the source code of this file.

Classes

struct  PointLeafLocalData
 Various functions can request the use and initialization of point data from within the kernel that does not use the standard attribute handle methods. This data can then be accessed after execution to perform post-processes such as adding new groups, adding new string attributes or updating positions. More...
 

Namespaces

 openvdb
 
 openvdb::v11_0
 
 openvdb::v11_0::ax
 
 openvdb::v11_0::ax::codegen
 
 openvdb::v11_0::ax::codegen::codegen_internal
 

Detailed Description

Thread/Leaf local data used during execution over OpenVDB Points.

Authors
Nick Avramoussis