Go to the source code of this file.
◆ operator<<()
Definition at line 176 of file G4VisAttributes.cc.
178 os <<
"G4VisAttributes: ";
180 os <<
"visible, daughters ";
182 os <<
"visible, colour: " << a.
fColour;
183 os <<
"\n linestyle: ";
186 os <<
"solid";
break;
188 os <<
"dashed";
break;
190 default: os <<
"unrecognised";
break;
194 os <<
"\n drawing style: ";
199 os <<
"wireframe";
break;
201 os <<
"solid";
break;
202 default: os <<
"unrecognised";
break;
208 os <<
", auxiliary edge visibility: ";
213 os <<
"\n line segments per circle: ";
220 os <<
"\n G4AttValue pointer is ";
225 os <<
", G4AttDef pointer is ";
const std::map< G4String, G4AttDef > * fAttDefs
ForcedDrawingStyle fForcedStyle
static G4int GetMinLineSegmentsPerCircle()
const std::vector< G4AttValue > * fAttValues
G4bool fDaughtersInvisible
G4bool fForceAuxEdgeVisible
G4bool fForceDrawingStyle
G4int fForcedLineSegmentsPerCircle