Geant4  10.00.p02
G4FastVector< Type, N > Class Template Reference

#include <G4FastVector.hh>

Public Member Functions

 G4FastVector ()
 
 ~G4FastVector ()
 
Type * operator[] (G4int anIndex) const
 
void Initialize (G4int items)
 
void SetElement (G4int anIndex, Type *anElement)
 

Private Attributes

Type * theArray [N]
 
Type ** ptr
 

Detailed Description

template<class Type, G4int N>
class G4FastVector< Type, N >

Definition at line 43 of file G4FastVector.hh.

Constructor & Destructor Documentation

template<class Type, G4int N>
G4FastVector< Type, N >::G4FastVector ( )
inline
template<class Type, G4int N>
G4FastVector< Type, N >::~G4FastVector ( )
inline

Member Function Documentation

template<class Type, G4int N>
void G4FastVector< Type, N >::Initialize ( G4int  items)
inline

Definition at line 63 of file G4FastVector.hh.

References G4FastVector< Type, N >::ptr, and G4FastVector< Type, N >::theArray.

Referenced by G4RPGPiMinusInelastic::ApplyYourself(), G4RPGPiPlusInelastic::ApplyYourself(), G4RPGKMinusInelastic::ApplyYourself(), G4RPGNeutronInelastic::ApplyYourself(), G4RPGProtonInelastic::ApplyYourself(), G4RPGAntiProtonInelastic::ApplyYourself(), G4RPGAntiSigmaPlusInelastic::ApplyYourself(), G4RPGAntiLambdaInelastic::ApplyYourself(), G4RPGSigmaPlusInelastic::ApplyYourself(), G4RPGXiMinusInelastic::ApplyYourself(), G4RPGAntiXiMinusInelastic::ApplyYourself(), G4RPGOmegaMinusInelastic::ApplyYourself(), G4RPGAntiOmegaMinusInelastic::ApplyYourself(), G4RPGAntiSigmaMinusInelastic::ApplyYourself(), G4RPGAntiNeutronInelastic::ApplyYourself(), G4RPGKPlusInelastic::ApplyYourself(), G4RPGKZeroInelastic::ApplyYourself(), G4RPGLambdaInelastic::ApplyYourself(), G4RPGAntiXiZeroInelastic::ApplyYourself(), G4RPGSigmaMinusInelastic::ApplyYourself(), G4RPGXiZeroInelastic::ApplyYourself(), G4RPGAntiKZeroInelastic::ApplyYourself(), G4RPGInelastic::CalculateMomenta(), G4RPGAntiSigmaPlusInelastic::Cascade(), G4RPGXiMinusInelastic::Cascade(), G4RPGAntiXiMinusInelastic::Cascade(), G4RPGAntiSigmaMinusInelastic::Cascade(), G4RPGAntiXiZeroInelastic::Cascade(), G4RPGXiZeroInelastic::Cascade(), G4ReactionDynamics::GenerateXandPt(), G4RPGReaction::NuclearReaction(), G4ReactionDynamics::NuclearReaction(), G4RPGTwoCluster::ReactionStage(), G4RPGNeutronInelastic::SlowNeutron(), G4RPGProtonInelastic::SlowProton(), and G4ReactionDynamics::TwoCluster().

+ Here is the caller graph for this function:

template<class Type, G4int N>
Type* G4FastVector< Type, N >::operator[] ( G4int  anIndex) const
inline

Definition at line 57 of file G4FastVector.hh.

References G4FastVector< Type, N >::ptr.

template<class Type, G4int N>
void G4FastVector< Type, N >::SetElement ( G4int  anIndex,
Type *  anElement 
)
inline

Member Data Documentation

template<class Type, G4int N>
Type* G4FastVector< Type, N >::theArray[N]
private

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