HDK
|
Transfer schemes for rasterizing point data. More...
#include <openvdb/openvdb.h>
#include <openvdb/Types.h>
#include <openvdb/Grid.h>
#include <openvdb/math/Math.h>
#include <openvdb/math/Transform.h>
#include <openvdb/tools/Morphology.h>
#include <openvdb/tree/ValueAccessor.h>
#include "PointDataGrid.h"
#include "PointMask.h"
#include "PointTransfer.h"
#include <string>
#include "impl/PointRasterizeTrilinearImpl.h"
Go to the source code of this file.
Classes | |
struct | openvdb::OPENVDB_VERSION_NAME::points::TrilinearTraits< ValueT, Staggered > |
struct | openvdb::OPENVDB_VERSION_NAME::points::TrilinearTraits< ValueT, false > |
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::points | |
Functions | |
template<bool Staggered, typename ValueT , typename FilterT , typename PointDataTreeT > | |
auto | openvdb::OPENVDB_VERSION_NAME::points::rasterizeTrilinear (const PointDataTreeT &points, const std::string &attribute, const FilterT &filter=NullFilter()) |
Perform weighted trilinear rasterization of all points within a voxel. This method takes and returns a tree i.e. ignores grid transformations. More... | |
Transfer schemes for rasterizing point data.
Definition in file PointRasterizeTrilinear.h.