Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OpenGLXViewer Class Reference

#include <G4OpenGLXViewer.hh>

+ Inheritance diagram for G4OpenGLXViewer:

Public Member Functions

 G4OpenGLXViewer (G4OpenGLSceneHandler &scene)
 
virtual ~G4OpenGLXViewer ()
 
void SetView ()
 
void ShowView ()
 
void DrawText (const G4Text &)
 
- Public Member Functions inherited from G4OpenGLViewer
void ClearView ()
 
void ClearViewWithoutFlush ()
 
virtual bool exportImage (std::string name="", int width=-1, int height=-1)
 
bool setExportImageFormat (std::string format, bool quiet=false)
 
- Public Member Functions inherited from G4VViewer
 G4VViewer (G4VSceneHandler &, G4int id, const G4String &name="")
 
virtual ~G4VViewer ()
 
virtual void Initialise ()
 
virtual void ResetView ()
 
virtual void SetView ()=0
 
virtual void ClearView ()=0
 
virtual void DrawView ()=0
 
void RefreshView ()
 
virtual void ShowView ()
 
virtual void FinishView ()
 
std::vector< G4ThreeVectorComputeFlyThrough (G4Vector3D *)
 
const G4StringGetName () const
 
const G4StringGetShortName () const
 
void SetName (const G4String &)
 
G4int GetViewId () const
 
G4VSceneHandlerGetSceneHandler () const
 
const G4ViewParametersGetViewParameters () const
 
const G4ViewParametersGetDefaultViewParameters () const
 
G4double GetKernelVisitElapsedTimeSeconds () const
 
virtual const std::vector< G4ModelingParameters::VisAttributesModifier > * GetPrivateVisAttributesModifiers () const
 
void SetViewParameters (const G4ViewParameters &vp)
 
void SetDefaultViewParameters (const G4ViewParameters &vp)
 
const G4VisAttributesGetApplicableVisAttributes (const G4VisAttributes *) const
 
void SetNeedKernelVisit (G4bool need)
 
void NeedKernelVisit ()
 
void ProcessView ()
 

Protected Member Functions

void GetXConnection ()
 
void CreateGLXContext (XVisualInfo *vi)
 
virtual void CreateMainWindow ()
 
virtual void CreateFontLists ()
 
- Protected Member Functions inherited from G4OpenGLViewer
 G4OpenGLViewer (G4OpenGLSceneHandler &scene)
 
virtual ~G4OpenGLViewer ()
 
void SetView ()
 
void ResetView ()
 
virtual void DrawText (const G4Text &)
 
void ChangePointSize (G4double size)
 
void ChangeLineWidth (G4double width)
 
void HaloingFirstPass ()
 
void HaloingSecondPass ()
 
void HLRFirstPass ()
 
void HLRSecondPass ()
 
void HLRThirdPass ()
 
void InitializeGLView ()
 
void ResizeGLView ()
 
void ResizeWindow (unsigned int, unsigned int)
 
virtual G4String Pick (GLdouble x, GLdouble y)
 
const std::vector< G4OpenGLViewerPickMap * > & GetPickDetails (GLdouble x, GLdouble y)
 
virtual void CreateFontLists ()
 
void rotateScene (G4double dx, G4double dy)
 
void rotateSceneToggle (G4double dx, G4double dy)
 
void setExportSize (G4int, G4int)
 
bool setExportFilename (G4String name, G4bool inc=true)
 
std::string getRealPrintFilename ()
 
unsigned int getWinWidth () const
 
unsigned int getWinHeight () const
 
G4bool sizeHasChanged ()
 
GLdouble getSceneNearWidth ()
 
GLdouble getSceneFarWidth ()
 
GLdouble getSceneDepth ()
 
void addExportImageFormat (std::string format)
 
G4bool isGl2psWriting ()
 
G4bool isFramebufferReady ()
 
void g4GluPickMatrix (GLdouble x, GLdouble y, GLdouble width, GLdouble height, GLint viewport[4])
 
