Equalizer  1.8.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
client/base.h
1 
2 /* Copyright (c) 2010-2013, Stefan Eilemann <eile@eyescale.ch>
3  *
4  * This library is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU Lesser General Public License version 2.1 as published
6  * by the Free Software Foundation.
7  *
8  * This library is distributed in the hope that it will be useful, but WITHOUT
9  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
11  * details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this library; if not, write to the Free Software Foundation, Inc.,
15  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16  */
17 
18 #ifndef EQCLIENT_H
19 #define EQCLIENT_H
20 
82 #include <eq/client/canvas.h>
83 #include <eq/client/channelStatistics.h>
84 #include <eq/client/channel.h>
85 #include <eq/client/client.h>
86 #include <eq/client/compositor.h>
87 #include <eq/client/config.h>
88 #include <eq/client/eventICommand.h>
89 #include <eq/client/error.h>
90 #include <eq/client/exception.h>
91 #include <eq/client/frame.h>
92 #include <eq/client/frameData.h>
93 #include <eq/client/global.h>
94 #include <eq/client/glException.h>
95 #include <eq/client/image.h>
96 #include <eq/client/init.h>
97 #include <eq/client/layout.h>
98 #include <eq/client/log.h>
99 #include <eq/client/node.h>
100 #include <eq/client/nodeFactory.h>
101 #include <eq/client/observer.h>
102 #include <eq/client/pipe.h>
103 #include <eq/client/pixelData.h>
104 #include <eq/client/server.h>
105 #include <eq/client/segment.h>
106 #include <eq/client/systemWindow.h>
107 #include <eq/client/types.h>
108 #include <eq/client/version.h>
109 #include <eq/client/view.h>
110 #include <eq/client/window.h>
111 #include <eq/client/windowSystem.h>
112 
113 #ifndef EQ_2_0_API
114 # include <eq/client/configEvent.h>
115 #endif
116 
117 #ifdef EQ_SYSTEM_INCLUDES
118 # include <eq/client/gl.h>
119 # include <eq/client/system.h>
120 #endif
121 
122 #endif // EQCLIENT_H
Includes OpenGL and GLEW headers.