HDK
|
Index filters primarily designed to be used with a FilterIndexIter. More...
#include <openvdb/version.h>
#include <openvdb/Types.h>
#include <openvdb/math/Transform.h>
#include <openvdb/tools/Interpolation.h>
#include "IndexIterator.h"
#include "AttributeArray.h"
#include "AttributeGroup.h"
#include "AttributeSet.h"
#include <random>
#include <numeric>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::points | |
Typedefs | |
using | openvdb::OPENVDB_VERSION_NAME::points::ActiveFilter = ValueMaskFilter< true > |
using | openvdb::OPENVDB_VERSION_NAME::points::InactiveFilter = ValueMaskFilter< false > |
Index filters primarily designed to be used with a FilterIndexIter.
Filters must adhere to the interface described in the example below:
Definition in file IndexFilter.h.