MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetForcedDrawingStyle

Method GetForcedDrawingStyle

source/graphics_reps/src/G4VisAttributes.cc:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

DescribeAndDescendMethod · 0.80
operator!=Method · 0.80
TouchableCommandsMethod · 0.80
GetDrawingStyleMethod · 0.80
ValidColourMethod · 0.80
UserSteppingActionMethod · 0.80
ValidColourMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected