ParCompMark.h
Go to the documentation of this file.00001 00002 // 00003 // This source file is a part of ParCompMark 00004 // Parallel Compositing Benchmark Framework 00005 // 00006 // for latest info see http://parcompmark.sourceforge.net 00007 00008 // 00009 // Copyright (C) 2006 IT2 ParCompMark Dev. Team 00010 // 00011 // This program is free software; you can redistribute it and/or 00012 // modify it under the terms of the GNU General Public License 00013 // as published by the Free Software Foundation; either version 2 00014 // of the License, or (at your option) any later version. 00015 // 00016 // This program is distributed in the hope that it will be useful, 00017 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 // GNU General Public License for more details. 00020 // 00021 // You should have received a copy of the GNU General Public License 00022 // along with this program; if not, write to the Free Software 00023 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00024 00027 00028 #ifndef __PARCOMPMARK_H__ 00029 # define __PARCOMPMARK_H__ 00030 00031 // Information about the project 00036 00041 00047 00048 // Classes of the project 00049 # include "PCMNetwork.h" 00050 # include "PCMThread.h" 00051 # include "PCMApplication.h" 00052 # include "PCMLogger.h" 00053 # include "PCMException.h" 00054 # include "PCMSingleton.h" 00055 # include "PCMPointer.h" 00056 # include "PCMLock.h" 00057 # include "PCMDummyLock.h" 00058 # include "PCMMutex.h" 00059 # include "PCMHandleClient.h" 00060 # include "PCMCluster.h" 00061 # include "PCMHost.h" 00062 # include "PCMName.h" 00063 # include "PCMDynLoad.h" 00064 # include "PCMBuffer.h" 00065 # include "PCMContext.h" 00066 # include "PCMNode.h" 00067 # include "PCMProcess.h" 00068 # include "PCMGLXGLContext.h" 00069 # include "PCMGLXRenderWindow.h" 00070 # include "PCMXDisplay.h" 00071 # include "PCMSqVM.h" 00072 # include "PCMOutputNode.h" 00073 # include "PCMContainer.h" 00074 # include "PCMTimer.h" 00075 # include "PCMHostInfo.h" 00076 # include "PCMOpenGLRenderingEngine.h" 00077 # include "PCMFileSystemManager.h" 00078 # include "PCMCPU.h" 00079 # include "PCMGPU.h" 00080 # include "PCMStringConverter.h" 00081 # include "PCMConfigOptions.h" 00082 # include "PCMNetServer.h" 00083 # include "PCMNetClient.h" 00084 # include "PCMClient.h" 00085 # include "PCMPluginManager.h" 00086 # include "PCMPlugin.h" 00087 # include "PCMRendererPlugin.h" 00088 # include "PCMRenderer.h" 00089 # include "PCMOpenGLExtensionLoader.h" 00090 00091 #endif