|
Lagrange
|
Metadata and raw data for a single serialized attribute. More...
#include <CistaMesh.h>
Public Attributes | |
| data::string | name |
| AttributeId | attribute_id = 0 |
| std::underlying_type_t< AttributeValueType > | value_type = 0 |
| std::underlying_type_t< AttributeElement > | element_type = 0 |
| std::underlying_type_t< AttributeUsage > | usage = 0 |
| uint64_t | num_channels = 0 |
| uint64_t | num_elements = 0 |
| bool | is_indexed = false |
| data::vector< uint8_t > | data_bytes |
| data::vector< uint8_t > | values_bytes |
| uint64_t | values_num_elements = 0 |
| uint64_t | values_num_channels = 0 |
| data::vector< uint8_t > | indices_bytes |
| uint64_t | indices_num_elements = 0 |
| uint8_t | index_type_size = 0 |
Metadata and raw data for a single serialized attribute.