ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/management/include/G4VisCommandsGeometrySet.hh>
Public Member Functions | |
G4VisCommandGeometrySetVisibility () | |
virtual | ~G4VisCommandGeometrySetVisibility () |
G4String | GetCurrentValue (G4UIcommand *command) |
void | SetNewValue (G4UIcommand *command, G4String newValue) |
void | SetNewValueOnLV (G4LogicalVolume *pLV, G4int, G4bool) |
Private Member Functions | |
G4VisCommandGeometrySetVisibility (const G4VisCommandGeometrySetVisibility &) | |
G4VisCommandGeometrySetVisibility & | operator= (const G4VisCommandGeometrySetVisibility &) |
Private Attributes | |
G4UIcommand * | fpCommand |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VVisCommand | |
static void | SetVisManager (G4VisManager *pVisManager) |
static const G4Colour & | GetCurrentTextColour () |
Protected Types inherited from G4VVisCommandGeometry | |
typedef std::map < G4LogicalVolume *, const G4VisAttributes * > ::const_iterator | VisAttsMapIterator |
Protected Member Functions inherited from G4VVisCommandGeometrySet | |
void | Set (G4String logVolName, const G4VVisCommandGeometrySetFunction &, G4int requestedDepth) |
void | SetLVVisAtts (G4LogicalVolume *, const G4VVisCommandGeometrySetFunction &, G4int depth, G4int requestedDepth) |
Static Protected Member Functions inherited from G4VVisCommand | |
static G4String | ConvertToString (G4double x, G4double y, const char *unitName) |
static G4bool | ConvertToDoublePair (const G4String ¶mString, G4double &xval, G4double &yval) |
Protected Attributes inherited from G4UImessenger | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
G4bool | commandsShouldBeInMaster |
Static Protected Attributes inherited from G4VVisCommandGeometry | |
static std::map < G4LogicalVolume *, const G4VisAttributes * > | fVisAttsMap |
Definition at line 295 of file G4VisCommandsGeometrySet.hh.
View newest version in sPHENIX GitHub at line 295 of file G4VisCommandsGeometrySet.hh
G4VisCommandGeometrySetVisibility::G4VisCommandGeometrySetVisibility | ( | ) |
Definition at line 543 of file G4VisCommandsGeometrySet.cc.
View newest version in sPHENIX GitHub at line 543 of file G4VisCommandsGeometrySet.cc
References fpCommand, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), and G4UIcommand::SetParameter().
|
virtual |
Definition at line 565 of file G4VisCommandsGeometrySet.cc.
View newest version in sPHENIX GitHub at line 565 of file G4VisCommandsGeometrySet.cc
References fpCommand.
|
private |
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 570 of file G4VisCommandsGeometrySet.cc.
View newest version in sPHENIX GitHub at line 570 of file G4VisCommandsGeometrySet.cc
|
private |
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 576 of file G4VisCommandsGeometrySet.cc.
View newest version in sPHENIX GitHub at line 576 of file G4VisCommandsGeometrySet.cc
References G4UIcommand::ConvertToBool(), G4cout, G4endl, G4VViewer::GetViewParameters(), G4ViewParameters::IsCulling(), G4ViewParameters::IsCullingInvisible(), G4ArrayOps::Set(), visibility(), and G4VisManager::warnings.
void G4VisCommandGeometrySetVisibility::SetNewValueOnLV | ( | G4LogicalVolume * | pLV, |
G4int | requestedDepth, | ||
G4bool | visibility | ||
) |
Definition at line 604 of file G4VisCommandsGeometrySet.cc.
View newest version in sPHENIX GitHub at line 604 of file G4VisCommandsGeometrySet.cc
References G4UImanager::ApplyCommand(), G4cout, G4endl, G4UImanager::GetUIpointer(), G4VViewer::GetViewParameters(), G4ViewParameters::IsCulling(), G4ViewParameters::IsCullingInvisible(), and G4VisManager::warnings.
|
private |
Definition at line 305 of file G4VisCommandsGeometrySet.hh.
View newest version in sPHENIX GitHub at line 305 of file G4VisCommandsGeometrySet.hh
Referenced by G4VisCommandGeometrySetVisibility(), and ~G4VisCommandGeometrySetVisibility().