|
HDK
|
Volume rasterization of VDB Points using velocity and camera motion-blur. More...
#include <openvdb/math/Ray.h>#include <openvdb/math/DDA.h>#include <openvdb/util/NullInterrupter.h>#include <openvdb/util/Assert.h>#include <openvdb/thread/Threading.h>#include <openvdb/tools/GridTransformer.h>#include <openvdb/tools/Interpolation.h>#include "PointCount.h"#include "PointDataGrid.h"#include "impl/PointRasterizeFrustumImpl.h"
Include dependency graph for PointRasterizeFrustum.h:Go to the source code of this file.
Classes | |
| class | openvdb::OPENVDB_VERSION_NAME::points::RasterCamera |
| A camera class that provides an interface for camera motion blur when rasterizing. More... | |
| struct | openvdb::OPENVDB_VERSION_NAME::points::FrustumRasterizerSettings |
| A group of shared settings to be used in the Volume Rasterizer. More... | |
| struct | openvdb::OPENVDB_VERSION_NAME::points::FrustumRasterizerMask |
| class | openvdb::OPENVDB_VERSION_NAME::points::point_rasterize_internal::GridToRasterize< PointDataGridT > |
| class | openvdb::OPENVDB_VERSION_NAME::points::FrustumRasterizer< PointDataGridT > |
| Efficient rasterization of one or more VDB Points grids into a linear or frustum volume with the option to bake in camera or geometry motion blur. More... | |
| struct | openvdb::OPENVDB_VERSION_NAME::points::RasterGroups |
| A struct that stores all include/exclude attribute names as strings and is internally converted into the resolved MultiGroupFilter. More... | |
Namespaces | |
| openvdb | |
| openvdb::OPENVDB_VERSION_NAME | |
| openvdb::OPENVDB_VERSION_NAME::points | |
| openvdb::OPENVDB_VERSION_NAME::points::point_rasterize_internal | |
Enumerations | |
| enum | openvdb::OPENVDB_VERSION_NAME::points::RasterMode { openvdb::OPENVDB_VERSION_NAME::points::RasterMode::ACCUMULATE = 0, openvdb::OPENVDB_VERSION_NAME::points::RasterMode::MAXIMUM, openvdb::OPENVDB_VERSION_NAME::points::RasterMode::AVERAGE } |
| How to composite points into a volume. More... | |
Volume rasterization of VDB Points using velocity and camera motion-blur.
Definition in file PointRasterizeFrustum.h.