#include <MRAacoef.h>
Collaboration diagram for MRAacoef:

Public Member Functions | |
| MRAacoef (int dim0) | |
| MRAacoef () | |
| MRAacoef & | operator() (int dim0) |
| MRAacoef & | operator= (const MRAacoef &) |
Data Fields | |
| int | a [MRA_MAXDIM] |
| bytepack | bpcoef |
| int | dim |
|
|
Definition at line 35 of file MRAacoef.h.
00035 : dim(0) {} |
|
|
Definition at line 38 of file MRAacoef.h.
00038 : dim(dim0) {} |
|
|
Definition at line 41 of file MRAacoef.h. References dim.
00042 {
00043 dim = dim0;
00044 return *this;
00045 }
|
|
|
Definition at line 48 of file MRAacoef.h. References a, bpcoef, and dim.
|
|
|
Definition at line 30 of file MRAacoef.h. Referenced by MRAsbBase.append(), MRAsbBase.copy(), MRAmpBase.iterator.operator *(), and operator=(). |
|
|
Definition at line 31 of file MRAacoef.h. Referenced by MRAsbBase.append(), MRAsbBase.copy(), MRAsbObject.cstattable_sbsizeb(), MRAmpBase.iterator.operator *(), and operator=(). |
|
|
Definition at line 29 of file MRAacoef.h. Referenced by operator()(), and operator=(). |
1.3.6