Geant4
9.6.p02
|
#include <G4VisAttributes.hh>
Public Types | |
enum | LineStyle { unbroken, dashed, dotted } |
enum | ForcedDrawingStyle { wireframe, solid } |
Static Public Member Functions | |
static const G4VisAttributes & | GetInvisible () |
Static Public Attributes | |
static const G4VisAttributes | Invisible = G4VisAttributes (false) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4VisAttributes &a) |
Definition at line 65 of file G4VisAttributes.hh.
Enumerator | |
---|---|
wireframe | |
solid |
Definition at line 72 of file G4VisAttributes.hh.
Enumerator | |
---|---|
unbroken | |
dashed | |
dotted |
Definition at line 71 of file G4VisAttributes.hh.
G4VisAttributes::G4VisAttributes | ( | ) |
Definition at line 58 of file G4VisAttributes.cc.
G4VisAttributes::G4VisAttributes | ( | const G4VisAttributes & | va) |
Definition at line 37 of file G4VisAttributes.cc.
G4VisAttributes::G4VisAttributes | ( | G4bool | visibility) |
Definition at line 74 of file G4VisAttributes.cc.
Definition at line 90 of file G4VisAttributes.cc.
Definition at line 106 of file G4VisAttributes.cc.
G4VisAttributes::~G4VisAttributes | ( | ) |
Definition at line 123 of file G4VisAttributes.cc.
const std::vector< G4AttValue > * G4VisAttributes::CreateAttValues | ( | ) | const |
G4double G4VisAttributes::GetEndTime | ( | ) | const |
ForcedDrawingStyle G4VisAttributes::GetForcedDrawingStyle | ( | ) | const |
G4int G4VisAttributes::GetForcedLineSegmentsPerCircle | ( | ) | const |
|
static |
LineStyle G4VisAttributes::GetLineStyle | ( | ) | const |
G4double G4VisAttributes::GetLineWidth | ( | ) | const |
G4double G4VisAttributes::GetStartTime | ( | ) | const |
G4bool G4VisAttributes::IsDaughtersInvisible | ( | ) | const |
G4bool G4VisAttributes::IsForceAuxEdgeVisible | ( | ) | const |
G4bool G4VisAttributes::IsForceDrawingStyle | ( | ) | const |
G4bool G4VisAttributes::IsForceLineSegmentsPerCircle | ( | ) | const |
G4bool G4VisAttributes::IsVisible | ( | ) | const |
G4bool G4VisAttributes::operator!= | ( | const G4VisAttributes & | a) | const |
G4VisAttributes & G4VisAttributes::operator= | ( | const G4VisAttributes & | rhs) |
Definition at line 127 of file G4VisAttributes.cc.
G4bool G4VisAttributes::operator== | ( | const G4VisAttributes & | a) | const |
void G4VisAttributes::SetAttValues | ( | const std::vector< G4AttValue > * | ) |
void G4VisAttributes::SetColour | ( | G4double | red, |
G4double | green, | ||
G4double | blue, | ||
G4double | alpha = 1. |
||
) |
|
friend |
Definition at line 170 of file G4VisAttributes.cc.
|
static |
Definition at line 82 of file G4VisAttributes.hh.