#include <G4VITStepModel.hh>
Public 멤버 함수 | |
G4VITStepModel (const G4String &aName="NoName") | |
virtual | ~G4VITStepModel () |
void | IsApplicable (G4ITType &type1, G4ITType &type2) |
virtual void | PrintInfo () |
virtual void | Initialize () |
void | SetTimeStepper (G4VITTimeStepComputer *timeStepper) |
void | SetReactionProcess (G4VITReactionProcess *reactionProcess) |
G4VITTimeStepComputer * | GetTimeStepper () |
const G4String & | GetName () |
G4VITReactionProcess * | GetReactionProcess () |
void | SetReactionTable (G4ITReactionTable *) |
const G4ITReactionTable * | GetReactionTable () |
Protected 멤버 함수 | |
G4VITStepModel (const G4VITStepModel &other) | |
G4VITStepModel & | operator= (const G4VITStepModel &other) |
Protected 속성 | |
G4String | fName |
G4VITTimeStepComputer * | fpTimeStepper |
G4VITReactionProcess * | fpReactionProcess |
const G4ITReactionTable * | fpReactionTable |
G4ITType | fType1 |
G4ITType | fType2 |
Define what to do before stepping and after stepping. The concrete implementation of G4VITModel defines the interaction between two G4IT types. The type might be just equal like : Molecule + Molecule, or different : Molecule + Atom.
G4VITStepModel.hh 파일의 62 번째 라인에서 정의되었습니다.
G4VITStepModel::G4VITStepModel | ( | const G4String & | aName = "NoName" | ) |
Default constructor
G4VITStepModel.cc 파일의 38 번째 라인에서 정의되었습니다.
다음을 참조함 : fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, fType2.
|
virtual |
Default destructor
G4VITStepModel.cc 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionProcess, fpTimeStepper.
|
protected |
Copy constructor
other | Object to copy from |
G4VITStepModel.cc 파일의 59 번째 라인에서 정의되었습니다.
다음을 참조함 : fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, fType2.
G4VITStepModel.hh 파일의 142 번째 라인에서 정의되었습니다.
다음을 참조함 : fName.
|
inline |
G4VITStepModel.hh 파일의 137 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionProcess.
다음에 의해서 참조됨 : G4ITModelHandler::RegisterModel().
|
inline |
G4VITStepModel.hh 파일의 117 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionTable.
|
inline |
G4VITStepModel.hh 파일의 132 번째 라인에서 정의되었습니다.
다음을 참조함 : fpTimeStepper.
다음에 의해서 참조됨 : G4ITModelProcessor::ExtractTimeStepperData(), G4ITModelProcessor::InitializeStepper(), G4ITModelHandler::RegisterModel().
|
virtual |
G4DNAMolecularStepByStepModel에서 재구현되었습니다.
G4VITStepModel.cc 파일의 95 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionProcess, fpReactionTable, fpTimeStepper, G4VITTimeStepComputer::Initialize(), G4VITReactionProcess::Initialize(), G4VITTimeStepComputer::SetReactionTable(), G4VITReactionProcess::SetReactionTable().
다음에 의해서 참조됨 : G4ITModelManager::Initialize(), G4DNAMolecularStepByStepModel::Initialize().
G4VITStepModel.cc 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : fType1, fType2, PrintInfo().
다음에 의해서 참조됨 : G4ITModelHandler::RegisterModel().
|
protected |
Assignment operator
other | Object to assign from |
G4VITStepModel.cc 파일의 71 번째 라인에서 정의되었습니다.
다음을 참조함 : fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, fType2.
|
inlinevirtual |
G4DNAMolecularStepByStepModel에서 재구현되었습니다.
G4VITStepModel.hh 파일의 74 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsApplicable().
|
inline |
G4VITStepModel.hh 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionProcess.
|
inline |
G4VITStepModel.hh 파일의 112 번째 라인에서 정의되었습니다.
다음을 참조함 : fpReactionTable.
다음에 의해서 참조됨 : G4DNAMolecularStepByStepModel::Initialize().
|
inline |
G4VITStepModel.hh 파일의 122 번째 라인에서 정의되었습니다.
다음을 참조함 : fpTimeStepper.
|
protected |
G4VITStepModel.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VITStepModel(), GetName(), operator=().
|
protected |
|
protected |
G4VITStepModel.hh 파일의 95 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), GetReactionTable(), Initialize(), G4DNAMolecularStepByStepModel::Initialize(), operator=(), SetReactionTable().
|
protected |
|
protected |
G4VITStepModel.hh 파일의 97 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), IsApplicable(), operator=().
|
protected |
G4VITStepModel.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), IsApplicable(), operator=().