FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
CoefAccess Class Reference

#include <CoefAccess.hpp>

Public Member Functions

 CoefAccess ()
 CoefAccess (const CoefAccess &src)
CoefAccessoperator= (const CoefAccess &src)
 ~CoefAccess ()

Public Attributes

int patternID_
int numRowIDs_
GlobalIDrowIDs_
int numColIDsPerRow_
GlobalIDcolIDs_
int numRowCoefs_
int numColCoefs_
double * coefs_

Detailed Description

Definition at line 14 of file CoefAccess.hpp.

Constructor & Destructor Documentation

◆ CoefAccess() [1/2]

CoefAccess::CoefAccess ( )
inline

Definition at line 16 of file CoefAccess.hpp.

References coefs_, colIDs_, numColCoefs_, numColIDsPerRow_, numRowCoefs_, numRowIDs_, patternID_, and rowIDs_.

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

◆ CoefAccess() [2/2]

CoefAccess::CoefAccess ( const CoefAccess & src)
inline

Definition at line 20 of file CoefAccess.hpp.

References CoefAccess().

◆ ~CoefAccess()

CoefAccess::~CoefAccess ( )
inline

Definition at line 54 of file CoefAccess.hpp.

References coefs_, colIDs_, numColCoefs_, numColIDsPerRow_, numRowCoefs_, numRowIDs_, and rowIDs_.

Member Function Documentation

◆ operator=()

CoefAccess & CoefAccess::operator= ( const CoefAccess & src)
inline

Member Data Documentation

◆ patternID_

int CoefAccess::patternID_

Definition at line 60 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), and DataReader::readData().

◆ numRowIDs_

int CoefAccess::numRowIDs_

Definition at line 62 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ rowIDs_

GlobalID* CoefAccess::rowIDs_

Definition at line 63 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ numColIDsPerRow_

int CoefAccess::numColIDsPerRow_

Definition at line 65 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ colIDs_

GlobalID* CoefAccess::colIDs_

Definition at line 66 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ numRowCoefs_

int CoefAccess::numRowCoefs_

Definition at line 68 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ numColCoefs_

int CoefAccess::numColCoefs_

Definition at line 69 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().

◆ coefs_

double* CoefAccess::coefs_

Definition at line 71 of file CoefAccess.hpp.

Referenced by CoefAccess(), operator=(), DataReader::readData(), and ~CoefAccess().


The documentation for this class was generated from the following file: