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

Performs multi-threaded interface tracking of narrow band level sets. This is the building-block for most level set computations that involve dynamic topology, e.g. advection. More...

#include <openvdb/Types.h>
#include <openvdb/Grid.h>
#include <openvdb/math/Math.h>
#include <openvdb/math/FiniteDifference.h>
#include <openvdb/math/Operators.h>
#include <openvdb/math/Stencils.h>
#include <openvdb/math/Transform.h>
#include <openvdb/util/NullInterrupter.h>
#include <openvdb/thread/Threading.h>
#include <openvdb/tree/ValueAccessor.h>
#include <openvdb/tree/LeafManager.h>
#include "ChangeBackground.h"
#include "Morphology.h"
#include "Prune.h"
#include <tbb/parallel_for.h>
#include <functional>
#include <type_traits>
+ Include dependency graph for LevelSetTracker.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >
 Performs multi-threaded interface tracking of narrow band level sets. More...
 
struct  openvdb::OPENVDB_VERSION_NAME::tools::LevelSetTracker< GridT, InterruptT >::State
 Lightweight struct that stores the state of the LevelSetTracker. More...
 

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::tools
 
 openvdb::OPENVDB_VERSION_NAME::tools::lstrack
 

Enumerations

enum  openvdb::OPENVDB_VERSION_NAME::tools::lstrack::TrimMode { openvdb::OPENVDB_VERSION_NAME::tools::lstrack::TrimMode::kNone, openvdb::OPENVDB_VERSION_NAME::tools::lstrack::TrimMode::kInterior, openvdb::OPENVDB_VERSION_NAME::tools::lstrack::TrimMode::kExterior, openvdb::OPENVDB_VERSION_NAME::tools::lstrack::TrimMode::kAll }
 How to handle voxels that fall outside the narrow band. More...
 

Detailed Description

Performs multi-threaded interface tracking of narrow band level sets. This is the building-block for most level set computations that involve dynamic topology, e.g. advection.

Author
Ken Museth

Definition in file LevelSetTracker.h.