g4display
Loading...
Searching...
No Matches
g4display Namespace Reference

Data Structures

struct  G4Camera
 
struct  G4Dawn
 
struct  G4SceneText
 
struct  G4View
 

Functions

G4View getG4View (const std::shared_ptr< GOptions > &gopts)
 
G4Camera getG4Camera (const std::shared_ptr< GOptions > &gopts)
 
G4Dawn getG4Dawn (const std::shared_ptr< GOptions > &gopts)
 
GOptions defineOptions ()
 
vector< G4SceneTextgetSceneTexts (const std::shared_ptr< GOptions > &gopts)
 
GOptions addSceneTextsOptions ()
 

Function Documentation

◆ addSceneTextsOptions()

GOptions g4display::addSceneTextsOptions ( )

Definition at line 34 of file g4Text.cc.

◆ defineOptions()

GOptions g4display::defineOptions ( )

Definition at line 63 of file g4display_options.cc.

◆ getG4Camera()

G4Camera g4display::getG4Camera ( const std::shared_ptr< GOptions > & gopts)

Definition at line 37 of file g4display_options.cc.

◆ getG4Dawn()

G4Dawn g4display::getG4Dawn ( const std::shared_ptr< GOptions > & gopts)

Definition at line 46 of file g4display_options.cc.

◆ getG4View()

G4View g4display::getG4View ( const std::shared_ptr< GOptions > & gopts)

Definition at line 25 of file g4display_options.cc.

◆ getSceneTexts()

std::vector< G4SceneText > g4display::getSceneTexts ( const std::shared_ptr< GOptions > & gopts)

Definition at line 11 of file g4Text.cc.