|
Geant4
10.01.p01
|
#include <G4GDMLReadDefine.hh>
Public Member Functions | |
| G4GDMLMatrix () | |
| G4GDMLMatrix (size_t rows0, size_t cols0) | |
| G4GDMLMatrix (const G4GDMLMatrix &rhs) | |
| G4GDMLMatrix & | operator= (const G4GDMLMatrix &rhs) |
| ~G4GDMLMatrix () | |
| void | Set (size_t r, size_t c, G4double a) |
| G4double | Get (size_t r, size_t c) const |
| size_t | GetRows () const |
| size_t | GetCols () const |
Private Attributes | |
| G4double * | m |
| size_t | rows |
| size_t | cols |
Definition at line 47 of file G4GDMLReadDefine.hh.
| G4GDMLMatrix::G4GDMLMatrix | ( | ) |
Definition at line 36 of file G4GDMLReadDefine.cc.
| G4GDMLMatrix::G4GDMLMatrix | ( | size_t | rows0, |
| size_t | cols0 | ||
| ) |
Definition at line 41 of file G4GDMLReadDefine.cc.
References cols, FatalException, G4Exception(), m, and rows.
Here is the call graph for this function:| G4GDMLMatrix::G4GDMLMatrix | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 53 of file G4GDMLReadDefine.cc.
| G4GDMLMatrix::~G4GDMLMatrix | ( | ) |
Definition at line 88 of file G4GDMLReadDefine.cc.
References m.
| G4double G4GDMLMatrix::Get | ( | size_t | r, |
| size_t | c | ||
| ) | const |
Definition at line 103 of file G4GDMLReadDefine.cc.
References cols, FatalException, G4Exception(), m, and rows.
Referenced by G4GDMLReadMaterials::PropertyRead().
Here is the call graph for this function:
Here is the caller graph for this function:| size_t G4GDMLMatrix::GetCols | ( | ) | const |
Definition at line 118 of file G4GDMLReadDefine.cc.
References cols.
Referenced by G4GDMLReadMaterials::PropertyRead().
Here is the caller graph for this function:| size_t G4GDMLMatrix::GetRows | ( | ) | const |
Definition at line 113 of file G4GDMLReadDefine.cc.
References rows.
Referenced by G4GDMLReadMaterials::PropertyRead().
Here is the caller graph for this function:| G4GDMLMatrix & G4GDMLMatrix::operator= | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 65 of file G4GDMLReadDefine.cc.
| void G4GDMLMatrix::Set | ( | size_t | r, |
| size_t | c, | ||
| G4double | a | ||
| ) |
Definition at line 93 of file G4GDMLReadDefine.cc.
References a, cols, FatalException, G4Exception(), m, and rows.
Referenced by G4GDMLReadDefine::MatrixRead().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 66 of file G4GDMLReadDefine.hh.
Referenced by G4GDMLMatrix(), Get(), GetCols(), operator=(), and Set().
|
private |
Definition at line 65 of file G4GDMLReadDefine.hh.
Referenced by G4GDMLMatrix(), Get(), operator=(), Set(), and ~G4GDMLMatrix().
|
private |
Definition at line 66 of file G4GDMLReadDefine.hh.
Referenced by G4GDMLMatrix(), Get(), GetRows(), operator=(), and Set().