61 fPoint->SetNode(
nullptr);
71 fpPreviousIT(nullptr),
77 fpTrackNode =
nullptr;
86 fpPreviousIT(nullptr),
92 fpTrackNode =
nullptr;
102 <<
"The assignment operator of G4IT should not be used, "
103 "this feature is not supported."
104 <<
"If really needed, please contact the developers.";
108 exceptionDescription);
110 if (
this == &right)
return *
this;
114 fpPreviousIT =
nullptr;
119 fpTrackingInformation =
nullptr;
120 fpTrackNode =
nullptr;
134 fpTrackNode =
nullptr;
151 fpTrackNode =
nullptr;
165 if(fpTrackingInformation)
167 delete fpTrackingInformation;
168 fpTrackingInformation =
nullptr;
185 return (this->
diff(right));
198 return this->
equal(right);
virtual G4bool equal(const G4IT &right) const =0
std::ostringstream G4ExceptionDescription
CLHEP::Hep3Vector G4ThreeVector
const G4ThreeVector & GetPreStepPosition() const
const G4ThreeVector & GetPosition() const
void RecordCurrentPositionNTime()
G4bool operator<(const G4IT &right) const
G4VUserTrackInformation * GetUserInformation() const
G4IT * GetIT(const G4Track *track)
G4bool operator==(const G4IT &right) const
void InactiveNode(G4KDNode_Base *)
G4IT & operator=(const G4IT &)
G4double GetPreStepLocalTime() const
virtual G4bool diff(const G4IT &right) const =0
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
double operator[](int i) const
virtual const G4ITType GetITType() const =0
G4double GetPreStepGlobalTime() const
const G4ThreeVector & GetPosition() const
G4bool operator!=(const G4IT &right) const