|
VLink
2.0.0
A high-performance communication middleware
|
256-byte POD container holding a schema-described array of N-field point records. More...
#include <point_cloud.h>
256-byte POD container holding a schema-described array of N-field point records.
The struct size is locked at 256 bytes on 64-bit targets via static_assert. Points are stored in tightly packed row-major order; one row equals pack_size() bytes. Schemas are inspected by calling get_key_map() / get_key_list() and field values read through the get_value family of templates.