OpenVDB
1.1.0
|
#include <openvdb/Types.h>
#include <openvdb/tree/Tree.h>
#include <openvdb/tools/ValueTransformer.h>
Go to the source code of this file.
Classes | |
class | LeafTopologyIntOp< TreeType1, TreeType2 > |
Functor for use with tools::foreach() to compute the boolean intersection between the value masks of corresponding leaf nodes in two trees. More... | |
class | LeafTopologyDiffOp< TreeType1, TreeType2 > |
Functor for use with tools::foreach() to compute the boolean difference between the value masks of corresponding leaf nodes in two trees. More... |
Namespaces | |
namespace | openvdb |
namespace | openvdb::v1_1_0 |
namespace | openvdb::v1_1_0::util |
Functions | |
Coord | nearestCoord (const Vec3d &voxelCoord) |
Return voxelCoord rounded to the closest integer coordinates. | |
template<class TreeType1 , class TreeType2 > | |
TreeType1::template ValueConverter< bool > ::Type::Ptr | leafTopologyIntersection (const TreeType1 &lhs, const TreeType2 &rhs, bool threaded=true) |
Perform a boolean intersection between two leaf nodes' topology masks. | |
template<class TreeType1 , class TreeType2 > | |
TreeType1::template ValueConverter< bool > ::Type::Ptr | leafTopologyDifference (const TreeType1 &lhs, const TreeType2 &rhs, bool threaded=true) |
Perform a boolean difference between two leaf nodes' topology masks. |
Variables | |
OPENVDB_API const Index32 | INVALID_IDX |
OPENVDB_API const Coord | COORD_OFFSETS [26] |
coordinate offset table for neighboring voxels |