Lagrange
AttributeMatcher Struct Reference

Helper object to match attributes based on usage, element type, and number of channels. More...

#include <lagrange/find_matching_attributes.h>

Public Attributes

BitField< AttributeUsageusages = BitField<AttributeUsage>::all()
 List of attribute usages to include. By default, all usages are included.
 
BitField< AttributeElementelement_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.
 

Detailed Description

Helper object to match attributes based on usage, element type, and number of channels.


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