Geant4-11
|
#include <G4ModelingParameters.hh>
Public Member Functions | |
const PVNameCopyNoPath & | GetPVNameCopyNoPath () const |
const G4VisAttributes & | GetVisAttributes () const |
VisAttributesSignifier | GetVisAttributesSignifier () const |
G4bool | operator!= (const VisAttributesModifier &) const |
G4bool | operator== (const VisAttributesModifier &rhs) const |
void | SetPVNameCopyNoPath (const PVNameCopyNoPath &PVNameCopyNoPath) |
void | SetVisAttributes (const G4VisAttributes &visAtts) |
void | SetVisAttributesSignifier (VisAttributesSignifier signifier) |
VisAttributesModifier (const G4VisAttributes &visAtts, VisAttributesSignifier signifier, const PVNameCopyNoPath &path) | |
Private Attributes | |
PVNameCopyNoPath | fPVNameCopyNoPath |
VisAttributesSignifier | fSignifier |
G4VisAttributes | fVisAtts |
Definition at line 114 of file G4ModelingParameters.hh.
|
inline |
Definition at line 116 of file G4ModelingParameters.hh.
|
inline |
Definition at line 125 of file G4ModelingParameters.hh.
References fPVNameCopyNoPath.
Referenced by G4ViewParameters::AddVisAttributesModifier().
|
inline |
Definition at line 121 of file G4ModelingParameters.hh.
References fVisAtts.
Referenced by G4ViewParameters::AddVisAttributesModifier().
|
inline |
Definition at line 123 of file G4ModelingParameters.hh.
References fSignifier.
Referenced by G4ViewParameters::AddVisAttributesModifier().
G4bool G4ModelingParameters::VisAttributesModifier::operator!= | ( | const VisAttributesModifier & | rhs | ) | const |
Definition at line 300 of file G4ModelingParameters.cc.
References G4ModelingParameters::VASColour, G4ModelingParameters::VASDaughtersInvisible, G4ModelingParameters::VASForceAuxEdgeVisible, G4ModelingParameters::VASForceCloud, G4ModelingParameters::VASForceLineSegmentsPerCircle, G4ModelingParameters::VASForceNumberOfCloudPoints, G4ModelingParameters::VASForceSolid, G4ModelingParameters::VASForceWireframe, G4ModelingParameters::VASLineStyle, G4ModelingParameters::VASLineWidth, and G4ModelingParameters::VASVisibility.
Referenced by operator==().
|
inline |
Definition at line 134 of file G4ModelingParameters.hh.
References operator!=().
|
inline |
Definition at line 131 of file G4ModelingParameters.hh.
References fPVNameCopyNoPath.
|
inline |
Definition at line 127 of file G4ModelingParameters.hh.
References fVisAtts.
|
inline |
Definition at line 129 of file G4ModelingParameters.hh.
References fSignifier.
|
private |
Definition at line 139 of file G4ModelingParameters.hh.
Referenced by GetPVNameCopyNoPath(), and SetPVNameCopyNoPath().
|
private |
Definition at line 138 of file G4ModelingParameters.hh.
Referenced by GetVisAttributesSignifier(), and SetVisAttributesSignifier().
|
private |
Definition at line 137 of file G4ModelingParameters.hh.
Referenced by GetVisAttributes(), and SetVisAttributes().