OpenVDB
9.0.1
|
Class to access points at a specific voxel location. More...
#include <nanovdb/NanoVDB.h>
Inherits ReadAccessor< BuildT, 0, 1, 2 >.
Public Types | |
using | LeafNodeType = typename NanoRoot< uint32_t >::LeafNodeType |
using | ValueType = ValueT |
using | CoordType = CoordT |
using | NodeInfo = typename ReadAccessor< ValueT,-1,-1,-1 >::NodeInfo |
Public Member Functions | |
PointAccessor (const UInt32Grid &grid) | |
uint64_t | gridPoints (const AttT *&begin, const AttT *&end) const |
Return the total number of point in the grid and set the iterators to the complete range of points. More... | |
uint64_t | leafPoints (const Coord &ijk, const AttT *&begin, const AttT *&end) const |
Return the number of points in the leaf node containing the coordinate ijk. If this return value is larger than zero then the iterators begin and end will point to all the attributes contained within that leaf node. More... | |
uint64_t | voxelPoints (const Coord &ijk, const AttT *&begin, const AttT *&end) const |
get iterators over offsets to points at a specific voxel location More... | |
const RootT & | root () const |
template<typename NodeT > | |
const NodeT * | getNode () const |
Return a const point to the cached node of the specified type. More... | |
template<typename NodeT > | |
bool | isCached (const CoordType &ijk) const |
ValueType | getValue (const CoordType &ijk) const |
NodeInfo | getNodeInfo (const CoordType &ijk) const |
bool | isActive (const CoordType &ijk) const |
bool | probeValue (const CoordType &ijk, ValueType &v) const |
const LeafT * | probeLeaf (const CoordType &ijk) const |
template<typename RayT > | |
uint32_t | getDim (const CoordType &ijk, const RayT &ray) const |
Static Public Attributes | |
static const int | CacheLevels = 3 |
Class to access points at a specific voxel location.
|
inherited |
using LeafNodeType = typename NanoRoot<uint32_t>::LeafNodeType |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
Return a const point to the cached node of the specified type.
|
inline |
Return the total number of point in the grid and set the iterators to the complete range of points.
|
inlineinherited |
|
inlineinherited |
|
inline |
Return the number of points in the leaf node containing the coordinate ijk. If this return value is larger than zero then the iterators begin and end will point to all the attributes contained within that leaf node.
|
inlineinherited |
|
inline |
get iterators over offsets to points at a specific voxel location
|
staticinherited |