Public Types | |
enum | { nplanes = nplanes_, nrows = nrows_, ncols = ncols_, center = center_, center_plane = center_ / (nrows_ * ncols_), center_row = (center_ % (nrows_ * ncols_)) / ncols_, center_col = (center_ % (nrows_ * ncols_)) % ncols_, i = i_, card = nplanes_ * nrows_ * ncols_, well_formed = (i_ % (ncols_ * nrows) == 0), get_real_center = center_ } |
typedef array3d_info< nplanes_, nrows_, ncols_, center_, i+1 > | next_elt |
Definition at line 59 of file 3d.hxx.