Go to the source code of this file.
|
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.
|
|
|
constexpr Index32 | INVALID_IDX = std::numeric_limits<Index32>::max() |
|
constexpr Coord | COORD_OFFSETS [26] |
| coordinate offset table for neighboring voxels
|
|