Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

MRAacoef Struct Reference

#include <MRAacoef.h>

Collaboration diagram for MRAacoef:

Collaboration graph
[legend]

Public Member Functions

 MRAacoef (int dim0)
 MRAacoef ()
MRAacoefoperator() (int dim0)
MRAacoefoperator= (const MRAacoef &)

Data Fields

int a [MRA_MAXDIM]
bytepack bpcoef
int dim

Constructor & Destructor Documentation

MRAacoef::MRAacoef  ) 
 

Definition at line 35 of file MRAacoef.h.

00035 : dim(0) {}

MRAacoef::MRAacoef int  dim0  ) 
 

Definition at line 38 of file MRAacoef.h.

00038 : dim(dim0) {}


Member Function Documentation

MRAacoef & MRAacoef::operator() int  dim0  ) 
 

Definition at line 41 of file MRAacoef.h.

References dim.

00042 {
00043    dim = dim0;
00044    return *this;
00045 }

MRAacoef & MRAacoef::operator= const MRAacoef  ) 
 

Definition at line 48 of file MRAacoef.h.

References a, bpcoef, and dim.

00049 {
00050    dim = acoef0.dim;
00051    for( int d = 0; d < dim; ++d ) a[d] = acoef0.a[d];
00052    bpcoef = acoef0.bpcoef;
00053    return *this;
00054 }


Field Documentation

int MRAacoef.a[MRA_MAXDIM]
 

Definition at line 30 of file MRAacoef.h.

Referenced by MRAsbBase.append(), MRAsbBase.copy(), MRAmpBase.iterator.operator *(), and operator=().

bytepack MRAacoef.bpcoef
 

Definition at line 31 of file MRAacoef.h.

Referenced by MRAsbBase.append(), MRAsbBase.copy(), MRAsbObject.cstattable_sbsizeb(), MRAmpBase.iterator.operator *(), and operator=().

int MRAacoef.dim
 

Definition at line 29 of file MRAacoef.h.

Referenced by operator()(), and operator=().


The documentation for this struct was generated from the following file:
Generated on Mon May 31 21:41:23 2004 for SR2k4 Assembler by doxygen 1.3.6