Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 함수
G4ArrayOps.hh 파일 참조
#include <vector>
#include "globals.hh"

이 파일의 소스 코드 페이지로 가기

네임스페이스

 G4ArrayOps
 

함수

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)