MCPcopy 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
67G4bool G4VModel::Validate (G4bool) {
68 return true;
69}
70
71std::ostream& operator << (std::ostream& os, const G4VModel& model) {
72 os << model.fGlobalDescription;

Callers 3

GeometryHasChangedMethod · 0.45
SetNewValueMethod · 0.45
CalculateExtentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected