#include <source/toolbox/database/DatabaseBox.h>
Public Attributes | |
int | d_dimension |
int | d_lo [3] |
int | d_hi [3] |
The data in DatabaseBox need to reside in a POD class so that HDF5's HOFFSET macro works. (According to ANSI C++ standard, it does not have to work with non-POD data.)