#include <G4OsloMatrix.hh>
Definition at line 45 of file G4OsloMatrix.hh.
◆ G4OsloMatrix() [1/2]
G4OsloMatrix::G4OsloMatrix |
( |
| ) |
|
Definition at line 38 of file G4OsloMatrix.cc.
39 : next(0), offset(0), osize(0), o_vec(0)
40{
41}
◆ G4OsloMatrix() [2/2]
G4OsloMatrix::G4OsloMatrix |
( |
G4int |
vec_size, |
|
|
G4int |
offsetparam, |
|
|
G4int |
osizeparam |
|
) |
| |
Definition at line 43 of file G4OsloMatrix.cc.
44{
45 next = 0;
47 offset = offsetparam;
48 osize = osizeparam;
49}
◆ ~G4OsloMatrix()
G4OsloMatrix::~G4OsloMatrix |
( |
| ) |
|
◆ GetKnotVector()
◆ GetNextNode()
◆ GetOffset()
G4int G4OsloMatrix::GetOffset |
( |
| ) |
const |
|
inline |
◆ GetSize()
G4int G4OsloMatrix::GetSize |
( |
| ) |
const |
|
inline |
◆ SetKnotVector()
◆ SetNextNode()
◆ SetOffset()
void G4OsloMatrix::SetOffset |
( |
G4int |
| ) |
|
|
inline |
◆ SetSize()
void G4OsloMatrix::SetSize |
( |
G4int |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: