Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GDMLReadDefine.hh>
Public Member Functions | |
G4GDMLMatrix () | |
G4GDMLMatrix (std::size_t rows0, std::size_t cols0) | |
G4GDMLMatrix (const G4GDMLMatrix &rhs) | |
G4GDMLMatrix & | operator= (const G4GDMLMatrix &rhs) |
~G4GDMLMatrix () | |
void | Set (std::size_t r, std::size_t c, G4double a) |
G4double | Get (std::size_t r, std::size_t c) const |
std::size_t | GetRows () const |
std::size_t | GetCols () const |
Definition at line 45 of file G4GDMLReadDefine.hh.
G4GDMLMatrix::G4GDMLMatrix | ( | ) |
Definition at line 37 of file G4GDMLReadDefine.cc.
G4GDMLMatrix::G4GDMLMatrix | ( | std::size_t | rows0, |
std::size_t | cols0 ) |
Definition at line 42 of file G4GDMLReadDefine.cc.
G4GDMLMatrix::G4GDMLMatrix | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 55 of file G4GDMLReadDefine.cc.
G4GDMLMatrix::~G4GDMLMatrix | ( | ) |
Definition at line 100 of file G4GDMLReadDefine.cc.
G4double G4GDMLMatrix::Get | ( | std::size_t | r, |
std::size_t | c ) const |
Definition at line 117 of file G4GDMLReadDefine.cc.
Referenced by G4GDMLReadMaterials::PropertyRead(), and G4GDMLReadSolids::PropertyRead().
std::size_t G4GDMLMatrix::GetCols | ( | ) | const |
Definition at line 134 of file G4GDMLReadDefine.cc.
Referenced by G4GDMLReadMaterials::PropertyRead(), and G4GDMLReadSolids::PropertyRead().
std::size_t G4GDMLMatrix::GetRows | ( | ) | const |
Definition at line 128 of file G4GDMLReadDefine.cc.
Referenced by G4GDMLReadMaterials::PropertyRead(), and G4GDMLReadSolids::PropertyRead().
G4GDMLMatrix & G4GDMLMatrix::operator= | ( | const G4GDMLMatrix & | rhs | ) |
Definition at line 70 of file G4GDMLReadDefine.cc.
void G4GDMLMatrix::Set | ( | std::size_t | r, |
std::size_t | c, | ||
G4double | a ) |
Definition at line 106 of file G4GDMLReadDefine.cc.
Referenced by G4GDMLReadDefine::MatrixRead().