ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
▼
graf3d
►
eve
►
eve7
►
g3d
▼
gl
doc
▼
inc
TArcBall.h
TF2GL.h
TGL5D.h
TGL5DDataSetEditor.h
►
TGL5DPainter.h
TGLAdapter.h
TGLAnnotation.h
TGLAutoRotator.h
TGLAxis.h
TGLAxisPainter.h
TGLBoundingBox.h
TGLBoxPainter.h
TGLCamera.h
TGLCameraGuide.h
TGLCameraOverlay.h
TGLClip.h
TGLClipSetEditor.h
TGLContext.h
TGLCylinder.h
TGLEmbeddedViewer.h
TGLEventHandler.h
TGLFaceSet.h
TGLFBO.h
TGLFontManager.h
TGLFormat.h
TGLH2PolyPainter.h
TGLHistPainter.h
►
TGLIsoMesh.h
TGLLegoPainter.h
TGLLightSet.h
►
TGLLightSetEditor.h
►
TGLLockable.h
TGLLogicalShape.h
TGLManip.h
TGLManipSet.h
►
TGLMarchingCubes.h
TGLObject.h
TGLOrthoCamera.h
TGLOutput.h
TGLOverlay.h
TGLOverlayButton.h
TGLPadPainter.h
►
TGLPadUtils.h
►
TGLParametric.h
TGLParametricEquationGL.h
TGLPerspectiveCamera.h
TGLPhysicalShape.h
TGLPlot3D.h
TGLPlotBox.h
TGLPlotCamera.h
►
TGLPlotPainter.h
TGLPolyLine.h
TGLPolyMarker.h
TGLPShapeObj.h
TGLPShapeObjEditor.h
TGLPShapeRef.h
TGLQuadric.h
TGLRnrCtx.h
TGLRotateManip.h
TGLSAFrame.h
TGLSAViewer.h
TGLScaleManip.h
►
TGLScene.h
TGLSceneBase.h
TGLSceneInfo.h
TGLScenePad.h
TGLSelectBuffer.h
TGLSelectRecord.h
TGLSphere.h
TGLStopwatch.h
►
TGLSurfacePainter.h
TGLText.h
TGLTF3Painter.h
TGLTH3Composition.h
TGLTransManip.h
►
TGLUtil.h
►
TGLViewer.h
TGLViewerBase.h
TGLViewerEditor.h
TGLVoxelPainter.h
TGLWidget.h
TGLWSIncludes.h
TH2GL.h
TH3GL.h
►
TKDEAdapter.h
►
TKDEFGT.h
TPointSet3DGL.h
TX11GL.h
►
src
►
gviz3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TGLWSIncludes.h
Go to the documentation of this file.
1
// @(#)root/gl:$Id$
2
// Authors: Timur and Matevz, May 2008
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
// Window-system specific GL includes.
13
// Inclusion should only be necessary in in low-level system files.
14
15
#ifndef ROOT_TGLWSIncludes
16
17
#include "RConfigure.h"
18
#include "TGLIncludes.h"
19
20
#if defined(WIN32)
21
# include <GL/wglew.h>
22
#else
23
# if defined(__APPLE__) && !defined(R__HAS_COCOA)
24
# define GLEW_APPLE_GLX
25
# endif
26
# if !defined(R__HAS_COCOA)
27
# include <GL/glxew.h>
28
# endif
29
#endif
30
31
#endif
graf3d
gl
inc
TGLWSIncludes.h
ROOT v6-32 - Reference Guide Generated on Fri Apr 18 2025 05:42:41 (GVA Time) using Doxygen 1.10.0