sh.hpp

Go to the documentation of this file.
00001 // Sh: A GPU metaprogramming language.
00002 //
00003 // Copyright 2003-2005 Serious Hack Inc.
00004 // 
00005 // This library is free software; you can redistribute it and/or
00006 // modify it under the terms of the GNU Lesser General Public
00007 // License as published by the Free Software Foundation; either
00008 // version 2.1 of the License, or (at your option) any later version.
00009 //
00010 // This library is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013 // Lesser General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU Lesser General Public
00016 // License along with this library; if not, write to the Free Software
00017 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
00018 // MA  02110-1301, USA
00020 #ifndef SH_HPP
00021 #define SH_HPP
00022 
00023 #include "ShDllExport.hpp"
00024 #include "ShException.hpp"
00025 #include "ShContext.hpp"
00026 #include "ShProgramNode.hpp"
00027 #include "ShProgramSet.hpp"
00028 #include "ShProgram.hpp"
00029 #include "ShSyntax.hpp"
00030 #include "ShHalf.hpp"
00031 #include "ShFraction.hpp"
00032 #include "ShAttrib.hpp"
00033 #include "ShMatrix.hpp"
00034 #include "ShVector.hpp"
00035 #include "ShPoint.hpp"
00036 #include "ShColor.hpp"
00037 #include "ShTexCoord.hpp"
00038 #include "ShNormal.hpp"
00039 #include "ShPosition.hpp"
00040 #include "ShLib.hpp"
00041 #include "ShLibAttrib.hpp"
00042 #include "ShLibVector.hpp"
00043 #include "ShLibPoint.hpp"
00044 #include "ShLibColor.hpp"
00045 #include "ShLibTexCoord.hpp"
00046 #include "ShLibNormal.hpp"
00047 #include "ShLibPosition.hpp"
00048 #include "ShMemory.hpp"
00049 #include "ShArray.hpp"
00050 #include "ShTable.hpp"
00051 #include "ShTexture.hpp"
00052 #include "ShWrap.hpp"
00053 #include "ShInterp.hpp"
00054 #include "ShMIPFilter.hpp"
00055 #include "ShBackend.hpp"
00056 #include "ShImage.hpp"
00057 #include "ShImage3D.hpp"
00058 #include "ShAlgebra.hpp"
00059 #include "ShNibbles.hpp"
00060 #include "ShManipulator.hpp"
00061 #include "ShFixedManipulator.hpp"
00062 #include "ShChannelNode.hpp"
00063 #include "ShChannel.hpp"
00064 #include "ShStream.hpp"
00065 #include "ShRecord.hpp"
00066 #include "ShQuaternion.hpp"
00067 #include "ShVariant.hpp"
00068 #include "ShTypeInfo.hpp"
00069 #include "ShMemoryDep.hpp"
00070 #include "ShPalette.hpp"
00071 
00084 #endif

Generated on Wed Nov 9 15:29:25 2005 for Sh by  doxygen 1.4.5