Gromacs
2025-dev-20240906-b7d3419
|
#include <gromacs/math/include/gromacs/math/gausstransform.h>
A 3-orthotope over integer intervals.
Public Member Functions | |
IntegerBox (const IVec &begin, const IVec &end) | |
Construct from begin and end. | |
const IVec & | begin () const |
Begin indices of the box. | |
const IVec & | end () const |
End indices of the box. | |
bool | empty () const |
Empty if for any dimension, end <= begin;. | |