|
OpenVDB
1.1.0
|
#include <cmath>#include <boost/shared_ptr.hpp>#include <openvdb/version.h>#include <openvdb/Platform.h>#include <openvdb/math/Transform.h>Go to the source code of this file.
Classes | |
| struct | PointSampler |
| struct | BoxSampler |
| struct | QuadraticSampler |
| struct | StaggeredPointSampler |
| struct | StaggeredBoxSampler |
| struct | StaggeredQuadraticSampler |
| class | GridSampler< TreeOrAccessorType, SamplerType > |
| Base class that provides the interface for continuous sampling of values in a grid. More... | |
Namespaces | |
| namespace | openvdb |
| namespace | openvdb::v1_1_0 |
| namespace | openvdb::v1_1_0::tools |
| namespace | openvdb::v1_1_0::tools::local_util |
Functions | |
| Vec3i | floorVec3 (const Vec3R &v) |
| Vec3i | ceilVec3 (const Vec3R &v) |
| Vec3i | roundVec3 (const Vec3R &v) |
Sampler classes such as PointSampler and BoxSampler that are intended for use with tools::GridTransformer should operate in voxel space and must adhere to the interface described in the example below:
1.8.1.2