| 99 | } |
| 100 | |
| 101 | G4String G4VisCommandViewerAddCutawayPlane::GetCurrentValue (G4UIcommand*) { |
| 102 | return ""; |
| 103 | } |
| 104 | |
| 105 | void G4VisCommandViewerAddCutawayPlane::SetNewValue (G4UIcommand*, G4String newValue) { |
| 106 |
nothing calls this directly
no test coverage detected