void g4GluLookAt (GLdouble eyex, GLdouble eyey, GLdouble eyez, GLdouble centerx, GLdouble centery, GLdouble centerz, GLdouble upx, GLdouble upy, GLdouble upz)
 
void g4GlOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near, GLdouble far)
 
void g4GlFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near, GLdouble far)
 
- Protected Member Functions inherited from G4VViewer
void SetTouchable (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath)
 
void TouchableSetVisibility (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath, G4bool visibility)
 
void TouchableSetColour (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath, const G4Colour &)
 

Protected Attributes

XWindowAttributes xwa
 
Display * dpy
 
XVisualInfo * vi_immediate
 
XVisualInfo * vi_stored
 
XVisualInfo * vi
 
Colormap cmap
 
XSetWindowAttributes swa
 
GLXDrawable win
 
GLXContext cxMaster
 
XEvent event
 
G4intattributeList
 
G4int errorBase
 
G4int eventBase
 
G4int major
 
G4int minor
 
XSizeHints * norm_hints
 
XWMHints * wm_hints
 
XClassHint * class_hints
 
Pixmap icon_pixmap
 
XSizeHints * size_hints
 
Atom Xatom
 
XTextProperty windowName
 
XTextProperty iconName
 
char charViewName [100]
 
- Protected Attributes inherited from G4OpenGLViewer
G4bool fPrintColour
 
G4bool fVectoredPs
 
G4OpenGLSceneHandlerfOpenGLSceneHandler
 
G4Colour background
 
G4bool transparency_enabled
 
G4bool antialiasing_enabled
 
G4bool haloing_enabled
 
G4gl2psfGL2PSAction
 
G4double fRot_sens
 
G4double fPan_sens
 
unsigned int fWinSize_x
 
unsigned int fWinSize_y
 
std::vector< std::string > fExportImageFormatVector
 
std::string fDefaultExportImageFormat
 
std::string fExportImageFormat
 
int fExportFilenameIndex
 
G4int fPrintSizeX
 
G4int fPrintSizeY
 
- Protected Attributes inherited from G4VViewer
G4VSceneHandlerfSceneHandler
 
G4int fViewId
 
G4String fName
 
G4String fShortName
 
G4ViewParameters fVP
 
G4ViewParameters fDefaultVP
 
G4double fKernelVisitElapsedTimeSeconds = 999.
 
G4bool fNeedKernelVisit
 

Static Protected Attributes

static int snglBuf_RGBA [12]
 
static int dblBuf_RGBA [13]
 
static XVisualInfo * vi_single_buffer = 0
 
static XVisualInfo * vi_double_buffer = 0
 

Friends

class G4OpenGLXViewerMessenger
 
class G4OpenGLXmViewer
 

Detailed Description

Definition at line 47 of file G4OpenGLXViewer.hh.

Constructor & Destructor Documentation

◆ G4OpenGLXViewer()

G4OpenGLXViewer::G4OpenGLXViewer ( G4OpenGLSceneHandler scene)

Definition at line 461 of file G4OpenGLXViewer.cc.

461 :
462G4VViewer (scene, -1),
463G4OpenGLViewer (scene),
464vi_immediate (0),
465vi_stored (0),
466vi (0),
467cmap (0)
468{
469 // To satisfy Coverity
470 xwa.visual = 0;
471 iconName.value = 0;
472 xwa.screen = 0;
473 windowName.value = 0;
474
476 if (fViewId < 0) return;
477
478 // Try for a visual suitable for OpenGLImmediate..
479 // first try for a single buffered RGB window
480 if (!vi_single_buffer) {
482 glXChooseVisual (dpy, XDefaultScreen (dpy), snglBuf_RGBA);
483 //G.Barrand : we should do a XFree(vi_single_buffer) at end;
484 }
485 if (!vi_double_buffer) {
487 glXChooseVisual (dpy, XDefaultScreen (dpy), dblBuf_RGBA);
488 //G.Barrand : we should do a XFree(vi_double_buffer) at end;
489 }
490
492 if (!vi_double_buffer) {
493 G4cout <<
494 "G4OpenGLXViewer::G4OpenGLXViewer: unable to get a double buffer visual."
495 "\n Working with a single buffer."
496 << G4endl;
497 }
498 } else {
499 if (!vi_single_buffer) {
500 G4cout <<
501 "G4OpenGLXViewer::G4OpenGLXViewer: unable to get a single buffer visual."
502 << G4endl;
503 }
504 if (!vi_double_buffer) {
505 G4cout <<
506 "G4OpenGLXViewer::G4OpenGLXViewer: unable to get a double buffer visual."
507 << G4endl;
508 }
509 }
510
511 if (vi_single_buffer) {
514 }
515
516 if (!vi_immediate){
517 // next try for a double buffered RGB, but Draw to top buffer
518 if (vi_double_buffer) {
521 }
522 }
523
524 // Now try for a visual suitable for OpenGLStored...
525 // Try for a double buffered RGB window
526 if (vi_double_buffer) {
529 }
530
531 if (!vi_immediate || !vi_stored) {
532 G4cout <<
533 "G4OpenGLXViewer::G4OpenGLXViewer: unable to get required visuals."
534 << G4endl;
535 fViewId = -1; // This flags an error.
536 }
537
538 // glClearColor (0., 0., 0., 0.);
539 // glClearDepth (1.);
540}
#define G4endl
Definition: G4ios.hh:57
G4GLOB_DLL std::ostream G4cout
XTextProperty windowName
static int snglBuf_RGBA[12]
XVisualInfo * vi
static int dblBuf_RGBA[13]
static XVisualInfo * vi_double_buffer
XTextProperty iconName
XWindowAttributes xwa
XVisualInfo * vi_stored
static XVisualInfo * vi_single_buffer
XVisualInfo * vi_immediate
G4int fViewId
Definition: G4VViewer.hh:217

◆ ~G4OpenGLXViewer()

G4OpenGLXViewer::~G4OpenGLXViewer ( )
virtual

Definition at line 542 of file G4OpenGLXViewer.cc.

542 {
543 if (fViewId >= 0) {
544 //Close a window from here
545 glXMakeCurrent (dpy, None, NULL);
546 glXDestroyContext (dpy, cxMaster);
547 if (win) XDestroyWindow (dpy, win); // ...if already deleted in
548 // sub-class G4OpenGLXmViewer.
549 // We should do a XFreeColormap(dpy,cmap); if cmap had been get with XCreateColormap.
550 XFlush (dpy);
551 }
552}
GLXContext cxMaster

Member Function Documentation

◆ CreateFontLists()

void G4OpenGLXViewer::CreateFontLists ( )
protectedvirtual

Reimplemented from G4OpenGLViewer.

Definition at line 356 of file G4OpenGLXViewer.cc.

357{
358 std::map<G4double,G4String> fonts; // G4VMarker screen size and font name.
359 fonts[10.] = "-adobe-courier-bold-r-normal--10-100-75-75-m-60-iso8859-1";
360 fonts[11.] = "-adobe-courier-bold-r-normal--11-80-100-100-m-60-iso8859-1";
361 fonts[12.] = "-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1";
362 fonts[13.] = "fixed";
363 fonts[14.] = "-adobe-courier-bold-r-normal--14-100-100-100-m-90-iso8859-1";
364 fonts[17.] = "-adobe-courier-bold-r-normal--17-120-100-100-m-100-iso8859-1";
365 fonts[18.] = "-adobe-courier-bold-r-normal--18-180-75-75-m-110-iso8859-1";
366 fonts[20.] = "-adobe-courier-bold-r-normal--20-140-100-100-m-110-iso8859-1";
367 fonts[24.] = "-adobe-courier-bold-r-normal--24-240-75-75-m-150-iso8859-1";
368 fonts[25.] = "-adobe-courier-bold-r-normal--25-180-100-100-m-150-iso8859-1";
369 fonts[34.] = "-adobe-courier-bold-r-normal--34-240-100-100-m-200-iso8859-1";
370 std::map<G4double,G4String>::const_iterator i;
371 for (i = fonts.begin(); i != fonts.end(); ++i) {
372 XFontStruct* font_info = XLoadQueryFont(dpy, i->second);
373 if (!font_info) {
374 G4cerr <<
375 "G4OpenGLXViewer::CreateFontLists XLoadQueryFont failed for font\n "
376 << i->second
377 << G4endl;
378 continue;
379 }
380 G4int font_base = glGenLists(256);
381 if (!font_base) {
382 G4cerr <<
383 "G4OpenGLXViewer::CreateFontLists out of display lists for fonts."
384 << G4endl;
385 continue;
386 }
387 G4int first = font_info->min_char_or_byte2;
388 G4int last = font_info->max_char_or_byte2;
389 glXUseXFont(font_info->fid, first, last-first+1, font_base + first);
390 G4int width = font_info->max_bounds.width;
392 (this, font_base, i->first, i->second, width);
393 }
394}
int G4int
Definition: G4Types.hh:85
G4GLOB_DLL std::ostream G4cerr
static void AddFontBase(G4VViewer *, G4int fontBase, G4double size, const G4String &fontName, G4int width)

Referenced by G4OpenGLImmediateXViewer::Initialise(), and G4OpenGLStoredXViewer::Initialise().

◆ CreateGLXContext()

void G4OpenGLXViewer::CreateGLXContext ( XVisualInfo *  vi)
protected

Definition at line 172 of file G4OpenGLXViewer.cc.

172 {
173
174 vi = v;
175// get window's attributes
176 if (!XGetWindowAttributes(dpy, XRootWindow (dpy, vi -> screen), &xwa)) {
177 fViewId = -1; // This flags an error.
178 G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer couldn't return window attributes"
179 << G4endl;
180 return;
181 }
182
183// create the master GLX context
184 cxMaster = glXCreateContext (dpy, vi, 0, true);
185 if (!cxMaster) {
186 fViewId = -1; // This flags an error.
187 G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer couldn't create context."
188 << G4endl;
189 return;
190 }
191
192// New stab at getting a colormap
193
194 Status status;
195 int i, numCmaps;
196
197 status = XmuLookupStandardColormap (dpy,
198 vi -> screen,
199 vi -> visualid,
200 vi -> depth,
201 XA_RGB_BEST_MAP,
202 False,
203 True);
204
205 if (status == 1) {
206 cmap = 0;
207 XStandardColormap* standardCmaps = XAllocStandardColormap ();
208 status = XGetRGBColormaps (dpy,
209 XRootWindow (dpy, vi -> screen),
210 &standardCmaps,
211 &numCmaps,
212 XA_RGB_BEST_MAP);
213 if (status == 1) {
214 for (i = 0; i < numCmaps; i++) {
215 if (standardCmaps[i].visualid == vi -> visualid) {
216 cmap = standardCmaps[i].colormap;
217 break;
218 }
219 }
220 }
221 XFree (standardCmaps);
222 if(cmap) {
224 G4cout << "Got standard cmap" << G4endl;
225 } else {
226 //if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
227 // G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer failed to allocate a standard colormap."
228 // << G4endl;
229 cmap = XCreateColormap (dpy,
230 XRootWindow(dpy, vi -> screen),
231 vi -> visual,
232 AllocNone);
233 if(cmap) {
235 G4cout << "Created own cmap" << G4endl;
236 }
237 //G.Barrand : at end, we should do a XFreeColormap(dpy,cmap) when cmap is no more used.
238 }
239 } else {
240 cmap = XCreateColormap (dpy,
241 XRootWindow(dpy, vi -> screen),
242 vi -> visual,
243 AllocNone);
244 if(cmap) {
246 G4cout << "Created own cmap" << G4endl;
247 }
248 //G.Barrand : at end, we should do a XFreeColormap(dpy,cmap) when cmap is no more used.
249 }
250
251 if (!cmap) {
252 fViewId = -1; // This flags an error.
254 G4cout << "G4OpenGLXViewer::G4OpenGLXViewer failed to allocate a Colormap."
255 << G4endl;
256 return;
257 }
258
259}
static Verbosity GetVerbosity()

Referenced by G4OpenGLImmediateXmViewer::Initialise(), G4OpenGLImmediateXViewer::Initialise(), G4OpenGLStoredXmViewer::Initialise(), and G4OpenGLStoredXViewer::Initialise().

◆ CreateMainWindow()

void G4OpenGLXViewer::CreateMainWindow ( )
protectedvirtual

Reimplemented in G4OpenGLXmViewer.

Definition at line 261 of file G4OpenGLXViewer.cc.

261 {
262
263// create a window
264 swa.colormap = cmap;
265 swa.border_pixel = 0;
266 swa.event_mask = ExposureMask | ButtonPressMask | StructureNotifyMask;
267 swa.backing_store = WhenMapped;
268
269 // Window size and position...
270 size_hints = XAllocSizeHints();
271
273
274 G4int x_origin = fVP.GetWindowAbsoluteLocationHintX(DisplayWidth(dpy, vi -> screen));
275
276 // FIXME, screen size != window size on MAC, but I don't know have to get the menuBar
277 // size on MAC. L.Garnier 01/2009
278 G4int y_origin = fVP.GetWindowAbsoluteLocationHintY(DisplayHeight(dpy, vi -> screen));
279
280 size_hints->base_width = getWinWidth();
281 size_hints->base_height = getWinHeight();
282 size_hints->x = x_origin;
283 size_hints->y = y_origin;
285 size_hints->flags |= PSize | PPosition;
287 size_hints->flags |= PSize;
289 size_hints->flags |= PPosition;
290 }
292 G4cout << "Window name: " << fName << G4endl;
293 strncpy (charViewName, fName, 99); charViewName[99] = '\0';
294 char *window_name = charViewName;
295 char *icon_name = charViewName;
296 //char tmpatom[] = "XA_WM_NORMAL_HINTS";
297 wm_hints = XAllocWMHints();
298 class_hints = XAllocClassHint();
299
300 XStringListToTextProperty (&window_name, 1, &windowName);
301 XStringListToTextProperty (&icon_name, 1, &iconName);
302
303 wm_hints -> initial_state = NormalState;
304 wm_hints -> input = True;
306 wm_hints -> flags = StateHint | IconPixmapHint | InputHint;
307
308 class_hints -> res_name = NewString("G4OpenGL");
309 class_hints -> res_class = NewString("G4OpenGL");
310
311 win = XCreateWindow (dpy, XRootWindow (dpy, vi -> screen), x_origin,
312 y_origin, getWinWidth(), getWinHeight(), 0, vi -> depth,
313 InputOutput, vi -> visual,
314 CWBorderPixel | CWColormap |
315 CWEventMask | CWBackingStore,
316 &swa);
317
318 XSetWMProperties (dpy, win, &windowName, &iconName, 0, 0,
320
321// request X to Draw window on screen.
322 XMapWindow (dpy, win);
323
324// Wait for window to appear (wait for an "expose" event).
325 XIfEvent (dpy, &event, G4OpenGLXViewerWaitForNotify, (char*) win);
326
327// connect the context to a window
328 Bool success = glXMakeCurrent (dpy, win, cxMaster);
329 if (!success) {
330 fViewId = -1; // This flags an error.
331 G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer failed to attach a GLX context."
332 << G4endl;
333 GLint error = GL_NO_ERROR;
334 while ((error = glGetError()) != GL_NO_ERROR) {
335 switch (error) {
336 case GL_INVALID_ENUM :
337 G4cout << "GL Error: GL_INVALID_ENUM" << G4endl;break;
338 case GL_INVALID_VALUE :
339 G4cout << "GL Error: GL_INVALID_VALUE" << G4endl;break;
340 case GL_INVALID_OPERATION :
341 G4cout << "GL Error: GL_INVALID_OPERATION" << G4endl;break;
342 case GL_OUT_OF_MEMORY :
343 G4cout << "GL Error: GL_OUT_OF_MEMORY" << G4endl;break;
344 case GL_STACK_UNDERFLOW :
345 G4cout << "GL Error: GL_STACK_UNDERFLOW" << G4endl;break;
346 case GL_STACK_OVERFLOW :
347 G4cout << "GL Error: GL_STACK_OVERFLOW" << G4endl;break;
348 default :
349 G4cout << "GL Error: " << error << G4endl;break;
350 }
351 }
352 return;
353 }
354}
#define NewString(str)
unsigned int getWinHeight() const
void ResizeWindow(unsigned int, unsigned int)
unsigned int getWinWidth() const
XClassHint * class_hints
XSizeHints * size_hints
XSetWindowAttributes swa
XWMHints * wm_hints
char charViewName[100]
G4String fName
Definition: G4VViewer.hh:218
G4ViewParameters fVP
Definition: G4VViewer.hh:220
bool IsWindowLocationHintY() const
G4int GetWindowAbsoluteLocationHintY(G4int) const
bool IsWindowLocationHintX() const
unsigned int GetWindowSizeHintX() const
bool IsWindowSizeHintX() const
G4int GetWindowAbsoluteLocationHintX(G4int) const
unsigned int GetWindowSizeHintY() const

