|
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 <openvdb/util/Assert.h>#include "IndexIterator.h"#include "AttributeArray.h"#include "AttributeGroup.h"#include "AttributeSet.h"#include <random>#include <numeric>#include <unordered_map>
Include dependency graph for IndexFilter.h:
This graph shows which files directly or indirectly include this file: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.