Lagrange
|
Helper object to match attributes based on usage, element type, and number of channels. More...
#include <lagrange/find_matching_attributes.h>
Public Attributes | |
BitField< AttributeUsage > | usages = BitField<AttributeUsage>::all() |
List of attribute usages to include. By default, all usages are included. | |
BitField< AttributeElement > | element_types = BitField<AttributeElement>::all() |
List of attribute element types to include. By default, all element types are included. | |
size_t | num_channels = 0 |
Number of channels to match against. Default value is 0, which disables this test. | |
Helper object to match attributes based on usage, element type, and number of channels.