OpenVDB
5.2.0
|
Methods for deleting points based on group membership. More...
#include "PointDataGrid.h"
#include "PointGroup.h"
#include "IndexIterator.h"
#include "IndexFilter.h"
#include <openvdb/tools/Prune.h>
#include <openvdb/tree/LeafManager.h>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | DeleteByFilterOp< PointDataTreeT, FilterT > |
Namespaces | |
openvdb | |
openvdb::v5_2 | |
openvdb::v5_2::points | |
openvdb::v5_2::points::point_delete_internal | |
Functions | |
template<typename PointDataTreeT > | |
void | deleteFromGroups (PointDataTreeT &pointTree, const std::vector< std::string > &groups, bool invert=false, bool drop=true) |
Delete points that are members of specific groups. More... | |
template<typename PointDataTreeT > | |
void | deleteFromGroup (PointDataTreeT &pointTree, const std::string &group, bool invert=false, bool drop=true) |
Delete points that are members of a group. More... | |
Methods for deleting points based on group membership.