| 1208 | } |
| 1209 | |
| 1210 | G4double G4VSceneHandler::GetLineWidth(const G4VisAttributes* pVisAttribs) |
| 1211 | { |
| 1212 | G4double lineWidth = pVisAttribs->GetLineWidth(); |
| 1213 | if (lineWidth < 1.) lineWidth = 1.; |
| 1214 | lineWidth *= fpViewer -> GetViewParameters().GetGlobalLineWidthScale(); |
| 1215 | if (lineWidth < 1.) lineWidth = 1.; |
| 1216 | return lineWidth; |
| 1217 | } |
| 1218 | |
| 1219 | G4ViewParameters::DrawingStyle G4VSceneHandler::GetDrawingStyle |
| 1220 | (const G4VisAttributes* pVisAttribs) { |
no outgoing calls
no test coverage detected