HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TS_Meta.h
Go to the documentation of this file.
1 /* TS_Meta.h * * Copyright 1993-1995 Algorithmic Arts, Inc.
2  * All Rights Reserved.
3  *
4  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Algorithmic Arts, Inc.;
5  * the contents of this file may not be disclosed to third parties, copied or
6  * duplicated in any form, in whole or in part, without the prior written
7  * permission of Algorithmic Arts, Inc.
8  *
9  * AUTHOR:
10  * Dave Gordon
11  *
12  * Public interface to the TS_Meta2 Library
13  *
14  * $XRevision: 1.6 $
15  * $XDate: 1996/01/15 16:06:10 $
16  *
17  */
18 
19 #ifndef _TS_META_H_
20 #define _TS_META_H_
21 
22 #include <UT/UT_Matrix4.h>
23 #include <UT/UT_Matrix3.h>
24 #include <UT/UT_Vector4.h>
25 #include <UT/UT_Vector3.h>
26 #include <UT/UT_BoundingBox.h>
27 #include <UT/UT_Interval.h>
28 
29 #include <UT/UT_ValArray.h>
30 #include "TS_Resource.h"
31 #include "TS_Quadric.h"
32 #include "TS_Ray.h"
33 #include "TS_SuperQuad.h"
34 #include "TS_Ellipsoid.h"
35 #include "TS_Primitive.h"
36 #include "TS_Expression.h"
37 
38 #endif // _TS_META_H_
39