g4display
Loading...
Searching...
No Matches
g4display::G4View Struct Reference

Viewer configuration derived from the g4view option node. More...

#include <g4display_options.h>

Data Fields

std::string driver
 
std::string dimension
 
std::string position
 
int segsPerCircle
 

Detailed Description

Fields map directly to a /vis/open command:

  • driver : visualization driver name
  • dimension : window size string (e.g. "800x800")
  • position : window position string (e.g. "+200+100")
  • segsPerCircle : circle segmentation precision for curved primitives

Definition at line 34 of file g4display_options.h.

Field Documentation

◆ dimension

std::string g4display::G4View::dimension

Definition at line 37 of file g4display_options.h.

◆ driver

std::string g4display::G4View::driver

Definition at line 36 of file g4display_options.h.

◆ position

std::string g4display::G4View::position

Definition at line 38 of file g4display_options.h.

◆ segsPerCircle

int g4display::G4View::segsPerCircle

Definition at line 39 of file g4display_options.h.


The documentation for this struct was generated from the following file: