Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -120,10 +120,19 @@ class G4VisExecutive: public G4VisManager {
|
||||
|
||||
public: // With description
|
||||
|
||||
G4VisExecutive (const G4String& verbosityString = "warnings");
|
||||
G4VisExecutive(const G4String& verbosityString = "warnings");
|
||||
G4VisExecutive(int argc, char** argv, const G4String& system = "",
|
||||
const G4String& verbosityString = "warnings");
|
||||
|
||||
private:
|
||||
|
||||
void SetDefaultsByArgument(const G4String& system);
|
||||
void SetDefaultsByEnvironment();
|
||||
void SetDefaultsByFile(int argc, char** argv);
|
||||
void SetDefaultsByBatch();
|
||||
void SetDefaultsByBuildFlags();
|
||||
G4bool fSelected;
|
||||
|
||||
void RegisterGraphicsSystems();
|
||||
void RegisterModelFactories();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user