Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
G4ArrayOps.hh File Reference
#include <vector>
#include "globals.hh"

Go to the source code of this file.

Namespaces

 G4ArrayOps
 

Functions

template<class T >
void G4ArrayOps::Set (G4int Elements, T *To, T Value)
 
template<class T >
void G4ArrayOps::Copy (G4int Elements, T *To, T *From)
 
template<class T >
void G4ArrayOps::Add (G4int Elements, T *To, T *A1, T *A2=NULL)
 
template<class T >
void G4ArrayOps::Add (G4int Elements, T *To, T A1, T *A2=NULL)
 
template<class T >
void G4ArrayOps::Subtract (G4int Elements, T *To, T *Minuend, T *Subtrahend=NULL)
 
template<class T >
void G4ArrayOps::Multiply (G4int Elements, T *To, T *M1, T *M2=NULL)
 
template<class T >
void G4ArrayOps::Multiply (G4int Elements, T *To, T M1, T *M2=NULL)
 
template<class T >
void G4ArrayOps::Divide (G4int Elements, T *To, T *Numerator, T *Denominator=NULL)
 
template<class T >
void G4ArrayOps::Divide (G4int Elements, T *To, T Numerator, T *Denominator=NULL)
 
template<class T >
void G4ArrayOps::DeleteVectorOfPointers (std::vector< T > &Vector)