![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/modeling/include/G4ModelingParameters.hh>
Collaboration diagram for G4ModelingParameters::VisAttributesModifier:Public Member Functions | |
| VisAttributesModifier (const G4VisAttributes &visAtts, VisAttributesSignifier signifier, const PVNameCopyNoPath &path) | |
| const G4VisAttributes & | GetVisAttributes () const |
| VisAttributesSignifier | GetVisAttributesSignifier () const |
| const PVNameCopyNoPath & | GetPVNameCopyNoPath () const |
| void | SetVisAttributes (const G4VisAttributes &visAtts) |
| void | SetVisAttributesSignifier (VisAttributesSignifier signifier) |
| void | SetPVNameCopyNoPath (const PVNameCopyNoPath &PVNameCopyNoPath) |
| G4bool | operator!= (const VisAttributesModifier &) const |
| G4bool | operator== (const VisAttributesModifier &rhs) const |
Private Attributes | |
| G4VisAttributes | fVisAtts |
| VisAttributesSignifier | fSignifier |
| PVNameCopyNoPath | fPVNameCopyNoPath |
Definition at line 114 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 114 of file G4ModelingParameters.hh
|
inline |
Definition at line 117 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 117 of file G4ModelingParameters.hh
|
inline |
Definition at line 125 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 125 of file G4ModelingParameters.hh
References fPVNameCopyNoPath.
Referenced by G4ViewParameters::AddVisAttributesModifier().
Here is the caller graph for this function:
|
inline |
Definition at line 121 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 121 of file G4ModelingParameters.hh
References fVisAtts.
Referenced by G4ViewParameters::AddVisAttributesModifier().
Here is the caller graph for this function:
|
inline |
Definition at line 123 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 123 of file G4ModelingParameters.hh
References fSignifier.
Referenced by G4ViewParameters::AddVisAttributesModifier().
Here is the caller graph for this function:| G4bool G4ModelingParameters::VisAttributesModifier::operator!= | ( | const VisAttributesModifier & | rhs | ) | const |
Definition at line 280 of file G4ModelingParameters.cc.
View newest version in sPHENIX GitHub at line 280 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==().
Here is the caller graph for this function:
|
inline |
Definition at line 134 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 134 of file G4ModelingParameters.hh
References operator!=().
Here is the call graph for this function:
|
inline |
Definition at line 131 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 131 of file G4ModelingParameters.hh
References fPVNameCopyNoPath.
|
inline |
Definition at line 127 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 127 of file G4ModelingParameters.hh
References fVisAtts.
|
inline |
Definition at line 129 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 129 of file G4ModelingParameters.hh
References fSignifier.
|
private |
Definition at line 139 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 139 of file G4ModelingParameters.hh
Referenced by GetPVNameCopyNoPath(), and SetPVNameCopyNoPath().
|
private |
Definition at line 138 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 138 of file G4ModelingParameters.hh
Referenced by GetVisAttributesSignifier(), and SetVisAttributesSignifier().
|
private |
Definition at line 137 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 137 of file G4ModelingParameters.hh
Referenced by GetVisAttributes(), and SetVisAttributes().