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

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

클래스

struct  G4ITType
 
class  G4ITTypeManager
 

매크로

#define ITDef(T)
 
#define ITImp(T)   G4ITType T::fType = G4ITTypeManager::Instance()->NewType();
 

함수

G4ITType operator+ (const G4ITType &left, const int &right)
 
G4ITType operator- (const G4ITType &left, const int &right)
 

매크로 문서화

#define ITDef (   T)
값:
public:\
static G4ITType fType;\
static const G4ITType ITType()\
{\
return fType;\
}\
const G4ITType GetITType() const\
{\
return fType;\
}\
virtual G4bool equal(const G4IT &right) const \
{\
const T& right_mol = (const T&)right ;\
return (this->operator==(right_mol));\
}\
virtual G4bool diff(const G4IT &right) const\
{\
const T& right_mol = (const T&)right ;\
return (this->operator<(right_mol));\
}
bool G4bool
Definition: G4Types.hh:79
const G4ThreeVector const G4double const
Definition: G4IT.hh:88

G4ITType.hh 파일의 114 번째 라인에서 정의되었습니다.

#define ITImp (   T)    G4ITType T::fType = G4ITTypeManager::Instance()->NewType();

G4ITType.hh 파일의 136 번째 라인에서 정의되었습니다.

함수 문서화

G4ITType operator+ ( const G4ITType left,
const int right 
)
inline

G4ITType.hh 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : G4ITType::fValue.

G4ITType operator- ( const G4ITType left,
const int right 
)
inline

G4ITType.hh 파일의 88 번째 라인에서 정의되었습니다.

다음을 참조함 : G4ITType::fValue.