Referenced by G4OpenGLImmediateXViewer::Initialise(), and G4OpenGLStoredXViewer::Initialise().

◆ DrawText()

void G4OpenGLXViewer::DrawText ( const G4Text g4text)
virtual

Reimplemented from G4OpenGLViewer.

Definition at line 396 of file G4OpenGLXViewer.cc.

397{
398 if (isGl2psWriting()) {
399
401
402 } else {
403
405 G4double size = fSceneHandler.GetMarkerSize(g4text,sizeType);
406
407 const G4OpenGLFontBaseStore::FontInfo& fontInfo =
409 if (fontInfo.fFontBase < 0) {
410 static G4int callCount = 0;
411 ++callCount;
412 //if (callCount <= 10 || callCount%100 == 0) {
413 if (callCount <= 1) {
414 G4cout <<
415 "G4OpenGLXViewer::DrawText: No fonts available for \""
416 << fName <<
417 "\"\n Called with "
418 << g4text
419 << G4endl;
420 }
421 return;
422 }
423
424 const G4Colour& c = fSceneHandler.GetTextColour(g4text);
425 glColor4d(c.GetRed(),c.GetGreen(),c.GetBlue(),c.GetAlpha());
426
427 G4Point3D position = g4text.GetPosition();
428
429 G4String textString = g4text.GetText();
430 const char* textCString = textString.c_str();
431
432 // Set position for raster-style drawers (X, Xm)
433 glRasterPos3d(position.x(),position.y(),position.z());
434
435 glPushAttrib(GL_LIST_BIT);
436
437 // Calculate move for centre and right adjustment
438 G4double span = textString.size() * fontInfo.fWidth;
439 G4double xmove = 0., ymove = 0.;
440 switch (g4text.GetLayout()) {
441 case G4Text::left: break;
442 case G4Text::centre: xmove -= span / 2.; break;
443 case G4Text::right: xmove -= span;
444 }
445
446 //Add offsets
447 xmove += g4text.GetXOffset();
448 ymove += g4text.GetYOffset();
449
450 // Do move
451 glBitmap(0,0,0,0,xmove,ymove,0);
452
453 // Write characters
454 glListBase(fontInfo.fFontBase);
455 glCallLists((G4int)strlen(textCString),GL_UNSIGNED_BYTE,(GLubyte*)textCString);
456 glPopAttrib();
457 }
458}
double G4double
Definition: G4Types.hh:83
G4double GetBlue() const
Definition: G4Colour.hh:154
G4double GetAlpha() const
Definition: G4Colour.hh:155
G4double GetRed() const
Definition: G4Colour.hh:152
G4double GetGreen() const
Definition: G4Colour.hh:153
static const FontInfo & GetFontInfo(G4VViewer *, G4double size)
virtual void DrawText(const G4Text &)
G4bool isGl2psWriting()
Layout GetLayout() const
G4double GetYOffset() const
G4double GetXOffset() const
G4String GetText() const
@ centre
Definition: G4Text.hh:76
@ right
Definition: G4Text.hh:76
@ left
Definition: G4Text.hh:76
G4Point3D GetPosition() const
const G4Colour & GetTextColour(const G4Text &)
G4double GetMarkerSize(const G4VMarker &, MarkerSizeType &)
G4VSceneHandler & fSceneHandler
Definition: G4VViewer.hh:216

