00001 /* TS_Meta.h * * Copyright 1993-1995 Algorithmic Arts, Inc. 00002 * All Rights Reserved. 00003 * 00004 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Algorithmic Arts, Inc.; 00005 * the contents of this file may not be disclosed to third parties, copied or 00006 * duplicated in any form, in whole or in part, without the prior written 00007 * permission of Algorithmic Arts, Inc. 00008 * 00009 * AUTHOR: 00010 * Dave Gordon 00011 * 00012 * Public interface to the TS_Meta2 Library 00013 * 00014 * $XRevision: 1.6 $ 00015 * $XDate: 1996/01/15 16:06:10 $ 00016 * 00017 */ 00018 00019 #ifndef _TS_META_H_ 00020 #define _TS_META_H_ 00021 00022 #include <UT/UT_Matrix4.h> 00023 #include <UT/UT_Matrix3.h> 00024 #include <UT/UT_Vector4.h> 00025 #include <UT/UT_Vector3.h> 00026 #include <UT/UT_BoundingBox.h> 00027 #include <UT/UT_Interval.h> 00028 00029 #include <UT/UT_PtrArray.h> 00030 #include "TS_Resource.h" 00031 #include "TS_Quadric.h" 00032 #include "TS_Ray.h" 00033 #include "TS_SuperQuad.h" 00034 #include "TS_Ellipsoid.h" 00035 #include "TS_Primitive.h" 00036 #include "TS_Expression.h" 00037 00038 #endif // _TS_META_H_ 00039
1.5.9