Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Defines the memory alignment of points in a vector. More...
#include <geogram/basic/memory.h>
Static Public Attributes | |
static const size_t | value = 1 |
Alignment value in bytes. More... | |
Defines the memory alignment of points in a vector.
PointAlignment defines the memory alignment of points of dimension DIM
when they are stored contiguously in an array. The alignment value is contained in the static data member value
. The PointAlignment template defines a default alignment of 1. PointAlignment template specializations define specific values for the most commonly used point dimensions.
DIM | the dimension of the point. |
|
static |