|
Geant4
10.03.p03
|
#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 |
Definition at line 47 of file G4GDMLReadDefine.hh.
| G4GDMLMatrix::G4GDMLMatrix | ( | ) |
Definition at line 37 of file G4GDMLReadDefine.cc.
| G4GDMLMatrix::G4GDMLMatrix | ( | size_t | rows0, |
| size_t | cols0 | ||
| ) |
Definition at line 42 of file G4GDMLReadDefine.cc.

| G4GDMLMatrix::G4GDMLMatrix | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 54 of file G4GDMLReadDefine.cc.
| G4GDMLMatrix::~G4GDMLMatrix | ( | ) |
Definition at line 89 of file G4GDMLReadDefine.cc.
| G4double G4GDMLMatrix::Get | ( | size_t | r, |
| size_t | c | ||
| ) | const |
Definition at line 104 of file G4GDMLReadDefine.cc.


| size_t G4GDMLMatrix::GetCols | ( | ) | const |
| size_t G4GDMLMatrix::GetRows | ( | ) | const |
| G4GDMLMatrix & G4GDMLMatrix::operator= | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 66 of file G4GDMLReadDefine.cc.
Definition at line 94 of file G4GDMLReadDefine.cc.

