OpenVDB
4.0.1
|
Classes | |
class | ClosestPointDist |
class | LeafOp |
class | NodeOp |
struct | PointAccessor |
class | PointListTransform |
class | PrimCpy |
class | TileSampler |
A TileSampler wraps a grid sampler of another type (BoxSampler, QuadraticSampler, etc.), and for samples that fall within a given tile of the grid, it returns a cached tile value instead of accessing the grid. More... | |
class | TileSampler< PointSampler, TreeT > |
For point sampling, tree traversal is less expensive than testing bounding box membership. More... | |
class | TileSampler< StaggeredPointSampler, TreeT > |
For point sampling, tree traversal is less expensive than testing bounding box membership. More... | |
class | UpdatePoints |