mt
Main Page
Modules
Classes
Files
File List
All
Classes
Files
Functions
Enumerations
Groups
Pages
mt
mt.h
Go to the documentation of this file.
1
/***************************************************************************
2
* Copyright (C) 2006 by Adolfo Rodriguez *
3
* adolfo.rodriguez@upc.edu *
4
* *
5
* This program is free software; you can redistribute it and/or modify *
6
* it under the terms of the GNU General Public License as published by *
7
* the Free Software Foundation; either version 2 of the License, or *
8
* (at your option) any later version. *
9
* *
10
* This program is distributed in the hope that it will be useful, *
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13
* GNU General Public License for more details. *
14
* *
15
* You should have received a copy of the GNU General Public License *
16
* along with this program; if not, write to the *
17
* Free Software Foundation, Inc., *
18
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19
***************************************************************************/
20
22
23
// HEADER GUARD
24
#ifndef MT_MT_H
25
#define MT_MT_H
26
27
// MT LIBRARY HEADERS
28
#include <
mt/scalar.h
>
29
#include <
mt/interval.h
>
30
#include <
mt/vector3.h
>
31
#include <
mt/unit3.h
>
32
#include <
mt/point3.h
>
33
#include <
mt/line3.h
>
34
#include <
mt/plane3.h
>
35
#include <
mt/sphere3.h
>
36
#include <
mt/cylinder3.h
>
37
#include <
mt/circle3.h
>
38
#include <
mt/ellipse3.h
>
39
#include <
mt/matrix3x3.h
>
40
#include <mt/object.h>
41
#include <
mt/rotation.h
>
42
#include <
mt/transform.h
>
43
#include <
mt/transform_utility.h
>
44
45
#include <mt/relation/relation.h>
46
47
// BOOST LIBRARY DEPENDENT HEADERS
48
#ifdef MT_USE_BOOST
49
50
#include <mt/mt_variant.h>
51
#include <mt/element.h>
52
53
#ifdef MT_USE_SERIALIZE
54
#include <
mt/serialize.h
>
55
#endif
56
57
#endif // MT_USE_BOOST
58
62
65
69
111
112
#endif // MT_MT_H
Generated on Wed Oct 23 2013 10:30:12 for mt by
1.8.1.2