HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::RasterGroups Struct Reference

A struct that stores all include/exclude attribute names as strings and is internally converted into the resolved MultiGroupFilter. More...

#include <PointRasterizeFrustum.h>

Public Attributes

std::vector< NameincludeNames
 
std::vector< NameexcludeNames
 

Detailed Description

A struct that stores all include/exclude attribute names as strings and is internally converted into the resolved MultiGroupFilter.

Definition at line 240 of file PointRasterizeFrustum.h.

Member Data Documentation

std::vector<Name> openvdb::OPENVDB_VERSION_NAME::points::RasterGroups::excludeNames

Definition at line 243 of file PointRasterizeFrustum.h.

std::vector<Name> openvdb::OPENVDB_VERSION_NAME::points::RasterGroups::includeNames

Definition at line 242 of file PointRasterizeFrustum.h.


The documentation for this struct was generated from the following file: