#include <G4GDMLReadDefine.hh>
Definition at line 47 of file G4GDMLReadDefine.hh.
◆ G4GDMLMatrix() [1/3]
G4GDMLMatrix::G4GDMLMatrix |
( |
| ) |
|
◆ G4GDMLMatrix() [2/3]
G4GDMLMatrix::G4GDMLMatrix |
( |
size_t |
rows0, |
|
|
size_t |
cols0 |
|
) |
| |
Definition at line 42 of file G4GDMLReadDefine.cc.
44 if ((rows0==0) || (cols0==0))
46 G4Exception(
"G4GDMLMatrix::G4GDMLMatrix(r,c)",
"InvalidSetup",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ G4GDMLMatrix() [3/3]
◆ ~G4GDMLMatrix()
G4GDMLMatrix::~G4GDMLMatrix |
( |
| ) |
|
◆ Get()
G4double G4GDMLMatrix::Get |
( |
size_t |
r, |
|
|
size_t |
c |
|
) |
| const |
Definition at line 104 of file G4GDMLReadDefine.cc.
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ GetCols()
size_t G4GDMLMatrix::GetCols |
( |
| ) |
const |
◆ GetRows()
size_t G4GDMLMatrix::GetRows |
( |
| ) |
const |
◆ operator=()
◆ Set()
void G4GDMLMatrix::Set |
( |
size_t |
r, |
|
|
size_t |
c, |
|
|
G4double |
a |
|
) |
| |
Definition at line 94 of file G4GDMLReadDefine.cc.
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ cols
size_t G4GDMLMatrix::cols |
|
private |
◆ rows
size_t G4GDMLMatrix::rows |
|
private |
The documentation for this class was generated from the following files: