| 182 | } |
| 183 | |
| 184 | G4VisAttributes::ForcedDrawingStyle |
| 185 | G4VisAttributes::GetForcedDrawingStyle () const { |
| 186 | if (fForceDrawingStyle) return fForcedStyle; |
| 187 | return G4VisAttributes::wireframe; |
| 188 | } |
| 189 | |
| 190 | G4bool G4VisAttributes::IsForcedAuxEdgeVisible () const { |
| 191 | if (fForceAuxEdgeVisible) return fForcedAuxEdgeVisible; |
no outgoing calls
no test coverage detected