HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PointRasterizeFrustum.h File Reference

Volume rasterization of VDB Points using velocity and camera motion-blur. More...

+ 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...
 

Detailed Description

Volume rasterization of VDB Points using velocity and camera motion-blur.

Author
Dan Bailey, Rick Hankins

Definition in file PointRasterizeFrustum.h.