◆ GetXConnection()

void G4OpenGLXViewer::GetXConnection ( )
protected

Definition at line 153 of file G4OpenGLXViewer.cc.

153 {
154// get a connection.
155 dpy = XOpenDisplay (0); // Uses DISPLAY environment variable.
156 if (!dpy) {
157 fViewId = -1; // This flags an error.
158 G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer couldn't open display." << G4endl;
159 return;
160 }
161
162// make sure OpenGL is supported and installed properly.
163 if (!glXQueryExtension (dpy, &errorBase, &eventBase)) {
164 fViewId = -1; // This flags an error.
165 G4cerr << "G4OpenGLXViewer::G4OpenGLXViewer X Server has no GLX extension."
166 << G4endl;
167 return;
168 }
169
170}

Referenced by G4OpenGLXViewer().

◆ SetView()

◆ ShowView()

void G4OpenGLXViewer::ShowView ( void  )
virtual

Reimplemented from G4VViewer.

Definition at line 104 of file G4OpenGLXViewer.cc.

104 {
105#ifdef G4MULTITHREADED
106// G4int thread_id = G4Threading::G4GetThreadId();
107// G4cout << "G4OpenGLXViewer::ShowView: thread " << thread_id << G4endl;
108#endif
109
110// glXWaitGL (); //Wait for effects of all previous OpenGL commands to
111 //be propagated before progressing.
112// JA: Commented out July 2021 - slows rendering down in some cases and I
113// don't see any adverse effects.
114
115 glFlush ();
116
117 if (fVP.IsPicking()) {
118 G4cout <<
119 "Window activated for picking (left-mouse), exit (middle-mouse)."
120 << G4endl;
121 while (true) {
122 if (XPending(dpy)) {
123 XNextEvent(dpy, &event);
124 if (event.type == ButtonPress && event.xbutton.button == 1) {
125 G4cout << Pick(event.xbutton.x, event.xbutton.y) << G4endl;
126 }
127 else if (event.type == ButtonPress && event.xbutton.button == 2) break;
128 }
129 std::this_thread::sleep_for(std::chrono::milliseconds(100));
130 }
131 }
132}
virtual G4String Pick(GLdouble x, GLdouble y)
G4bool IsPicking() const

Friends And Related Function Documentation

◆ G4OpenGLXmViewer

friend class G4OpenGLXmViewer
friend

Definition at line 50 of file G4OpenGLXViewer.hh.

◆ G4OpenGLXViewerMessenger

friend class G4OpenGLXViewerMessenger
friend

Definition at line 49 of file G4OpenGLXViewer.hh.

Member Data Documentation

◆ attributeList

G4int* G4OpenGLXViewer::attributeList
protected

Definition at line 89 of file G4OpenGLXViewer.hh.

Referenced by G4OpenGLXViewer().

