HDK
|
#include <openvdb/version.h>
#include <openvdb/Platform.h>
#include <openvdb/math/Math.h>
#include <openvdb/math/Transform.h>
#include <openvdb/Grid.h>
#include <openvdb/tree/ValueAccessor.h>
#include <cmath>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::tools | |
openvdb::OPENVDB_VERSION_NAME::tools::local_util | |
Functions | |
Vec3i | openvdb::OPENVDB_VERSION_NAME::tools::local_util::floorVec3 (const Vec3R &v) |
Vec3i | openvdb::OPENVDB_VERSION_NAME::tools::local_util::ceilVec3 (const Vec3R &v) |
Vec3i | openvdb::OPENVDB_VERSION_NAME::tools::local_util::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:
Definition in file Interpolation.h.