OpenVDB
2.0.0
|
#include <openvdb/Types.h>
#include <openvdb/Grid.h>
#include <openvdb/util/NullInterrupter.h>
#include <boost/random/uniform_01.hpp>
Go to the source code of this file.
Classes | |
class | UniformPointScatter< PointAccessorType, RandomGenerator, InterruptType > |
The two point scatters UniformPointScatter and NonUniformPointScatter depend on the following two classes: More... | |
class | NonUniformPointScatter< PointAccessorType, RandomGenerator, InterruptType > |
Non-uniform scatters of point in the active voxels. The local point count is implicitly defined as a product of of a global density and the local voxel (or tile) value. More... | |
Namespaces | |
openvdb | |
openvdb::v2_0_0 | |
openvdb::v2_0_0::tools | |