OpenVDB  1.1.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/math/Math.h>
#include <openvdb/Types.h>
#include <openvdb/util/NullInterrupter.h>
#include "Interpolation.h"
#include <boost/static_assert.hpp>
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/task.h>

Go to the source code of this file.

Classes

class  ClosestPointProjector< CptGridT >
class  VelocitySampler< GridT, StaggeredVelocity >
class  VelocityIntegrator< GridT, StaggeredVelocity >
 Performs runge-kutta time integration of variable order in a static velocity field. More...
class  PointAdvect< GridT, PointListT, StaggeredVelocity, InterrupterType >
class  ConstrainedPointAdvect< GridT, PointListT, StaggeredVelocity, CptGridType, InterrupterType >

Namespaces

namespace  openvdb
namespace  openvdb::v1_1_0
namespace  openvdb::v1_1_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)