OpenVDB
12.1.0
|
Base class used to generate the narrow-band level set of a convex region. More...
#include <openvdb/math/Math.h>
#include <openvdb/thread/Threading.h>
#include <openvdb/util/NullInterrupter.h>
#include <openvdb/tools/Merge.h>
#include <openvdb/tools/SignedFloodFill.h>
#include <tbb/enumerable_thread_specific.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.h>
#include <tbb/blocked_range.h>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | PointArray< VectorType > |
Internal class used by derived ConvexVoxelizer classes that make use of PointPartitioner. More... | |
class | ConvexVoxelizer< GridType, Derived, InterruptType > |
Base class used to generate a grid of type GridType containing a narrow-band level set representation of a convex region. More... | |
class | ConvexVoxelizer< GridType, Derived, InterruptType >::XYRangeData |
Class that stores endpoints of a y range for each x value within a specified range and step size. More... | |
Namespaces | |
openvdb | |
openvdb::v12_1 | |
openvdb::v12_1::tools | |
openvdb::v12_1::tools::lvlset | |
Macros | |
#define | EPS 0.0005f |
Base class used to generate the narrow-band level set of a convex region.
#define EPS 0.0005f |