Go to the source code of this file.
Definition at line 215 of file G4VisAttributes.cc.
217 os <<
"G4VisAttributes: ";
218 if (!a.fVisible) os <<
"in";
219 os <<
"visible, daughters ";
220 if (a.fDaughtersInvisible) os <<
"in";
221 os <<
"visible, colour: " << a.fColour;
222 os <<
"\n linestyle: ";
223 switch (a.fLineStyle) {
225 os <<
"solid";
break;
227 os <<
"dashed";
break;
229 default: os <<
"unrecognised";
break;
231 os <<
", line width: " << a.fLineWidth;
233 os <<
"\n drawing style: ";
234 if (a.fForceDrawingStyle) {
236 switch (a.fForcedStyle) {
238 os <<
"wireframe";
break;
240 os <<
"solid";
break;
241 default: os <<
"unrecognised";
break;
247 os <<
", auxiliary edge visibility: ";
248 if (a.fForceAuxEdgeVisible) {
250 if (!a.fForcedAuxEdgeVisible) {
257 os <<
"\n line segments per circle: ";
258 if (a.fForcedLineSegmentsPerCircle > 0) {
259 os <<
"forced to " << a.fForcedLineSegmentsPerCircle;
263 os <<
"\n time range: (" << a.fStartTime <<
',' << a.fEndTime <<
')';
264 os <<
"\n G4AttValue pointer is ";
269 os <<
", G4AttDef pointer is ";
static G4int GetMinLineSegmentsPerCircle()