OpenVDB  11.0.0
Classes | Namespaces
PointAdvect.h File Reference

Class PointAdvect advects points (with position) in a static velocity field. More...

#include <openvdb/openvdb.h>
#include <openvdb/Types.h>
#include <openvdb/Grid.h>
#include <openvdb/math/Math.h>
#include <openvdb/util/NullInterrupter.h>
#include <openvdb/thread/Threading.h>
#include "Interpolation.h"
#include "VelocityFields.h"
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <vector>

Go to the source code of this file.

Classes

class  ClosestPointProjector< CptGridT >
 
class  PointAdvect< GridT, PointListT, StaggeredVelocity, InterrupterType >
 
class  ConstrainedPointAdvect< GridT, PointListT, StaggeredVelocity, CptGridType, InterrupterType >
 

Namespaces

 openvdb
 
 openvdb::v11_0
 
 openvdb::v11_0::tools
 

Detailed Description

Class PointAdvect advects points (with position) in a static velocity field.

Author
Ken Museth, D.J. Hill (openvdb port, added staggered grid support)