◆ charViewName

char G4OpenGLXViewer::charViewName[100]
protected

Definition at line 102 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ class_hints

XClassHint* G4OpenGLXViewer::class_hints
protected

Definition at line 96 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ cmap

◆ cxMaster

GLXContext G4OpenGLXViewer::cxMaster
protected

◆ dblBuf_RGBA

int G4OpenGLXViewer::dblBuf_RGBA
staticprotected
Initial value:
=
{ GLX_RGBA,
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,
GLX_DOUBLEBUFFER,
GLX_DEPTH_SIZE, 1,
GLX_STENCIL_SIZE, 1,
None }

Definition at line 70 of file G4OpenGLXViewer.hh.

Referenced by G4OpenGLXViewer().

◆ dpy

◆ errorBase

G4int G4OpenGLXViewer::errorBase
protected

Definition at line 90 of file G4OpenGLXViewer.hh.

Referenced by GetXConnection(), and G4OpenGLXmViewer::GetXmConnection().

◆ event

XEvent G4OpenGLXViewer::event
protected

Definition at line 88 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow(), and ShowView().

◆ eventBase

G4int G4OpenGLXViewer::eventBase
protected

Definition at line 91 of file G4OpenGLXViewer.hh.

Referenced by GetXConnection(), and G4OpenGLXmViewer::GetXmConnection().

◆ icon_pixmap

Pixmap G4OpenGLXViewer::icon_pixmap
protected

Definition at line 97 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ iconName

XTextProperty G4OpenGLXViewer::iconName
protected

Definition at line 101 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow(), and G4OpenGLXViewer().

◆ major

G4int G4OpenGLXViewer::major
protected

Definition at line 92 of file G4OpenGLXViewer.hh.

◆ minor

G4int G4OpenGLXViewer::minor
protected

Definition at line 93 of file G4OpenGLXViewer.hh.

◆ norm_hints

XSizeHints* G4OpenGLXViewer::norm_hints
protected

Definition at line 94 of file G4OpenGLXViewer.hh.

◆ size_hints

XSizeHints* G4OpenGLXViewer::size_hints
protected

Definition at line 98 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ snglBuf_RGBA

int G4OpenGLXViewer::snglBuf_RGBA
staticprotected
Initial value:
=
{ GLX_RGBA,
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,
GLX_DEPTH_SIZE, 1,
GLX_STENCIL_SIZE, 1,
None }

Definition at line 69 of file G4OpenGLXViewer.hh.

Referenced by G4OpenGLXViewer().

◆ swa

XSetWindowAttributes G4OpenGLXViewer::swa
protected

Definition at line 82 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ vi

◆ vi_double_buffer

XVisualInfo * G4OpenGLXViewer::vi_double_buffer = 0
staticprotected

Definition at line 77 of file G4OpenGLXViewer.hh.

Referenced by G4OpenGLXViewer().

◆ vi_immediate

◆ vi_single_buffer

XVisualInfo * G4OpenGLXViewer::vi_single_buffer = 0
staticprotected

Definition at line 76 of file G4OpenGLXViewer.hh.

Referenced by G4OpenGLXViewer().

◆ vi_stored

◆ win

◆ windowName

XTextProperty G4OpenGLXViewer::windowName
protected

Definition at line 100 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow(), and G4OpenGLXViewer().

◆ wm_hints

XWMHints* G4OpenGLXViewer::wm_hints
protected

Definition at line 95 of file G4OpenGLXViewer.hh.

Referenced by CreateMainWindow().

◆ Xatom

Atom G4OpenGLXViewer::Xatom
protected

Definition at line 99 of file G4OpenGLXViewer.hh.

◆ xwa

XWindowAttributes G4OpenGLXViewer::xwa
protected

Definition at line 74 of file G4OpenGLXViewer.hh.

Referenced by CreateGLXContext(), and G4OpenGLXViewer().


The documentation for this class was generated from the following files: