20 for (
int j=cmin;j<=cmax;j++)
22 for (
int i=rmin;i<=rmax;i++)
24 for (
int k=hmin;k<=hmax;k++)
26 *tmp++=(*this)(k,i,j);
44 for (
int j=cmin;j<=cmax;j++)
46 for (
int i=rmin;i<=rmax;i++)
48 for (
int k=hmin;k<=hmax;k++)
58 int rmin,
int rmax,
int cmin,
int cmax,
const char * _s)
65 for (
int j=cmin;j<=cmax;j++)
67 for (
int i=rmin;i<=rmax;i++)
69 for (
int k=hmin;k<=hmax;k++)
71 (*this)(k,i,j)=*tmp++;
80 int rmin,
int rmax,
int cmin,
int cmax,
const char * _s)
87 for (
int j=cmin;j<=cmax;j++)
89 for (
int i=rmin;i<=rmax;i++)
91 for (
int k=hmin;k<=hmax;k++)
93 (*this)(k,i,j)=*tmp++;
112 for (
int j=cmin;j<=cmax;j++)
114 for (
int i=rmin;i<=rmax;i++)
116 for (
int k=hmin;k<=hmax;k++)
118 *tmp++=
::value((*
this)(k,i,j));
127 int rmin,
int rmax,
int cmin,
int cmax,
int _phase_start,
const char *_s )
135 for (
int j=cmin;j<=cmax;j++)
137 for (
int i=rmin;i<=rmax;i++)
139 for (
int k=hmin;k<=hmax;k++)
141 (*this)(k,i,j)=*tmp++;
149 int rmin,
int rmax,
int cmin,
int cmax,
const char *_s )
void allocate(void)
Does NOT allocate, but initializes empty d3_array.
dll_param_init_d3array & operator=(const d3_array &)
int allocated(const ivector &v)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
virtual ~dll_data_3array()
d3_array value(const dvar3_array &)
Description not yet available.
Description not yet available.
d3_array & operator=(const d3_array &m1)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvar3_array & operator=(const d3_array &m1)
Assign element values from scalar arr3 to dvar3_array.
virtual ~dll_param_init_d3array()
Description not yet available.
Description not yet available.
void allocate(int _phase_start)
void allocate(void)
Does not allocte, but initialize class members.
dll_param_d3array & operator=(const d3_array &)
Description not yet available.
dll_data_3array & operator=(const d3_array &)
Description not yet available.
virtual ~dll_param_d3array()