HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
+ Include dependency graph for PointAdvect.h:

Go to the source code of this file.

Classes

class  openvdb::OPENVDB_VERSION_NAME::tools::ClosestPointProjector< CptGridT >
 
class  openvdb::OPENVDB_VERSION_NAME::tools::PointAdvect< GridT, PointListT, StaggeredVelocity, InterrupterType >
 
class  openvdb::OPENVDB_VERSION_NAME::tools::ConstrainedPointAdvect< GridT, PointListT, StaggeredVelocity, CptGridType, InterrupterType >
 

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::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)

Definition in file PointAdvect.h.