|
Gromacs
2025.4
|
#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;. | |
1.8.5