#include <gromacs/nbnxm/grid.h>
Corner for the bounding box, padded with one element to enable 4-wide SIMD operations.
|
const float * | ptr () const |
| Returns a pointer for SIMD loading of a Corner object.
|
|
float * | ptr () |
| Returns a pointer for SIMD storing of a Corner object.
|
|
|
static Corner | min (const Corner &c1, const Corner &c2) |
| Returns a corner with the minimum coordinates along each dimension.
|
|
static Corner | max (const Corner &c1, const Corner &c2) |
| Returns a corner with the maximum coordinates along each dimension.
|
|
|
float | x |
| x coordinate
|
|
float | y |
| y coordinate
|
|
float | z |
| z coordinate
|
|
float | padding |
| padding, unused, but should be set to avoid operations on uninitialized data
|
|
The documentation for this struct was generated from the following file: