| VRS - The Virtual Rendering System |
| version 3.3 |
00001 /****************************************************************************** 00002 * VRS - The Virtual Rendering System 00003 * Copyright (C) 2000-2008 Computer Graphics Systems Group at the 00004 * Hasso-Plattner-Institute (HPI), Potsdam, Germany. 00005 * 00006 * This library is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU Lesser General Public License as published by 00008 * the Free Software Foundation; either version 2.1 of the License, or (at 00009 * your option) any later version. This library is distributed in the hope 00010 * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 00011 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU Lesser General Public License for more details. You should have received 00013 * a copy of the GNU Lesser+ General Public License along with this library; if 00014 * not, write to the FreeSoftware Foundation, Inc., 59 Temple Place, Suite 330, 00015 * Boston, MA, 02111-1307, USA. 00016 ******************************************************************************/ 00017 00018 // $Id: io_package.h 6345 2008-05-20 11:03:39Z Stefan_Maass $ 00019 // $Date: 2008-05-20 13:03:39 +0200 (Tue, 20 May 2008) $ 00020 // $Revision: 6345 $ 00021 // $State$ 00022 // $Author: Stefan_Maass $ 00023 00024 #ifndef VRS_IO_IO_PACKAGE_H 00025 #define VRS_IO_IO_PACKAGE_H 00026 00027 #include <vrs/io/asereader.h> 00028 #include <vrs/io/avireader.h> 00029 #include <vrs/io/bmpreader.h> 00030 #include <vrs/io/bmpwriter.h> 00031 #include <vrs/io/datafilter.h> 00032 #include <vrs/io/dataresource.h> 00033 #include <vrs/io/datasubresource.h> 00034 #include <vrs/io/documentreader.h> 00035 #include <vrs/io/file.h> 00036 #include <vrs/io/filedataresource.h> 00037 #include <vrs/io/gifreader.h> 00038 #include <vrs/io/gifwriter.h> 00039 #include <vrs/io/imagereader.h> 00040 #include <vrs/io/ioerror.h> 00041 #include <vrs/io/irisreader.h> 00042 #include <vrs/io/iriswriter.h> 00043 #include <vrs/io/jpegreader.h> 00044 #include <vrs/io/jpegwriter.h> 00045 #include <vrs/io/memorydataresource.h> 00046 #include <vrs/io/md2reader.h> 00047 #include <vrs/io/md3reader.h> 00048 #include <vrs/io/objectloader.h> 00049 #include <vrs/io/objectreader.h> 00050 #include <vrs/io/objectwriter.h> 00051 #include <vrs/io/objreader.h> 00052 #include <vrs/io/ooglvectreader.h> 00053 #include <vrs/io/ooglmeshreader.h> 00054 #include <vrs/io/ooglquadreader.h> 00055 #include <vrs/io/pngreader.h> 00056 #include <vrs/io/pngwriter.h> 00057 #include <vrs/io/ppmreader.h> 00058 #include <vrs/io/ppmwriter.h> 00059 #include <vrs/io/serializer.h> 00060 #include <vrs/io/tiffwriter.h> 00061 #include <vrs/io/threedsreader.h> 00062 #include <vrs/io/unixfilter.h> 00063 #include <vrs/io/vertexprogramreader.h> 00064 #include <vrs/io/wavefrontreader.h> 00065 #include <vrs/io/zipreader.h> 00066 #include <vrs/io/zlibfilter.h> 00067 00068 #endif // VRS_IO_IO_PACKAGE_H