TexGen
PrecompiledHeaders.h
Go to the documentation of this file.
1/*=============================================================================
2TexGen: Geometric textile modeller.
3Copyright (C) 2006 Martin Sherburn
4
5This program is free software; you can redistribute it and/or
6modify it under the terms of the GNU General Public License
7as published by the Free Software Foundation; either version 2
8of the License, or (at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18=============================================================================*/
19
20#include <vector>
21#include <list>
22#include <map>
23#include <set>
24#include <string>
25#include <assert.h>
26#include <fstream>
27#include <iostream>
28#include <iomanip>
29#include <sstream>
30#include <algorithm>
31#include <numeric>
32#define TIXML_USE_STL
33#include "../tinyxml/tinyxml.h"
34#include "mymath.h"
35#include "Misc.h"
36#include "Logger.h"
37#include "ObjectContainer.h"
38#include "Timer.h"
39//#include "Shiny.h"
40//#include <vld.h>
41
42
43
44
45