Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OsloMatrix Class Reference

#include <G4OsloMatrix.hh>

Public Member Functions

 G4OsloMatrix ()
 
 G4OsloMatrix (G4int vec_size, G4int offsetparam, G4int osizeparam)
 
 ~G4OsloMatrix ()
 
G4int GetOffset () const
 
G4int GetSize () const
 
G4OsloMatrixGetNextNode ()
 
G4KnotVectorGetKnotVector ()
 
void SetOffset (G4int)
 
void SetSize (G4int)
 
void SetNextNode (G4OsloMatrix *)
 
void SetKnotVector (G4KnotVector *)
 

Detailed Description

Definition at line 45 of file G4OsloMatrix.hh.

Constructor & Destructor Documentation

◆ 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;
46 o_vec = new G4KnotVector(vec_size);
47 offset = offsetparam;
48 osize = osizeparam;
49}

◆ ~G4OsloMatrix()

G4OsloMatrix::~G4OsloMatrix ( )

Definition at line 51 of file G4OsloMatrix.cc.

52{
53 delete o_vec;
54}

Member Function Documentation

◆ GetKnotVector()

G4KnotVector * G4OsloMatrix::GetKnotVector ( )
inline

◆ GetNextNode()

G4OsloMatrix * G4OsloMatrix::GetNextNode ( )
inline

◆ GetOffset()

G4int G4OsloMatrix::GetOffset ( ) const
inline

◆ GetSize()

G4int G4OsloMatrix::GetSize ( ) const
inline

◆ SetKnotVector()

void G4OsloMatrix::SetKnotVector ( G4KnotVector )
inline

◆ SetNextNode()

void G4OsloMatrix::SetNextNode ( G4OsloMatrix )
inline

◆ SetOffset()

void G4OsloMatrix::SetOffset ( G4int  )
inline

◆ SetSize()

void G4OsloMatrix::SetSize ( G4int  )
inline

The documentation for this class was generated from the following files: