00001 /**************************************************************************** 00002 * VCGLib o o * 00003 * Visual and Computer Graphics Library o o * 00004 * _ O _ * 00005 * Copyright(C) 2004-2012 \/)\/ * 00006 * Visual Computing Lab /\/| * 00007 * ISTI - Italian National Research Council | * 00008 * \ * 00009 * All rights reserved. * 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (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 (http://www.gnu.org/licenses/gpl.txt) * 00020 * for more details. * 00021 * * 00022 ****************************************************************************/ 00023 00024 #ifndef __VCG_MESH_H 00025 #define __VCG_MESH_H 00026 #define __VCG_MESH 00027 00028 #include <assert.h> 00029 #include <string> 00030 #include <vector> 00031 #include <set> 00032 #include <stack> 00033 #include <algorithm> 00034 #include <map> 00035 #include <iostream> 00036 #include <stdexcept> 00037 #include <limits> 00038 #include <set> 00039 #include <wrap/callback.h> 00040 #include <vcg/complex/exception.h> 00041 #include <vcg/container/simple_temporary_data.h> 00042 #include <vcg/complex/used_types.h> 00043 #include <vcg/complex/base.h> 00044 #include <vcg/complex/allocate.h> 00045 #include <vcg/complex/algorithms/update/flag.h> 00046 #include <vcg/complex/algorithms/update/selection.h> 00047 #include <vcg/complex/algorithms/mesh_assert.h> 00048 #include <vcg/complex/append.h> 00049 00050 #undef __VCG_MESH 00051 #endif 00052