|
Lagrange
|
This is the complete list of members for AttributeBase, including all inherited members.
| AttributeBase(AttributeElement element, AttributeUsage usage, size_t num_channels) | AttributeBase | |
| AttributeBase(AttributeBase &&other)=default | AttributeBase | |
| AttributeBase(const AttributeBase &other)=default | AttributeBase | |
| get_element_type() const | AttributeBase | inline |
| get_num_channels() const | AttributeBase | inline |
| get_usage() const | AttributeBase | inline |
| get_value_type() const =0 | AttributeBase | pure virtual |
| m_element | AttributeBase | protected |
| m_num_channels | AttributeBase | protected |
| m_usage | AttributeBase | protected |
| operator=(AttributeBase &&other)=default | AttributeBase | |
| operator=(const AttributeBase &other)=default | AttributeBase | |
| unsafe_set_element_type(AttributeElement element) | AttributeBase | inline |
| unsafe_set_usage(AttributeUsage usage) | AttributeBase | inline |
| ~AttributeBase() | AttributeBase | virtual |