OpenVDB
8.0.0
|
Classes | |
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... | |