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

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"
+ Include dependency graph for PointRasterizeTrilinear.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...
 

Detailed Description

Transfer schemes for rasterizing point data.

Author
Nick Avramoussis

Definition in file PointRasterizeTrilinear.h.