FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <CoefAccess.hpp>
Public Member Functions | |
CoefAccess () | |
CoefAccess (const CoefAccess &src) | |
CoefAccess & | operator= (const CoefAccess &src) |
~CoefAccess () | |
Public Attributes | |
int | patternID_ |
int | numRowIDs_ |
GlobalID * | rowIDs_ |
int | numColIDsPerRow_ |
GlobalID * | colIDs_ |
int | numRowCoefs_ |
int | numColCoefs_ |
double * | coefs_ |
Definition at line 14 of file CoefAccess.hpp.
|
inline |
Definition at line 16 of file CoefAccess.hpp.
|
inline |
Definition at line 20 of file CoefAccess.hpp.
|
inline |
Definition at line 54 of file CoefAccess.hpp.
References coefs_, colIDs_, numColCoefs_, numColIDsPerRow_, numRowCoefs_, numRowIDs_, and rowIDs_.
|
inline |
Definition at line 25 of file CoefAccess.hpp.
References coefs_, colIDs_, numColCoefs_, numColIDsPerRow_, numRowCoefs_, numRowIDs_, patternID_, and rowIDs_.
int CoefAccess::patternID_ |
Definition at line 60 of file CoefAccess.hpp.
Referenced by operator=(), and DataReader::readData().
int CoefAccess::numRowIDs_ |
Definition at line 62 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
GlobalID* CoefAccess::rowIDs_ |
Definition at line 63 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
int CoefAccess::numColIDsPerRow_ |
Definition at line 65 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
GlobalID* CoefAccess::colIDs_ |
Definition at line 66 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
int CoefAccess::numRowCoefs_ |
Definition at line 68 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
int CoefAccess::numColCoefs_ |
Definition at line 69 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().
double* CoefAccess::coefs_ |
Definition at line 71 of file CoefAccess.hpp.
Referenced by operator=(), DataReader::readData(), and ~CoefAccess().