| 100 | inline G4bool IsOmittable() const { return omittable; } |
| 101 | |
| 102 | inline void SetCurrentAsDefault(G4bool val) { currentAsDefaultFlag = val; } |
| 103 | inline G4bool GetCurrentAsDefault() const { return currentAsDefaultFlag; } |
| 104 | |
| 105 | // Obsolete methods |
no outgoing calls
no test coverage detected