Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geant4/geant4
/ Validate
Method
Validate
source/visualization/modeling/src/G4VModel.cc:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
G4bool G4VModel::Validate (G4bool) {
68
return true;
69
}
70
71
std::ostream& operator << (std::ostream& os, const G4VModel& model) {
72
os << model.fGlobalDescription;
Callers
3
GeometryHasChanged
Method · 0.45
SetNewValue
Method · 0.45
CalculateExtent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected