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 override | IndexedAttribute< ValueType_, Index_ > | inlinevirtual |
Index typedef | IndexedAttribute< ValueType_, Index_ > | |
IndexedAttribute(AttributeUsage usage, size_t num_channels) | IndexedAttribute< ValueType_, Index_ > | |
IndexedAttribute(IndexedAttribute &&other) noexcept | IndexedAttribute< ValueType_, Index_ > | |
IndexedAttribute(const IndexedAttribute &other) | IndexedAttribute< ValueType_, Index_ > | explicit |
indices() | IndexedAttribute< ValueType_, Index_ > | inline |
indices() const | IndexedAttribute< ValueType_, Index_ > | inline |
IsIndexed | IndexedAttribute< ValueType_, Index_ > | static |
m_element | AttributeBase | protected |
m_indices (defined in IndexedAttribute< ValueType_, Index_ >) | IndexedAttribute< ValueType_, Index_ > | protected |
m_num_channels | AttributeBase | protected |
m_usage | AttributeBase | protected |
m_values (defined in IndexedAttribute< ValueType_, Index_ >) | IndexedAttribute< ValueType_, Index_ > | protected |
operator=(IndexedAttribute &&other) noexcept | IndexedAttribute< ValueType_, Index_ > | |
operator=(const IndexedAttribute &other) | IndexedAttribute< ValueType_, Index_ > | |
lagrange::AttributeBase::operator=(AttributeBase &&other)=default | AttributeBase | |
lagrange::AttributeBase::operator=(const AttributeBase &other)=default | AttributeBase | |
unsafe_set_element_type(AttributeElement element) | AttributeBase | inline |
unsafe_set_usage(AttributeUsage usage) | AttributeBase | inline |
values() | IndexedAttribute< ValueType_, Index_ > | inline |
values() const | IndexedAttribute< ValueType_, Index_ > | inline |
ValueType typedef | IndexedAttribute< ValueType_, Index_ > | |
~AttributeBase() | AttributeBase | virtual |
~IndexedAttribute() override | IndexedAttribute< ValueType_, Index_ > | |